session-android/src/org/thoughtcrime/securesms
Moxie Marlinspike 0e6773b4b7 Remove directory refresh preference.
This is present on the contact screen now, so there's no longer
any need for it here.
2014-06-12 11:58:24 -07:00
..
components ShareActivity, destruction of RecipientsPanel 2014-04-10 13:16:14 -07:00
contacts Sort contacts case-insentively 2014-06-12 10:56:46 -07:00
crypto Add correct contextual menu options on 'Send' button. 2014-06-11 15:34:01 -07:00
database Use "date sent" as timestamp for push, "date received" for SMS. 2014-06-12 08:59:54 -07:00
gcm Tone down logging a bit. 2014-02-24 02:12:41 -08:00
mms Move media attachment long-click event to context menu. 2014-06-11 18:04:14 -07:00
notifications Give user the opportunity to chose no LED-notification. 2014-03-07 12:04:19 -08:00
preferences Fix AlertDialog Background on Android 2.3 2014-05-16 17:18:57 -07:00
protocol Support for an 'end session' protocol message. 2014-02-19 13:50:32 -08:00
providers Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
push Display group actions and correctly handle group delivery. 2014-02-14 15:59:57 -08:00
recipients Cache circle cropped photos on Recipient. 2014-06-11 12:33:57 -07:00
service Add notification for key change event. 2014-06-12 10:40:46 -07:00
sms Add correct contextual menu options on 'Send' button. 2014-06-11 15:34:01 -07:00
transport Validate recipients at send time rather than when constructed. 2014-06-03 14:58:19 -07:00
util Finish activity before restarting it 2014-05-20 10:16:48 -07:00
ApplicationListener.java Fix for Android PRNG bug. 2013-08-15 11:27:14 -07:00
ApplicationPreferencesActivity.java Remove directory refresh preference. 2014-06-12 11:58:24 -07:00
AutoInitiateActivity.java Remove V1 code. 2014-04-16 11:47:51 -07:00
ContactSelectionActivity.java use normal means to set actionbar icon 2014-04-10 17:52:58 -07:00
ContactSelectionGroupsFragment.java Support for multi-device. 2014-02-02 19:38:06 -08:00
ContactSelectionListFragment.java Support for multi-device. 2014-02-02 19:38:06 -08:00
ContactSelectionRecentFragment.java Support for multi-device. 2014-02-02 19:38:06 -08:00
ConversationActivity.java Show drafts emojified when Android version is below KitKat 2014-06-12 11:30:50 -07:00
ConversationAdapter.java mark auto-fallback to sms as forcedSms 2014-04-10 10:50:35 -07:00
ConversationFragment.java Move media attachment long-click event to context menu. 2014-06-11 18:04:14 -07:00
ConversationItem.java Use "date sent" as timestamp for push, "date received" for SMS. 2014-06-12 08:59:54 -07:00
ConversationListActivity.java Reword the very confusing screen security setting 2014-06-12 09:22:39 -07:00
ConversationListAdapter.java Minor ConversationList scrolling optimization. 2014-03-16 14:36:21 -07:00
ConversationListFragment.java Clear search when opening the drawer 2014-06-11 18:12:07 -07:00
ConversationListItem.java Cache circle cropped photos on Recipient. 2014-06-11 12:33:57 -07:00
CountrySelectionActivity.java Theme Support 2013-06-21 12:14:40 -07:00
CountrySelectionFragment.java Initial GCM registration 2013-05-06 08:40:55 -07:00
DatabaseMigrationActivity.java Enhanced import/export support. 2013-06-24 21:02:30 -07:00
DatabaseUpgradeActivity.java Fix for bug where messages are stuck in pending state after upgrade. 2014-02-25 20:57:18 -08:00
DummyActivity.java Workaround for Android bug when swiped from recent tasks list. 2014-03-03 11:45:05 -08:00
ExportFragment.java Use modern icons in info and alert dialogs for ICS+ 2014-03-01 14:42:12 +01:00
GroupCreateActivity.java Add correct contextual menu options on 'Send' button. 2014-06-11 15:34:01 -07:00
GroupMembersDialog.java Listen for group updates, fix group updates, and Recipient marshing 2014-02-24 00:19:54 -08:00
IdentityKeyView.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
ImportExportActivity.java use normal means to set actionbar icon 2014-04-10 17:52:58 -07:00
ImportFragment.java Use modern icons in info and alert dialogs for ICS+ 2014-03-01 14:42:12 +01:00
KeyScanningActivity.java Use modern icons in info and alert dialogs for ICS+ 2014-03-01 14:42:12 +01:00
LogSubmitActivity.java use normal means to set actionbar icon 2014-04-10 17:52:58 -07:00
MmsPreferencesActivity.java use normal means to set actionbar icon 2014-04-10 17:52:58 -07:00
NewConversationActivity.java Update ActionBar title on language change 2014-04-10 17:55:03 -07:00
PassphraseActivity.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
PassphraseChangeActivity.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
PassphraseCreateActivity.java Support skipping password creation at setup 2014-01-07 16:27:00 -08:00
PassphrasePromptActivity.java Allow passphrase unlock from "unlock" keyboard action. 2014-06-11 21:45:03 -07:00
PassphraseRequiredActivity.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
PassphraseRequiredMixin.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
PassphraseRequiredSherlockActivity.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
PassphraseRequiredSherlockFragmentActivity.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
PassphraseRequiredSherlockListActivity.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
PassphraseRequiredSherlockPreferenceActivity.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
PromptMmsActivity.java Enhanced MMS configuration prompts and processing. 2013-10-20 16:56:34 -07:00
PushContactSelectionActivity.java Update ActionBar title on language change 2014-04-10 17:55:03 -07:00
PushContactSelectionListFragment.java group and contact list fixes 2014-04-10 11:14:06 -07:00
ReceiveKeyActivity.java Remove V1 code. 2014-04-16 11:47:51 -07:00
RegistrationActivity.java Do country code detection if we can't get the full number off SIM. 2014-06-03 19:16:27 -07:00
RegistrationProblemsActivity.java Registration with voice verification. 2014-01-06 14:18:30 -08:00
RegistrationProgressActivity.java use normal means to set actionbar icon 2014-04-10 17:52:58 -07:00
Release.java New attachment API 2014-01-06 14:38:14 -08:00
ReviewIdentitiesActivity.java Update ActionBar title on language change 2014-04-10 17:55:03 -07:00
ReviewIdentitiesFragment.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
RoutingActivity.java Better share intent handling. 2014-06-12 10:23:56 -07:00
ShareActivity.java Reword the very confusing screen security setting 2014-06-12 09:22:39 -07:00
ShareFragment.java ShareActivity, destruction of RecipientsPanel 2014-04-10 13:16:14 -07:00
ShareListAdapter.java ShareActivity, destruction of RecipientsPanel 2014-04-10 13:16:14 -07:00
ShareListItem.java ShareActivity, destruction of RecipientsPanel 2014-04-10 13:16:14 -07:00
VerifyIdentityActivity.java Remove V1 code. 2014-04-16 11:47:51 -07:00
ViewIdentityActivity.java Move common crypto classes into TextSecureLibrary. 2014-01-06 14:35:51 -08:00
ViewLocalIdentityActivity.java Remove V1 code. 2014-04-16 11:47:51 -07:00