2014-10-22 16:38:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-08-25 20:41:33 +00:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
package="eu.siacs.conversations">
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
|
<uses-permission android:name="android.permission.READ_CONTACTS" />
|
|
|
|
<uses-permission android:name="android.permission.READ_PROFILE" />
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
|
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
|
|
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
|
2015-10-20 13:27:33 +00:00
|
|
|
|
|
|
|
<uses-permission
|
|
|
|
android:name="android.permission.READ_PHONE_STATE"
|
2016-08-25 20:41:33 +00:00
|
|
|
tools:node="remove" />
|
2015-08-23 10:39:20 +00:00
|
|
|
|
2017-01-24 19:17:36 +00:00
|
|
|
<uses-sdk tools:overrideLibrary="net.ypresto.androidtranscoder" />
|
|
|
|
|
2017-03-05 10:42:29 +00:00
|
|
|
|
2014-10-22 16:38:44 +00:00
|
|
|
<application
|
2017-03-05 10:42:29 +00:00
|
|
|
android:networkSecurityConfig="@xml/network_security_configuration"
|
2014-10-22 16:38:44 +00:00
|
|
|
android:allowBackup="true"
|
|
|
|
android:icon="@drawable/ic_launcher"
|
|
|
|
android:label="@string/app_name"
|
2014-11-03 19:00:20 +00:00
|
|
|
android:theme="@style/ConversationsTheme"
|
2015-10-20 13:27:33 +00:00
|
|
|
tools:replace="android:label">
|
2017-04-14 11:23:01 +00:00
|
|
|
|
|
|
|
<meta-data android:name="com.google.android.gms.car.application"
|
|
|
|
android:resource="@xml/automotive_app_desc" />
|
|
|
|
|
2016-08-25 20:41:33 +00:00
|
|
|
<service android:name=".services.XmppConnectionService" />
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2015-10-20 13:27:33 +00:00
|
|
|
<receiver android:name=".services.EventReceiver">
|
2014-10-22 16:38:44 +00:00
|
|
|
<intent-filter>
|
2016-08-25 20:41:33 +00:00
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
|
|
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
|
|
|
|
<action android:name="android.intent.action.ACTION_SHUTDOWN" />
|
|
|
|
<action android:name="android.media.RINGER_MODE_CHANGED" />
|
2014-10-22 16:38:44 +00:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
|
|
|
<activity
|
2014-11-04 17:08:30 +00:00
|
|
|
android:name=".ui.ConversationActivity"
|
2015-01-30 16:02:53 +00:00
|
|
|
android:label="@string/app_name"
|
2014-10-22 16:38:44 +00:00
|
|
|
android:launchMode="singleTask"
|
2016-08-26 14:05:38 +00:00
|
|
|
android:minWidth="300dp"
|
|
|
|
android:minHeight="300dp"
|
2015-10-20 13:27:33 +00:00
|
|
|
android:windowSoftInputMode="stateHidden">
|
2014-10-22 16:38:44 +00:00
|
|
|
<intent-filter>
|
2016-08-25 20:41:33 +00:00
|
|
|
<action android:name="android.intent.action.MAIN" />
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2016-08-25 20:41:33 +00:00
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
2014-10-22 16:38:44 +00:00
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
<activity
|
2017-12-07 20:59:13 +00:00
|
|
|
android:name=".ui.UriHandlerActivity"
|
2015-10-20 13:27:33 +00:00
|
|
|
android:label="@string/title_activity_start_conversation"
|
2017-11-06 11:18:24 +00:00
|
|
|
android:launchMode="singleTop">
|
2014-10-22 16:38:44 +00:00
|
|
|
<intent-filter>
|
2016-08-25 20:41:33 +00:00
|
|
|
<action android:name="android.intent.action.VIEW" />
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2016-08-25 20:41:33 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2016-08-25 20:41:33 +00:00
|
|
|
<data android:scheme="xmpp" />
|
2014-10-22 16:38:44 +00:00
|
|
|
</intent-filter>
|
2016-05-29 18:44:58 +00:00
|
|
|
<intent-filter android:autoVerify="true">
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
2016-08-25 20:41:33 +00:00
|
|
|
|
2016-05-29 18:44:58 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
2016-08-25 20:41:33 +00:00
|
|
|
|
2016-05-29 18:44:58 +00:00
|
|
|
<data android:scheme="https" />
|
|
|
|
<data android:host="conversations.im" />
|
2016-05-30 19:12:04 +00:00
|
|
|
<data android:pathPrefix="/i/" />
|
|
|
|
<data android:pathPrefix="/j/" />
|
2016-05-29 18:44:58 +00:00
|
|
|
</intent-filter>
|
2017-12-07 20:59:13 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
2017-12-10 11:36:21 +00:00
|
|
|
<action android:name="android.intent.action.SENDTO" />
|
2016-05-29 18:44:58 +00:00
|
|
|
|
2017-12-07 20:59:13 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
|
|
|
|
<data android:scheme="imto" />
|
|
|
|
<data android:host="jabber" />
|
|
|
|
</intent-filter>
|
2017-12-10 11:36:21 +00:00
|
|
|
</activity>
|
|
|
|
<activity
|
|
|
|
android:name=".ui.StartConversationActivity"
|
|
|
|
android:label="@string/title_activity_start_conversation"
|
|
|
|
android:launchMode="singleTop">
|
2014-10-22 16:38:44 +00:00
|
|
|
</activity>
|
2016-04-19 16:03:24 +00:00
|
|
|
<activity
|
|
|
|
android:name=".ui.WelcomeActivity"
|
|
|
|
android:label="@string/app_name"
|
2016-08-26 14:05:38 +00:00
|
|
|
android:launchMode="singleTask"/>
|
2016-04-19 16:03:24 +00:00
|
|
|
<activity
|
|
|
|
android:name=".ui.MagicCreateActivity"
|
|
|
|
android:label="@string/create_account"
|
2016-08-26 14:05:38 +00:00
|
|
|
android:launchMode="singleTask"/>
|
2016-04-22 19:25:06 +00:00
|
|
|
<activity
|
|
|
|
android:name=".ui.SetPresenceActivity"
|
|
|
|
android:configChanges="orientation|screenSize"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:label="@string/change_presence"
|
2017-11-06 11:18:24 +00:00
|
|
|
android:launchMode="singleTop"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize" />
|
2014-10-22 16:38:44 +00:00
|
|
|
<activity
|
2014-11-04 17:08:30 +00:00
|
|
|
android:name=".ui.SettingsActivity"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:label="@string/title_activity_settings" />
|
2014-10-22 16:38:44 +00:00
|
|
|
<activity
|
2014-11-04 17:08:30 +00:00
|
|
|
android:name=".ui.ChooseContactActivity"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:label="@string/title_activity_choose_contact" />
|
2014-12-21 20:43:58 +00:00
|
|
|
<activity
|
|
|
|
android:name=".ui.BlocklistActivity"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:label="@string/title_activity_block_list" />
|
2015-10-20 13:27:33 +00:00
|
|
|
<activity
|
|
|
|
android:name=".ui.ChangePasswordActivity"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:label="@string/change_password_on_server" />
|
2014-10-22 16:38:44 +00:00
|
|
|
<activity
|
2014-11-04 17:08:30 +00:00
|
|
|
android:name=".ui.ManageAccountActivity"
|
2015-10-20 13:27:33 +00:00
|
|
|
android:label="@string/title_activity_manage_accounts"
|
2017-11-08 19:33:48 +00:00
|
|
|
android:launchMode="singleTask" />
|
2017-12-07 15:45:20 +00:00
|
|
|
<activity
|
|
|
|
android:name=".ui.ShareViaAccountActivity"
|
|
|
|
android:label="@string/title_activity_share_via_account"
|
|
|
|
android:launchMode="singleTop" />
|
2014-10-22 16:38:44 +00:00
|
|
|
<activity
|
2014-11-04 17:08:30 +00:00
|
|
|
android:name=".ui.EditAccountActivity"
|
2017-11-06 11:18:24 +00:00
|
|
|
android:launchMode="singleTop"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:windowSoftInputMode="stateHidden|adjustResize" />
|
2014-10-22 16:38:44 +00:00
|
|
|
<activity
|
2014-11-04 17:08:30 +00:00
|
|
|
android:name=".ui.ConferenceDetailsActivity"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:windowSoftInputMode="stateHidden" />
|
2014-10-22 16:38:44 +00:00
|
|
|
<activity
|
2014-11-04 17:08:30 +00:00
|
|
|
android:name=".ui.ContactDetailsActivity"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:windowSoftInputMode="stateHidden" />
|
2014-10-22 16:38:44 +00:00
|
|
|
<activity
|
2014-11-04 17:08:30 +00:00
|
|
|
android:name=".ui.PublishProfilePictureActivity"
|
2014-10-22 16:38:44 +00:00
|
|
|
android:label="@string/mgmt_account_publish_avatar"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:windowSoftInputMode="stateHidden" />
|
2014-11-10 18:23:54 +00:00
|
|
|
<activity
|
|
|
|
android:name=".ui.VerifyOTRActivity"
|
|
|
|
android:label="@string/verify_otr"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:windowSoftInputMode="stateHidden" />
|
2014-10-22 16:38:44 +00:00
|
|
|
<activity
|
2014-11-04 17:08:30 +00:00
|
|
|
android:name=".ui.ShareWithActivity"
|
2017-11-06 11:18:24 +00:00
|
|
|
android:label="@string/app_name"
|
|
|
|
android:launchMode="singleTop">
|
2014-10-22 16:38:44 +00:00
|
|
|
<intent-filter>
|
2016-08-25 20:41:33 +00:00
|
|
|
<action android:name="android.intent.action.SEND" />
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2016-08-25 20:41:33 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2016-08-25 20:41:33 +00:00
|
|
|
<data android:mimeType="text/plain" />
|
2014-10-22 16:38:44 +00:00
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
2016-08-25 20:41:33 +00:00
|
|
|
<action android:name="android.intent.action.SEND" />
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2016-08-25 20:41:33 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2014-10-22 16:38:44 +00:00
|
|
|
|
2016-08-25 20:41:33 +00:00
|
|
|
<data android:mimeType="*/*" />
|
2014-10-22 16:38:44 +00:00
|
|
|
</intent-filter>
|
2015-04-11 12:53:10 +00:00
|
|
|
<intent-filter>
|
2016-08-25 20:41:33 +00:00
|
|
|
<action android:name="android.intent.action.SEND_MULTIPLE" />
|
2015-04-11 12:53:10 +00:00
|
|
|
|
2016-08-25 20:41:33 +00:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-04-11 12:53:10 +00:00
|
|
|
|
2016-08-25 20:41:33 +00:00
|
|
|
<data android:mimeType="image/*" />
|
2015-04-11 12:53:10 +00:00
|
|
|
</intent-filter>
|
2016-08-25 20:41:33 +00:00
|
|
|
|
2015-12-06 10:55:37 +00:00
|
|
|
<meta-data
|
|
|
|
android:name="android.service.chooser.chooser_target_service"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:value=".services.ContactChooserTargetService" />
|
2014-10-22 16:38:44 +00:00
|
|
|
</activity>
|
2015-07-19 16:36:28 +00:00
|
|
|
<activity
|
|
|
|
android:name=".ui.TrustKeysActivity"
|
2015-08-08 11:29:21 +00:00
|
|
|
android:label="@string/trust_omemo_fingerprints"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:windowSoftInputMode="stateAlwaysHidden" />
|
2014-11-09 09:51:35 +00:00
|
|
|
<activity
|
|
|
|
android:name="de.duenndns.ssl.MemorizingActivity"
|
|
|
|
android:theme="@style/ConversationsTheme"
|
2016-08-25 20:41:33 +00:00
|
|
|
tools:replace="android:theme" />
|
2014-11-04 17:08:30 +00:00
|
|
|
<activity
|
|
|
|
android:name=".ui.AboutActivity"
|
|
|
|
android:label="@string/title_activity_about"
|
2015-10-20 13:27:33 +00:00
|
|
|
android:parentActivityName=".ui.SettingsActivity">
|
2014-11-04 17:08:30 +00:00
|
|
|
<meta-data
|
|
|
|
android:name="android.support.PARENT_ACTIVITY"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:value="eu.siacs.conversations.ui.SettingsActivity" />
|
2014-11-04 17:08:30 +00:00
|
|
|
</activity>
|
2016-08-25 20:41:33 +00:00
|
|
|
<activity android:name="com.soundcloud.android.crop.CropImageActivity" />
|
|
|
|
|
|
|
|
<service android:name=".services.ExportLogsService" />
|
|
|
|
<service
|
|
|
|
android:name=".services.ContactChooserTargetService"
|
|
|
|
android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE">
|
2015-12-06 10:55:37 +00:00
|
|
|
<intent-filter>
|
2016-08-25 20:41:33 +00:00
|
|
|
<action android:name="android.service.chooser.ChooserTargetService" />
|
2015-12-06 10:55:37 +00:00
|
|
|
</intent-filter>
|
|
|
|
</service>
|
2016-08-25 20:41:33 +00:00
|
|
|
|
|
|
|
<provider
|
|
|
|
android:name="android.support.v4.content.FileProvider"
|
2016-12-01 11:09:49 +00:00
|
|
|
android:authorities="${applicationId}.files"
|
2016-08-25 20:41:33 +00:00
|
|
|
android:exported="false"
|
|
|
|
android:grantUriPermissions="true">
|
|
|
|
<meta-data
|
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
|
android:resource="@xml/file_paths" />
|
|
|
|
</provider>
|
2016-11-22 21:31:46 +00:00
|
|
|
<provider
|
2016-12-01 11:09:49 +00:00
|
|
|
android:authorities="${applicationId}.barcodes"
|
2016-11-22 21:31:46 +00:00
|
|
|
android:name=".services.BarcodeProvider"
|
|
|
|
android:exported="false"
|
|
|
|
android:grantUriPermissions="true"/>
|
2016-08-25 20:41:33 +00:00
|
|
|
|
|
|
|
|
2014-10-22 16:38:44 +00:00
|
|
|
</application>
|
|
|
|
|
|
|
|
</manifest>
|