session-android/src/org/thoughtcrime/securesms/util
Moxie Marlinspike 18aa202695 Really really delay SMS processing until sqlcipher migration completes
Blocking the SMS job on the screen lock isn't enough, since then
the job races against the migration.

Fixes #7390
2018-02-26 14:02:12 -08:00
..
concurrent
dualsim Significant MMS changes 2017-05-08 18:14:55 -07:00
spans Display profile name in when appropriate 2017-08-28 10:30:50 -07:00
task Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
views
AbstractCursorLoader.java Add swipe gestures to media view 2018-01-04 11:11:49 -08:00
AsyncLoader.java
AttachmentUtil.java Eliminate MediaNetworkRequirement style attachment job handling 2017-07-21 15:59:27 -07:00
Base64.java
BitmapDecodingException.java
BitmapUtil.java Fix profile crash 2017-11-14 10:50:17 -08:00
CharacterCalculator.java
Conversions.java
DateUtils.java
DelimiterUtil.java Escape addresses in thread, recipient pref, and group databases 2017-08-02 11:04:10 -07:00
Dialogs.java
DirectoryHelper.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
DynamicIntroTheme.java
DynamicLanguage.java Fix for RTL layout detection crash on < API 17 2017-09-25 09:05:41 -07:00
DynamicNoActionBarTheme.java
DynamicTheme.java
ExpirationUtil.java
FileProviderUtil.java Use FileProvider for external camera capture Uri on L+ 2017-12-01 11:06:37 -08:00
FileUtils.java
FutureTaskListener.java
GroupUtil.java Fix bad MMS group creation logic 2017-09-07 20:41:34 -07:00
Hex.java
IdentityUtil.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
IntentUtils.java Profile creation activity 2017-08-28 10:30:50 -07:00
JsonUtils.java
LimitedInputStream.java
LinkedBlockingLifoQueue.java Move more system contact info into recipient database 2017-11-30 10:26:41 -08:00
ListenableFutureTask.java
LongClickCopySpan.java
LongClickMovementMethod.java
LRUCache.java
MathUtils.java
MediaUtil.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
MemoryFileUtil.java
MmsCharacterCalculator.java
NumberUtil.java Remove the Canonical Address Database 2017-07-31 12:02:29 -07:00
ParcelUtil.java
PlayServicesUtil.java Update registration flow 2017-11-14 10:50:17 -08:00
PushCharacterCalculator.java
RedPhoneCallTypes.java
ResUtil.java
Rfc5724Uri.java
SaveAttachmentTask.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
SelectedRecipientsAdapter.java Remove the Canonical Address Database 2017-07-31 12:02:29 -07:00
ServiceUtil.java Appease the linter 2017-12-05 11:52:03 -08:00
ShortCodeUtil.java
SmsCharacterCalculator.java Work around SmsMessage.calculateLength NPE on broken ROMs 2017-08-28 10:43:14 -07:00
SoftHashMap.java Move more system contact info into recipient database 2017-11-30 10:26:41 -08:00
SpanUtil.java
StickyHeaderDecoration.java Display unknown sender footer for unknown senders 2017-08-28 10:30:50 -07:00
StorageUtil.java Refactor storage management to have a centralized, 2017-05-06 14:06:04 -07:00
TaggedFutureTask.java
TelephonyUtil.java Fix implicit locale string formatting bugs 2017-10-04 11:36:43 -07:00
TextSecurePreferences.java Really really delay SMS processing until sqlcipher migration completes 2018-02-26 14:02:12 -08:00
ThreadUtil.java
Trimmer.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
Util.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
VerifySpan.java Remove the Canonical Address Database 2017-07-31 12:02:29 -07:00
VersionTracker.java
ViewUtil.java
WorkerThread.java