Signal-Android/src/org/thoughtcrime/securesms/util
Greyson Parrelli df2c5d38b0 Don't notify new users if there is a pending SQLCipher migration.
If a user is upgrading to use the SQLCipher database (which happened
back in 4.16, so this only applies to relatively dormant users who are
just getting back into the app) and received a new "user X joind signal"
message, then it could screw up the migration. So we're just dropping
these notifications that happen in this narrow window.
2018-06-18 14:32:45 -07:00
..
concurrent Beta support for webrtc video and voice calling 2017-02-01 13:55:52 -08:00
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 ViewStub for AudioView in ConversationItems 2017-01-20 09:11:40 -08:00
AbstractCursorLoader.java Add swipe gestures to media view 2018-01-04 11:11:49 -08:00
AsyncLoader.java Implement onStartLoading() in DeviceListLoader 2016-09-25 14:58:27 -07:00
AttachmentUtil.java Annotate methods in AttachmentUtil as @WorkerThread. 2018-06-11 11:08:25 -07:00
BackupUtil.java Retain latest 2 instead of latest 5 backups 2018-04-16 17:33:26 -07:00
Base64.java
BitmapDecodingException.java Check result of bitmap size operation for failure 2016-01-30 15:22:55 -08:00
BitmapUtil.java replies 2018-04-16 17:33:26 -07:00
CharacterCalculator.java Calculate SMS characters respecting encoding 2016-08-31 19:51:34 -07:00
CommunicationActions.java Added ability to share contacts. 2018-05-21 15:45:22 -04:00
Conversions.java
DateUtils.java Support for full backup/restore to sdcard 2018-03-05 16:11:49 -08:00
Debouncer.java Fixed some cursor-related bugs in Search. 2018-05-23 08:32:46 -04:00
DelimiterUtil.java Escape addresses in thread, recipient pref, and group databases 2017-08-02 11:04:10 -07:00
Dialogs.java migrate to AppCompatDialog 2015-11-19 10:30:26 -08:00
DirectoryHelper.java Don't notify new users if there is a pending SQLCipher migration. 2018-06-18 14:32:45 -07: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 Tint audio controls to be visible in dark theme 2015-11-12 15:20:16 -08:00
ExpirationUtil.java Support for disappearing messages 2016-08-28 17:03:23 -07:00
FileProviderUtil.java Use FileProvider for external camera capture Uri on L+ 2017-12-01 11:06:37 -08:00
FileUtils.java Clear cache on update 2018-04-12 17:19:18 -07:00
FutureTaskListener.java Beta support for webrtc video and voice calling 2017-02-01 13:55:52 -08:00
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 Added ability to share contacts. 2018-05-21 15:45:22 -04:00
LimitedInputStream.java Support for receiving arbitrary attachment types 2017-03-29 18:17:34 -07:00
LinkedBlockingLifoQueue.java Move more system contact info into recipient database 2017-11-30 10:26:41 -08:00
ListenableFutureTask.java Beta support for webrtc video and voice calling 2017-02-01 13:55:52 -08:00
LongClickCopySpan.java Support copying links on long click. 2017-04-21 23:05:59 -07:00
LongClickMovementMethod.java Fix copying links when scrolling in #6343 2017-04-23 16:25:57 -07:00
LRUCache.java
MathUtils.java Support for stickers and scribbles 2016-12-12 17:37:00 -08:00
MediaUtil.java Convert vCard attachments to Shared Contacts. 2018-05-21 15:45:22 -04:00
MemoryFileUtil.java Support for receiving arbitrary attachment types 2017-03-29 18:17:34 -07:00
MmsCharacterCalculator.java Calculate SMS characters respecting encoding 2016-08-31 19:51:34 -07:00
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 Calculate SMS characters respecting encoding 2016-08-31 19:51:34 -07:00
RedPhoneCallTypes.java
ResUtil.java
Rfc5724Uri.java
SaveAttachmentTask.java Make toast after saving attachment translatable 2018-03-07 09:41:33 -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 Remove obsolete workaround for DE/FI/SK shortcodes 2018-03-07 09:59:43 -08:00
SingleLiveEvent.java Added ability to share contacts. 2018-05-21 15:45:22 -04:00
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 Fix search header rendering after rotation. 2018-06-14 10:50:21 -07:00
StorageUtil.java Correctly store backup 2018-05-24 09:57:16 -07:00
TaggedFutureTask.java
TelephonyUtil.java Fix implicit locale string formatting bugs 2017-10-04 11:36:43 -07:00
TextSecurePreferences.java Support for Registration Lock PINs 2018-03-05 16:13:56 -08:00
ThemeUtil.java Fix reply-to colors in dark mode to increase contrast. 2018-04-20 17:35:48 -07:00
ThreadUtil.java Manually encode voice messages to AAC with ADTS headers 2015-11-23 11:42:02 -08:00
Trimmer.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
Util.java Don't save white space drafts 2018-03-07 09:33:57 -08:00
VerifySpan.java Remove the Canonical Address Database 2017-07-31 12:02:29 -07:00
VersionTracker.java
ViewUtil.java Render emoji's properly in quote bubbles. 2018-04-24 12:18:33 -07:00
WorkerThread.java