session-android/src/org/thoughtcrime/securesms
Lilia Markham 40eca5e0f6 Remove whitespace tag preference
The vast majority of users will never uncheck this option. Those who
would can send an unencrypted untagged message through the system sms
app. It would then be stored locally in the clear, but it was already
transmitted in the clear and likely stored on the recipient's side in
the clear, so the security gains of locally encrypting are low, and
again, this seems an extremely rare edge case.

By android design pattern specs for the settings menu, we should kill
this preference.
2013-03-27 20:54:42 -07:00
..
components Refactor recipient access. 2012-12-24 08:40:37 -08:00
contacts Refactor ContactPhotoFactory to handle changing local contact URIs. 2012-12-30 16:42:33 -08:00
crypto Fix for MMS send bug with an APN proxy. 2013-03-10 15:47:13 -07:00
database Catch NPE thrown by APN provider. 2013-03-17 11:19:36 -07:00
mms Added Telenor Norway to APN Defaults 2013-03-17 11:38:44 -07:00
notifications Fix for notification NPE on unknown sender. 2013-02-20 20:44:38 -08:00
preferences Poor man's styling. 2013-02-09 17:43:31 -08:00
protocol Remove whitespace tag preference 2013-03-27 20:54:42 -07:00
providers Removed tabs 2012-09-30 19:56:29 -07:00
recipients Scrub recipients for MMS messages so they'll be valid PLMN. 2013-03-14 15:59:28 -07:00
service Fix for MMS send bug with an APN proxy. 2013-03-10 15:47:13 -07:00
sms Scrub recipients for MMS messages so they'll be valid PLMN. 2013-03-14 15:59:28 -07:00
util Include incoming message body in notifications. 2013-02-08 16:27:43 -08:00
ApplicationExportManager.java Localisation commit 2012-09-22 21:53:56 +02:00
ApplicationPreferencesActivity.java Remove whitespace tag preference 2013-03-27 20:54:42 -07:00
AutoInitiateActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
ContactSelectionActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
ContactSelectionGroupsFragment.java Refactor recipient access. 2012-12-24 08:40:37 -08:00
ContactSelectionListFragment.java Refactor recipient access. 2012-12-24 08:40:37 -08:00
ContactSelectionRecentFragment.java Refactor recipient access. 2012-12-24 08:40:37 -08:00
ConversationActivity.java Remove send button smart enable/disabled. 2013-03-13 17:45:32 -07:00
ConversationAdapter.java Fix for mysterious 'anonymous sender' NPE. 2013-02-04 21:51:25 -08:00
ConversationFragment.java Display both sent and received time in message details. 2013-01-06 13:13:14 -08:00
ConversationItem.java Add support for "delivery notifications." Currently SMS-only. 2013-01-06 21:38:36 -08:00
ConversationListActivity.java Improve passphrase and onboarding UI. Abstract out routing. 2013-02-17 15:09:01 -08:00
ConversationListAdapter.java Improve locking and performance on asynchronous contact loading. 2013-01-06 15:46:26 -08:00
ConversationListFragment.java Search support in ConversationList for <3.0 devices. 2013-02-24 19:37:37 -08:00
ConversationListItem.java Distinguish unread threads with background color. 2013-02-09 10:03:38 -08:00
DatabaseMigrationActivity.java Improve passphrase and onboarding UI. Abstract out routing. 2013-02-17 15:09:01 -08:00
DecryptingConversationListAdapter.java Major reorganization of view/model interactions. 2012-10-28 18:24:21 -07:00
IdentityKeyView.java Fix review identity activity UI. 2012-07-23 21:43:55 -07:00
KeyScanningActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
KeyVerifyingActivity.java Clean up key/identity verification Activites. 2012-07-23 13:42:29 -07:00
PassphraseActivity.java Improve passphrase and onboarding UI. Abstract out routing. 2013-02-17 15:09:01 -08:00
PassphraseChangeActivity.java Include source origin in string key name. 2012-09-19 19:56:04 -07:00
PassphraseCreateActivity.java Improve passphrase and onboarding UI. Abstract out routing. 2013-02-17 15:09:01 -08:00
PassphrasePromptActivity.java Clear passphrase field on invalid entry. 2013-02-21 14:47:18 -08:00
PassphraseRequiredActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
PassphraseRequiredMixin.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
PassphraseRequiredSherlockActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
PassphraseRequiredSherlockFragmentActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
PassphraseRequiredSherlockListActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
PassphraseRequiredSherlockPreferenceActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
PromptApnActivity.java Prompt user for APN details when missing. 2013-03-04 17:43:04 -08:00
ReceiveKeyActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
ReviewIdentitiesActivity.java Removed tabs 2012-09-30 19:56:29 -07:00
RoutingActivity.java Improve passphrase and onboarding UI. Abstract out routing. 2013-02-17 15:09:01 -08:00
SaveIdentityActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08:00
VerifyIdentityActivity.java Localisation commit 2012-09-22 21:53:56 +02:00
VerifyImportedIdentityActivity.java Include source origin in string key name. 2012-09-19 19:56:04 -07:00
VerifyKeysActivity.java Include source origin in string key name. 2012-09-19 19:56:04 -07:00
ViewIdentityActivity.java Include source origin in string key name. 2012-09-19 19:56:04 -07:00