..
components
Added "recent emoji" panel as an LRU cache.
2013-06-29 09:51:08 -07:00
contacts
New 'add contact info' option on the conversation contextual menu
2013-10-17 02:28:36 +02:00
crypto
Switch to two-space indentation, remove inline comments.
2013-11-14 17:53:38 +11:00
database
Change the way notifications work for non-default KitKat.
2013-12-07 11:03:25 -08: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
Add giffgaff APN defaults. // FREEBIE
2013-12-17 16:57:40 -08:00
notifications
set unread message count in notifications.
2013-12-19 02:44:42 +05:30
preferences
Fix for timeout interval bug
2013-08-23 00:05:19 -04: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
Improve password caching notification UI & UX
2013-12-22 04:48:39 +02:00
sms
Allow to resend a failed message
2013-10-13 15:39:15 +02:00
transport
Fix for long multipart message bug on some ROMs.
2013-12-03 08:21:31 -08:00
util
Fix crash when no SMS package is set
2013-12-03 09:06:16 +02:00
ApplicationListener.java
Fix for Android PRNG bug.
2013-08-15 11:27:14 -07:00
ApplicationPreferencesActivity.java
Show LED and ringtone setting values in their summaries
2013-12-17 03:13:22 +02:00
AutoInitiateActivity.java
Make the switch to gradle!
2013-10-10 13:52:24 -07:00
ContactSelectionActivity.java
Add tab swiping in the contact picker
2013-12-16 22:17:52 +02: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
Merge pull request #381 from meskio/add_contact
2013-10-20 16:58:58 -07:00
ConversationAdapter.java
Replace LinkedHashMap with a SoftReference LRUCache. Add Slide cache.
2013-05-06 12:22:03 -07:00
ConversationFragment.java
Allow to resend a failed message
2013-10-13 15:39:15 +02:00
ConversationItem.java
Enhanced MMS configuration prompts and processing.
2013-10-20 16:56:34 -07:00
ConversationListActivity.java
Finish KitKat compatibility details.
2013-12-02 12:31:59 -08:00
ConversationListAdapter.java
Add deselect to batch selection mode
2013-10-20 18:25:01 +02:00
ConversationListFragment.java
Add deselect to batch selection mode
2013-10-20 18:25:01 +02:00
ConversationListItem.java
Switched to new emoji lookup pattern, added rendering support.
2013-06-28 16:56:30 -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
Switch to a more heavily TOFU model for identity keys.
2013-05-23 16:36:24 -07:00
ExportFragment.java
Enhanced import/export support.
2013-06-24 21:02:30 -07:00
IdentityKeyView.java
Clean up identity key view activity
2013-05-23 18:54:16 -07:00
ImportExportActivity.java
Enhanced import/export support.
2013-06-24 21:02:30 -07:00
ImportFragment.java
Enhanced import/export support.
2013-06-24 21:02:30 -07:00
KeyScanningActivity.java
Theme Support
2013-06-21 12:14:40 -07:00
MmsPreferencesActivity.java
Enhanced MMS configuration prompts and processing.
2013-10-20 16:56:34 -07:00
PassphraseActivity.java
Improve passphrase and onboarding UI. Abstract out routing.
2013-02-17 15:09:01 -08:00
PassphraseChangeActivity.java
Add ability to disable local encryption passphrase.
2013-07-01 10:15:36 -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
PromptMmsActivity.java
Enhanced MMS configuration prompts and processing.
2013-10-20 16:56:34 -07:00
ReceiveKeyActivity.java
Move ReceiveKeyActivity back to themed dialog activity.
2013-10-20 19:12:53 -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
Theme Support
2013-06-21 12:14:40 -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
Fix QR Code Regression.
2013-06-25 10:48:18 -07:00
VerifyKeysActivity.java
Fix QR Code Regression.
2013-06-25 10:48:18 -07:00
ViewIdentityActivity.java
Fix for Android PRNG bug.
2013-08-15 11:27:14 -07:00
ViewLocalIdentityActivity.java
Fix for Android PRNG bug.
2013-08-15 11:27:14 -07:00