2011-12-20 19:20:44 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2013-10-10 22:52:24 +02:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
package="org.thoughtcrime.securesms"
|
2015-09-29 02:07:39 +02:00
|
|
|
android:versionCode="156"
|
|
|
|
android:versionName="2.28.1">
|
2012-07-17 04:47:57 +02:00
|
|
|
|
2015-09-03 21:40:31 +02:00
|
|
|
<uses-sdk tools:overrideLibrary="com.amulyakhare.textdrawable,com.astuetz.pagerslidingtabstrip,pl.tajchert.waitingdots,com.h6ah4i.android.multiselectlistpreferencecompat"/>
|
2015-05-04 20:36:18 +02:00
|
|
|
|
2012-09-10 01:10:46 +02:00
|
|
|
<permission android:name="org.thoughtcrime.securesms.ACCESS_SECRETS"
|
2012-10-23 04:17:08 +02:00
|
|
|
android:label="Access to TextSecure Secrets"
|
2014-01-08 23:29:05 +01:00
|
|
|
android:protectionLevel="signature" />
|
|
|
|
|
2015-07-14 02:35:34 +02:00
|
|
|
<uses-feature android:name="android.hardware.camera" android:required="false" />
|
2015-09-04 01:59:11 +02:00
|
|
|
<uses-feature android:name="android.hardware.bluetooth" android:required="false" />
|
|
|
|
<uses-feature android:name="android.hardware.location" android:required="false"/>
|
|
|
|
<uses-feature android:name="android.hardware.location.network" android:required="false"/>
|
|
|
|
<uses-feature android:name="android.hardware.location.gps" android:required="false"/>
|
|
|
|
<uses-feature android:name="android.hardware.microphone" android:required="false"/>
|
|
|
|
<uses-feature android:name="android.hardware.wifi" android:required="false"/>
|
|
|
|
|
2014-12-15 21:25:55 +01:00
|
|
|
<uses-permission android:name="org.thoughtcrime.securesms.ACCESS_SECRETS"/>
|
2013-06-21 20:56:59 +02:00
|
|
|
<uses-permission android:name="android.permission.READ_PROFILE"/>
|
|
|
|
<uses-permission android:name="android.permission.WRITE_PROFILE"/>
|
2013-10-10 22:52:24 +02:00
|
|
|
<uses-permission android:name="android.permission.BROADCAST_WAP_PUSH"
|
|
|
|
tools:ignore="ProtectedPermissions"/>
|
2013-06-21 20:56:59 +02:00
|
|
|
<uses-permission android:name="android.permission.READ_CONTACTS"/>
|
|
|
|
<uses-permission android:name="android.permission.WRITE_CONTACTS"/>
|
2012-10-23 04:17:08 +02:00
|
|
|
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
2013-06-21 20:56:59 +02:00
|
|
|
<uses-permission android:name="android.permission.RECEIVE_SMS"/>
|
|
|
|
<uses-permission android:name="android.permission.RECEIVE_MMS"/>
|
|
|
|
<uses-permission android:name="android.permission.READ_SMS"/>
|
|
|
|
<uses-permission android:name="android.permission.SEND_SMS"/>
|
|
|
|
<uses-permission android:name="android.permission.WRITE_SMS"/>
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE"/>
|
2012-10-23 04:17:08 +02:00
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
2012-11-21 04:09:46 +01:00
|
|
|
<uses-permission android:name="android.permission.READ_CALL_LOG" />
|
2013-03-26 05:26:03 +01:00
|
|
|
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
2015-07-14 02:35:34 +02:00
|
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
2013-03-26 05:26:03 +01:00
|
|
|
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
|
|
|
|
|
2015-07-14 02:35:34 +02:00
|
|
|
<!-- For sending location tiles in the future -->
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
|
2015-07-09 01:42:02 +02:00
|
|
|
|
2015-07-14 23:36:35 +02:00
|
|
|
<!-- So we can add a TextSecure 'Account' -->
|
|
|
|
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
|
|
|
|
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
|
|
|
|
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />
|
|
|
|
<uses-permission android:name="android.permission.USE_CREDENTIALS"/>
|
2015-07-09 01:42:02 +02:00
|
|
|
|
2015-07-14 02:35:34 +02:00
|
|
|
<!-- For conversation 'shortcuts' on the desktop -->
|
|
|
|
<uses-permission android:name="android.permission.INSTALL_SHORTCUT"/>
|
2015-07-09 01:42:02 +02:00
|
|
|
|
2015-07-14 02:35:34 +02:00
|
|
|
<!-- For sending/receiving events -->
|
|
|
|
<uses-permission android:name="android.permission.WRITE_CALENDAR"/>
|
|
|
|
<uses-permission android:name="android.permission.READ_CALENDAR"/>
|
2015-07-09 01:42:02 +02:00
|
|
|
|
2015-07-14 02:35:34 +02:00
|
|
|
<!-- For fixing MMS -->
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
|
|
|
|
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
|
2015-07-09 01:42:02 +02:00
|
|
|
|
2015-07-14 02:35:34 +02:00
|
|
|
<!-- Set image as wallpaper -->
|
|
|
|
<uses-permission android:name="android.permission.SET_WALLPAPER"/>
|
|
|
|
|
|
|
|
<!-- Permissions from RedPhone -->
|
|
|
|
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
|
|
|
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
|
|
|
|
<uses-permission android:name="android.permission.BLUETOOTH" />
|
|
|
|
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
|
|
|
|
<uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
|
|
|
|
<uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS" />
|
|
|
|
<uses-permission android:name="android.permission.CALL_PHONE" />
|
|
|
|
<uses-permission android:name="android.permission.CALL_PRIVILEGED" />
|
|
|
|
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
|
|
|
|
<uses-permission android:name="android.permission.RAISED_THREAD_PRIORITY" />
|
|
|
|
<uses-permission android:name="android.permission.READ_CALL_STATE"/>
|
|
|
|
<uses-permission android:name="android.permission.READ_LOGS"/>
|
|
|
|
<uses-permission android:name="android.permission.WRITE_CALL_LOG"/>
|
2015-07-09 01:42:02 +02:00
|
|
|
|
2013-04-01 04:16:06 +02:00
|
|
|
<permission android:name="org.thoughtcrime.securesms.permission.C2D_MESSAGE"
|
2013-03-26 05:26:03 +01:00
|
|
|
android:protectionLevel="signature" />
|
|
|
|
<uses-permission android:name="org.thoughtcrime.securesms.permission.C2D_MESSAGE" />
|
2014-01-08 23:29:05 +01:00
|
|
|
|
2014-07-26 00:14:29 +02:00
|
|
|
<application android:name=".ApplicationContext"
|
2013-08-15 19:49:06 +02:00
|
|
|
android:icon="@drawable/icon"
|
2012-07-17 04:47:57 +02:00
|
|
|
android:label="@string/app_name"
|
2015-09-30 19:26:42 +02:00
|
|
|
tools:replace="android:allowBackup"
|
|
|
|
android:allowBackup="false"
|
2013-06-21 20:56:59 +02:00
|
|
|
android:theme="@style/TextSecure.LightTheme">
|
2012-07-17 04:47:57 +02:00
|
|
|
|
2014-12-15 21:25:55 +01:00
|
|
|
<meta-data android:name="com.google.android.gms.version"
|
|
|
|
android:value="@integer/google_play_services_version" />
|
2013-06-25 06:02:30 +02:00
|
|
|
|
2015-04-01 00:44:41 +02:00
|
|
|
<meta-data android:name="org.thoughtcrime.securesms.mms.TextSecureGlideModule"
|
|
|
|
android:value="GlideModule" />
|
|
|
|
|
2015-09-09 22:54:29 +02:00
|
|
|
<activity android:name="org.thoughtcrime.redphone.RedPhone"
|
|
|
|
android:screenOrientation="portrait"
|
|
|
|
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|screenSize|fontScale"
|
|
|
|
android:launchMode="singleTask">
|
|
|
|
</activity>
|
|
|
|
|
2013-07-09 01:29:28 +02:00
|
|
|
<activity android:name=".CountrySelectionActivity"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2013-06-25 06:02:30 +02:00
|
|
|
<activity android:name=".ImportExportActivity"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2013-09-16 09:55:01 +02:00
|
|
|
<activity android:name=".PromptMmsActivity"
|
2013-03-05 02:43:04 +01:00
|
|
|
android:label="Configure MMS Settings"
|
2015-05-19 00:16:27 +02:00
|
|
|
android:windowSoftInputMode="stateUnchanged"
|
2013-03-05 02:43:04 +01:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
2013-06-25 06:02:30 +02:00
|
|
|
|
2015-01-20 05:24:10 +01:00
|
|
|
<activity android:name=".DeviceProvisioningActivity"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:scheme="tsdevice"/>
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
|
2015-02-17 05:31:44 +01:00
|
|
|
<activity android:name=".preferences.MmsPreferencesActivity"
|
2013-09-16 09:55:01 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2014-02-28 07:44:02 +01:00
|
|
|
<activity android:name=".ShareActivity"
|
|
|
|
android:excludeFromRecents="true"
|
2013-02-17 20:42:30 +01:00
|
|
|
android:launchMode="singleTask"
|
2014-02-28 07:44:02 +01:00
|
|
|
android:noHistory="true"
|
|
|
|
android:windowSoftInputMode="stateHidden"
|
2014-12-15 21:25:55 +01:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize">
|
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SEND" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT"/>
|
|
|
|
<data android:mimeType="audio/*" />
|
|
|
|
<data android:mimeType="image/*" />
|
|
|
|
<data android:mimeType="text/plain" />
|
|
|
|
<data android:mimeType="video/*" />
|
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
</activity>
|
2011-12-20 19:20:44 +01:00
|
|
|
|
2014-02-28 07:44:02 +01:00
|
|
|
<activity android:name=".ConversationListActivity"
|
|
|
|
android:label="@string/app_name"
|
|
|
|
android:launchMode="singleTask"
|
2015-04-04 01:57:28 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"
|
|
|
|
android:exported="true" />
|
|
|
|
|
|
|
|
<activity-alias android:name=".RoutingActivity"
|
|
|
|
android:targetActivity=".ConversationListActivity"
|
|
|
|
android:exported="true">
|
2014-12-15 21:25:55 +01:00
|
|
|
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
|
|
|
|
2015-07-14 23:31:03 +02:00
|
|
|
|
|
|
|
|
2015-04-04 01:57:28 +02:00
|
|
|
</activity-alias>
|
2014-02-28 07:44:02 +01:00
|
|
|
|
2012-07-20 02:02:31 +02:00
|
|
|
<activity android:name=".ConversationActivity"
|
2012-08-05 01:21:01 +02:00
|
|
|
android:windowSoftInputMode="stateUnchanged"
|
2014-12-25 03:32:51 +01:00
|
|
|
android:launchMode="singleTask"
|
2015-06-22 17:46:43 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
|
|
|
|
|
|
|
|
<activity android:name=".ConversationPopupActivity"
|
|
|
|
android:windowSoftInputMode="stateVisible"
|
|
|
|
android:launchMode="singleTask"
|
|
|
|
android:taskAffinity=""
|
|
|
|
android:excludeFromRecents="true"
|
|
|
|
android:theme="@style/TextSecure.LightTheme.Popup"
|
2014-12-15 21:25:55 +01:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize" />
|
2012-07-20 02:02:31 +02:00
|
|
|
|
2015-01-15 22:35:35 +01:00
|
|
|
<activity android:name=".MessageDetailsActivity"
|
2015-04-03 18:43:07 +02:00
|
|
|
android:label="@string/AndroidManifest__message_details"
|
2015-03-27 10:27:36 +01:00
|
|
|
android:windowSoftInputMode="stateHidden"
|
2015-01-15 22:35:35 +01:00
|
|
|
android:launchMode="singleTask"
|
2015-03-05 01:37:48 +01:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
2015-01-15 22:35:35 +01:00
|
|
|
|
|
|
|
<activity android:name=".GroupCreateActivity"
|
|
|
|
android:windowSoftInputMode="stateVisible"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
2014-01-19 03:17:08 +01:00
|
|
|
|
2013-02-17 20:42:30 +01:00
|
|
|
<activity android:name=".DatabaseMigrationActivity"
|
2014-06-29 05:40:57 +02:00
|
|
|
android:theme="@style/NoAnimation.Theme.AppCompat.Light.DarkActionBar"
|
2013-02-17 20:42:30 +01:00
|
|
|
android:launchMode="singleTask"
|
Major storage layer refactoring to set the stage for clean GCM.
1) We now try to hand out cursors at a minimum. There has always been
a fairly clean insertion layer that handles encrypting message bodies,
but the process of decrypting message bodies has always been less than
ideal. Here we introduce a "Reader" interface that will decrypt message
bodies when appropriate and return objects that encapsulate record state.
No more MessageDisplayHelper. The MmsSmsDatabase interface is also more
sane.
2) We finally rid ourselves of the technical debt associated with TextSecure's
initial usage of the default SMS DB. In that world, we weren't able to use
anything other than the default "Inbox, Outbox, Sent" types to describe a
message, and had to overload the message content itself with a set of
local "prefixes" to describe what it was (encrypted, asymetric encrypted,
remote encrypted, a key exchange, procssed key exchange), and so on.
This includes a major schema update that transforms the "type" field into
a bitmask that describes everything that used to be encoded in a prefix,
and prefixes have been completely eliminated from the system.
No more Prefix.java
3) Refactoring of the MultipartMessageHandler code. It's less of a mess, and
hopefully more clear as to what's going on.
The next step is to remove what we can from SmsTransportDetails and genericize
that interface for a GCM equivalent.
2013-04-20 21:22:04 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
|
|
|
<activity android:name=".DatabaseUpgradeActivity"
|
2014-06-29 05:40:57 +02:00
|
|
|
android:theme="@style/NoAnimation.Theme.AppCompat.Light.DarkActionBar"
|
Major storage layer refactoring to set the stage for clean GCM.
1) We now try to hand out cursors at a minimum. There has always been
a fairly clean insertion layer that handles encrypting message bodies,
but the process of decrypting message bodies has always been less than
ideal. Here we introduce a "Reader" interface that will decrypt message
bodies when appropriate and return objects that encapsulate record state.
No more MessageDisplayHelper. The MmsSmsDatabase interface is also more
sane.
2) We finally rid ourselves of the technical debt associated with TextSecure's
initial usage of the default SMS DB. In that world, we weren't able to use
anything other than the default "Inbox, Outbox, Sent" types to describe a
message, and had to overload the message content itself with a set of
local "prefixes" to describe what it was (encrypted, asymetric encrypted,
remote encrypted, a key exchange, procssed key exchange), and so on.
This includes a major schema update that transforms the "type" field into
a bitmask that describes everything that used to be encoded in a prefix,
and prefixes have been completely eliminated from the system.
No more Prefix.java
3) Refactoring of the MultipartMessageHandler code. It's less of a mess, and
hopefully more clear as to what's going on.
The next step is to remove what we can from SmsTransportDetails and genericize
that interface for a GCM equivalent.
2013-04-20 21:22:04 +02:00
|
|
|
android:launchMode="singleTask"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2012-07-31 02:15:49 +02:00
|
|
|
<activity android:name=".PassphraseCreateActivity"
|
2012-09-20 04:56:04 +02:00
|
|
|
android:label="@string/AndroidManifest__create_passphrase"
|
2013-02-17 20:42:30 +01:00
|
|
|
android:windowSoftInputMode="stateUnchanged"
|
2015-03-09 00:32:57 +01:00
|
|
|
android:theme="@style/TextSecure.LightIntroTheme"
|
2014-12-15 21:25:55 +01:00
|
|
|
android:launchMode="singleTask"
|
2012-08-05 02:16:32 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
2012-07-31 02:15:49 +02:00
|
|
|
|
2012-07-20 07:54:44 +02:00
|
|
|
<activity android:name=".PassphrasePromptActivity"
|
2012-09-20 04:56:04 +02:00
|
|
|
android:label="@string/AndroidManifest__enter_passphrase"
|
2014-12-15 21:25:55 +01:00
|
|
|
android:launchMode="singleTask"
|
2015-03-09 00:32:57 +01:00
|
|
|
android:theme="@style/TextSecure.LightIntroTheme"
|
2014-05-14 05:41:16 +02:00
|
|
|
android:windowSoftInputMode="stateAlwaysVisible"
|
2012-08-05 02:16:32 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
2012-07-20 07:54:44 +02:00
|
|
|
|
2014-03-18 07:25:09 +01:00
|
|
|
<activity android:name=".NewConversationActivity"
|
2015-07-14 23:31:03 +02:00
|
|
|
android:theme="@style/TextSecure.LightNoActionBar"
|
2014-02-13 10:35:08 +01:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
2014-01-19 03:17:08 +01:00
|
|
|
|
|
|
|
<activity android:name=".PushContactSelectionActivity"
|
2014-03-18 07:25:09 +01:00
|
|
|
android:label="@string/AndroidManifest__select_contacts"
|
|
|
|
android:windowSoftInputMode="stateHidden"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
2012-07-21 07:23:25 +02:00
|
|
|
|
2012-07-23 22:42:29 +02:00
|
|
|
<activity android:name=".ViewIdentityActivity"
|
2012-09-20 04:56:04 +02:00
|
|
|
android:label="@string/AndroidManifest__public_identity_key"
|
2012-08-05 02:16:32 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
2012-07-23 22:42:29 +02:00
|
|
|
|
2013-08-15 19:49:06 +02:00
|
|
|
<activity android:name=".ViewLocalIdentityActivity"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2012-07-23 22:42:29 +02:00
|
|
|
<activity android:name=".PassphraseChangeActivity"
|
2012-09-20 04:56:04 +02:00
|
|
|
android:label="@string/AndroidManifest__change_passphrase"
|
2012-08-05 02:16:32 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
2012-07-23 22:42:29 +02:00
|
|
|
|
|
|
|
<activity android:name=".VerifyIdentityActivity"
|
2012-09-20 04:56:04 +02:00
|
|
|
android:label="@string/AndroidManifest__verify_identity"
|
2012-08-05 02:16:32 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
2012-07-23 22:42:29 +02:00
|
|
|
|
2013-03-26 05:26:03 +01:00
|
|
|
<activity android:name=".ApplicationPreferencesActivity"
|
2012-08-05 02:16:32 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2013-03-26 05:26:03 +01:00
|
|
|
<activity android:name=".RegistrationActivity"
|
|
|
|
android:windowSoftInputMode="stateUnchanged"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
|
|
|
<activity android:name=".RegistrationProgressActivity"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2015-06-20 07:02:10 +02:00
|
|
|
<activity android:name=".DeviceListActivity"
|
2015-07-28 11:29:57 +02:00
|
|
|
android:label="@string/AndroidManifest_manage_linked_devices"
|
2015-06-20 07:02:10 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2014-02-26 04:53:12 +01:00
|
|
|
<activity android:name=".LogSubmitActivity"
|
|
|
|
android:label="@string/AndroidManifest__log_submit"
|
|
|
|
android:windowSoftInputMode="stateHidden"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2014-08-12 21:11:23 +02:00
|
|
|
<activity android:name=".MediaPreviewActivity"
|
|
|
|
android:label="@string/AndroidManifest__media_preview"
|
|
|
|
android:windowSoftInputMode="stateHidden"
|
2015-02-10 10:46:43 +01:00
|
|
|
android:launchMode="singleTask"
|
2014-08-12 21:11:23 +02:00
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2015-01-19 03:11:30 +01:00
|
|
|
<activity android:name=".MediaOverviewActivity"
|
|
|
|
android:windowSoftInputMode="stateHidden"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2014-03-03 20:45:05 +01:00
|
|
|
<activity android:name=".DummyActivity"
|
|
|
|
android:theme="@android:style/Theme.NoDisplay"
|
|
|
|
android:enabled="true"
|
|
|
|
android:allowTaskReparenting="true"
|
|
|
|
android:noHistory="true"
|
|
|
|
android:excludeFromRecents="true"
|
|
|
|
android:alwaysRetainTaskState="false"
|
|
|
|
android:stateNotNeeded="true"
|
|
|
|
android:clearTaskOnLaunch="true"
|
|
|
|
android:finishOnTaskLaunch="true" />
|
|
|
|
|
2014-11-24 02:05:09 +01:00
|
|
|
<activity android:name=".PlayServicesProblemActivity"
|
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2014-12-15 21:25:55 +01:00
|
|
|
<activity android:name=".SmsSendtoActivity">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.SENDTO" />
|
2015-04-21 22:40:21 +02:00
|
|
|
<action android:name="android.intent.action.VIEW" />
|
2014-12-15 21:25:55 +01:00
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
2015-04-21 22:40:21 +02:00
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
2014-12-15 21:25:55 +01:00
|
|
|
<data android:scheme="sms" />
|
|
|
|
<data android:scheme="smsto" />
|
|
|
|
<data android:scheme="mms" />
|
|
|
|
<data android:scheme="mmsto" />
|
|
|
|
</intent-filter>
|
2015-07-14 23:31:03 +02:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<data android:mimeType="vnd.android.cursor.item/vnd.org.thoughtcrime.securesms.contact" />
|
|
|
|
</intent-filter>
|
2014-12-15 21:25:55 +01:00
|
|
|
</activity>
|
|
|
|
|
2015-06-09 16:37:20 +02:00
|
|
|
<activity android:name=".RecipientPreferenceActivity"
|
|
|
|
android:theme="@style/TextSecure.LightNoActionBar"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
|
|
|
<activity android:name=".BlockedContactsActivity"
|
|
|
|
android:theme="@style/TextSecure.LightTheme"
|
|
|
|
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
|
|
|
|
|
2014-12-30 02:31:41 +01:00
|
|
|
<activity android:name="com.soundcloud.android.crop.CropImageActivity" />
|
|
|
|
|
2015-09-09 22:54:29 +02:00
|
|
|
<service android:enabled="true" android:name="org.thoughtcrime.redphone.RedPhoneService"/>
|
|
|
|
|
2012-08-03 05:23:41 +02:00
|
|
|
<service android:enabled="true" android:name=".service.ApplicationMigrationService"/>
|
|
|
|
<service android:enabled="true" android:name=".service.KeyCachingService"/>
|
2013-03-26 05:26:03 +01:00
|
|
|
<service android:enabled="true" android:name=".service.RegistrationService"/>
|
2015-01-26 02:43:24 +01:00
|
|
|
<service android:enabled="true" android:name=".service.MessageRetrievalService"/>
|
2012-07-17 04:47:57 +02:00
|
|
|
|
2013-12-02 21:31:59 +01:00
|
|
|
<service android:name=".service.QuickResponseService"
|
|
|
|
android:permission="android.permission.SEND_RESPOND_VIA_MESSAGE"
|
|
|
|
android:exported="true" >
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.RESPOND_VIA_MESSAGE" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<data android:scheme="sms" />
|
|
|
|
<data android:scheme="smsto" />
|
|
|
|
<data android:scheme="mms" />
|
|
|
|
<data android:scheme="mmsto" />
|
|
|
|
</intent-filter>
|
|
|
|
</service>
|
|
|
|
|
2015-07-14 23:31:03 +02:00
|
|
|
<service android:name=".service.AccountAuthenticatorService" android:exported="true">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.accounts.AccountAuthenticator" />
|
|
|
|
</intent-filter>
|
|
|
|
<meta-data android:name="android.accounts.AccountAuthenticator" android:resource="@xml/authenticator" />
|
|
|
|
</service>
|
|
|
|
|
|
|
|
<service android:name=".service.ContactsSyncAdapterService" android:exported="true">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.content.SyncAdapter"/>
|
|
|
|
</intent-filter>
|
|
|
|
<meta-data android:name="android.content.SyncAdapter" android:resource="@xml/syncadapter" />
|
|
|
|
<meta-data android:name="android.provider.CONTACTS_STRUCTURE" android:resource="@xml/contactsformat" />
|
|
|
|
</service>
|
2013-12-02 21:31:59 +01:00
|
|
|
|
2013-03-26 05:26:03 +01:00
|
|
|
<receiver android:name=".gcm.GcmBroadcastReceiver" android:permission="com.google.android.c2dm.permission.SEND" >
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
|
|
|
|
<category android:name="org.thoughtcrime.securesms" />
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2012-07-17 04:47:57 +02:00
|
|
|
<receiver android:name=".service.SmsListener"
|
2013-12-02 21:31:59 +01:00
|
|
|
android:permission="android.permission.BROADCAST_SMS"
|
2012-07-17 04:47:57 +02:00
|
|
|
android:enabled="true"
|
2013-01-02 22:42:56 +01:00
|
|
|
android:exported="true">
|
2012-07-17 04:47:57 +02:00
|
|
|
<intent-filter android:priority="1001">
|
2013-10-10 22:52:24 +02:00
|
|
|
<action android:name="android.provider.Telephony.SMS_RECEIVED"/>
|
2012-07-17 04:47:57 +02:00
|
|
|
</intent-filter>
|
2013-11-11 22:06:58 +01:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.provider.Telephony.SMS_DELIVER"/>
|
|
|
|
</intent-filter>
|
2013-12-02 21:31:59 +01:00
|
|
|
</receiver>
|
|
|
|
|
|
|
|
<receiver android:name=".service.SmsDeliveryListener"
|
|
|
|
android:exported="true">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="org.thoughtcrime.securesms.services.MESSAGE_SENT"/>
|
|
|
|
</intent-filter>
|
2012-07-17 04:47:57 +02:00
|
|
|
</receiver>
|
|
|
|
|
|
|
|
<receiver android:name=".service.MmsListener"
|
|
|
|
android:enabled="true"
|
|
|
|
android:exported="true"
|
|
|
|
android:permission="android.permission.BROADCAST_WAP_PUSH">
|
|
|
|
<intent-filter android:priority="1001">
|
2013-10-10 22:52:24 +02:00
|
|
|
<action android:name="android.provider.Telephony.WAP_PUSH_RECEIVED"/>
|
2012-07-17 04:47:57 +02:00
|
|
|
<data android:mimeType="application/vnd.wap.mms-message" />
|
|
|
|
</intent-filter>
|
2013-11-11 22:06:58 +01:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.provider.Telephony.WAP_PUSH_DELIVER"/>
|
|
|
|
<data android:mimeType="application/vnd.wap.mms-message" />
|
|
|
|
</intent-filter>
|
2012-07-17 04:47:57 +02:00
|
|
|
</receiver>
|
|
|
|
|
2013-05-30 21:39:56 +02:00
|
|
|
<receiver android:name=".notifications.MarkReadReceiver"
|
|
|
|
android:enabled="true"
|
|
|
|
android:exported="true">
|
|
|
|
<intent-filter>
|
2013-10-10 22:52:24 +02:00
|
|
|
<action android:name="org.thoughtcrime.securesms.notifications.CLEAR"/>
|
2013-05-30 21:39:56 +02:00
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2015-05-19 10:24:08 +02:00
|
|
|
<receiver android:name=".notifications.WearReplyReceiver"
|
|
|
|
android:enabled="true"
|
|
|
|
android:exported="true">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="org.thoughtcrime.securesms.notifications.WEAR_REPLY"/>
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2013-10-21 19:21:48 +02:00
|
|
|
<provider android:name=".providers.PartProvider"
|
|
|
|
android:grantUriPermissions="true"
|
2012-09-10 01:10:46 +02:00
|
|
|
android:authorities="org.thoughtcrime.provider.securesms" />
|
2012-07-17 04:47:57 +02:00
|
|
|
|
2014-12-29 23:01:02 +01:00
|
|
|
<provider android:name=".providers.MmsBodyProvider"
|
|
|
|
android:grantUriPermissions="true"
|
|
|
|
android:authorities="org.thoughtcrime.provider.securesms.mms" />
|
|
|
|
|
2013-07-11 04:26:23 +02:00
|
|
|
<receiver android:name=".service.RegistrationNotifier"
|
|
|
|
android:exported="false">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="org.thoughtcrime.securesms.REGISTRATION_EVENT" />
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2013-10-13 13:38:26 +02:00
|
|
|
<receiver android:name=".service.DirectoryRefreshListener">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="org.whispersystems.whisperpush.DIRECTORY_REFRESH"/>
|
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
2014-12-12 04:36:46 +01:00
|
|
|
<receiver android:name=".notifications.MessageNotifier$ReminderReceiver">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="org.thoughtcrime.securesms.MessageNotifier.REMINDER_ACTION"/>
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
|
|
|
|
|
|
|
<receiver android:name=".notifications.MessageNotifier$DeleteReceiver">
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="org.thoughtcrime.securesms.MessageNotifier.DELETE_REMINDER_ACTION"/>
|
|
|
|
</intent-filter>
|
|
|
|
</receiver>
|
2014-12-29 23:01:02 +01:00
|
|
|
|
2011-12-20 19:20:44 +01:00
|
|
|
</application>
|
2012-07-17 04:47:57 +02:00
|
|
|
</manifest>
|