session-android/src/org/thoughtcrime/securesms/util
Michael Kaiser 1cb4d479f1 Finish activity before restarting it
The current activity needs to be finished before calling startActivity.
Otherwise, activities with launchMode singleTask (ConversationListActivity)
will receive a new Intent instead of getting restarted. And in response
to the new Intent, they will run onResume once again and trigger a second restart.

Fixes #1292
2014-05-20 10:16:48 -07:00
..
deque Fix NoClassDefFound errors on 2.2 devices. 2013-01-01 15:38:09 -08:00
BitmapDecodingException.java Handle failed bitmap decoding 2013-05-21 10:32:48 -07:00
BitmapUtil.java Merge pull request #1297 from McLoo/master 2014-04-05 13:38:45 -07:00
BitmapWorkerRunnable.java refactor and improve contact selection 2014-04-01 14:56:45 -07:00
CharacterCalculator.java Removed tabs 2012-09-30 19:56:29 -07:00
DateUtils.java Add time to messages when they are within the week 2014-04-17 16:10:27 +02:00
Dialogs.java Use modern icons in info and alert dialogs for ICS+ 2014-03-01 14:42:12 +01:00
DirectoryHelper.java fix send icon merge botch, encryption icons logic 2014-04-03 12:12:59 -07:00
DynamicLanguage.java Finish activity before restarting it 2014-05-20 10:16:48 -07:00
DynamicTheme.java Finish activity before restarting it 2014-05-20 10:16:48 -07:00
Emoji.java handle emoji density scaling more correctly 2014-02-25 16:24:33 -08:00
EncryptedCharacterCalculator.java ShareActivity, destruction of RecipientsPanel 2014-04-10 13:16:14 -07:00
GroupUtil.java Listen for group updates, fix group updates, and Recipient marshing 2014-02-24 00:19:54 -08:00
LinkedBlockingLifoQueue.java Fix NoClassDefFound errors on 2.2 devices. 2013-01-01 15:38:09 -08:00
LRUCache.java Refactor recipient access. 2012-12-24 08:40:37 -08:00
MemoryCleaner.java Support skipping password creation at setup 2014-01-07 16:27:00 -08:00
NumberUtil.java Support for multi-device. 2014-02-02 19:38:06 -08:00
ProgressDialogAsyncTask.java refactor and improve contact selection 2014-04-01 14:56:45 -07:00
RedPhoneCallTypes.java Removed tabs 2012-09-30 19:56:29 -07:00
SelectedRecipientsAdapter.java updates to conversation menu, and updating of group info 2014-02-21 11:33:31 -08:00
TaggedFutureTask.java refactor and improve contact selection 2014-04-01 14:56:45 -07:00
TextSecurePreferences.java hide screen security when unsupported 2014-03-30 02:28:38 -07:00
Trimmer.java Inserted the Registration activity into initial setup flow. 2014-01-06 14:30:03 -08:00
Util.java fix receiving utf-8 characters in multimedia push messages 2014-05-01 15:06:44 -07:00
VersionTracker.java Store last seen application version number at install time. 2013-05-07 16:31:11 -07:00
WorkerThread.java Removed tabs 2012-09-30 19:56:29 -07:00