session-android/src/org/thoughtcrime/securesms
2013-06-18 16:43:41 -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 Resolved a few MMS issues. 2013-06-15 09:06:15 -07:00
database Fix for NPE on null FROM in MMS header. 2013-05-30 20:29:13 -07:00
directory Initial client support for GCM message send/receive 2013-05-06 08:40:55 -07:00
gcm Major storage layer refactoring to set the stage for clean GCM. 2013-05-06 08:40:55 -07:00
mms Resolved a few MMS issues. 2013-06-15 09:06:15 -07:00
notifications Add a 'mark as read' button to expanded notifications. 2013-05-30 12:39:56 -07:00
preferences Poor man's styling. 2013-02-09 17:43:31 -08:00
protocol merge liliakai-settings 2013-05-06 12:48:16 -07:00
providers Removed tabs 2012-09-30 19:56:29 -07:00
recipients Properly return unknown recipient from SMS db on empty. 2013-05-21 10:23:27 -07:00
service Resolved a few MMS issues. 2013-06-15 09:06:15 -07:00
sms Include (somehow missed) support for send/receive encrypted MMS. 2013-05-16 13:48:44 -07:00
transport Limit UniversalTransport to SMS for now. 2013-05-07 18:25:36 -07:00
util Handle failed bitmap decoding 2013-05-21 10:32:48 -07:00
ApplicationExportManager.java Localisation commit 2012-09-22 21:53:56 +02:00
ApplicationPreferencesActivity.java Clean up identity key view activity 2013-05-23 18:54:16 -07:00
AutoInitiateActivity.java Initial client support for GCM message send/receive 2013-05-06 08:40:55 -07:00
ContactSelectionActivity.java Fix for NPE when group selection fragment is no longer attached to activity. 2013-05-30 20:35:56 -07:00
ContactSelectionGroupsFragment.java Fix for NPE when group selection fragment is no longer attached to activity. 2013-05-30 20:35:56 -07: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 Catch attempts to dial on devices with no dialer. 2013-06-18 16:43:41 -07:00
ConversationAdapter.java Replace LinkedHashMap with a SoftReference LRUCache. Add Slide cache. 2013-05-06 12:22:03 -07:00
ConversationFragment.java MMS and Group Messaging Improvements 2013-05-06 08:40:55 -07:00
ConversationItem.java Switch to a more heavily TOFU model for identity keys. 2013-05-23 16:36:24 -07:00
ConversationListActivity.java Add 'mark all as read' option 2013-05-06 13:59:40 -07:00
ConversationListAdapter.java Major storage layer refactoring to set the stage for clean GCM. 2013-05-06 08:40:55 -07:00
ConversationListFragment.java Remove checkboxes from the multi-select UI 2013-05-23 18:37:04 -07:00
ConversationListItem.java Remove checkboxes from the multi-select UI 2013-05-23 18:37:04 -07:00
CountrySelectionActivity.java Initial GCM registration 2013-05-06 08:40:55 -07:00
CountrySelectionFragment.java Initial GCM registration 2013-05-06 08:40:55 -07:00
DatabaseMigrationActivity.java Improve passphrase and onboarding UI. Abstract out routing. 2013-02-17 15:09:01 -08:00
DatabaseUpgradeActivity.java Switch to a more heavily TOFU model for identity keys. 2013-05-23 16:36:24 -07:00
IdentityKeyView.java Clean up identity key view activity 2013-05-23 18:54:16 -07:00
KeyScanningActivity.java Refactor MasterSecret initialization, access, and timeout paths. 2013-02-10 17:30:51 -08: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 Store last seen application version number at install time. 2013-05-07 16:31:11 -07:00
PassphrasePromptActivity.java Fix for double-click NPE? 2013-05-06 19:27:09 -07: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 Add appropriate text for manual case when identity is trusted. 2013-05-23 17:17:28 -07:00
RegistrationActivity.java Initial GCM registration 2013-05-06 08:40:55 -07:00
RegistrationProgressActivity.java Initial client support for GCM message send/receive 2013-05-06 08:40:55 -07:00
ReviewIdentitiesActivity.java Switch to a more heavily TOFU model for identity keys. 2013-05-23 16:36:24 -07:00
ReviewIdentitiesFragment.java Clean up identity key view activity 2013-05-23 18:54:16 -07:00
RoutingActivity.java Major storage layer refactoring to set the stage for clean GCM. 2013-05-06 08:40:55 -07:00
VerifyIdentityActivity.java Switch to a more heavily TOFU model for identity keys. 2013-05-23 16:36:24 -07:00
VerifyKeysActivity.java Switch to a more heavily TOFU model for identity keys. 2013-05-23 16:36:24 -07:00
ViewIdentityActivity.java Clean up identity key view activity 2013-05-23 18:54:16 -07:00