You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-android/src/org/thoughtcrime/securesms/util
Greyson Parrelli 7e485b8095 Post startService() in onResume() as a possible fix to an Android P bug.
Got confirmation that the crash we're seeing is a bug, and this might be
a possible workaround.
6 years ago
..
concurrent Don't unnecessarily stack GCM message processing. 6 years ago
dualsim Significant MMS changes 7 years ago
spans Display profile name in when appropriate 7 years ago
task Run all AsyncTasks on thread pool executor 7 years ago
views ViewStub for AudioView in ConversationItems 8 years ago
AbstractCursorLoader.java Add swipe gestures to media view 7 years ago
AsyncLoader.java Implement onStartLoading() in DeviceListLoader 8 years ago
AttachmentUtil.java Switch logs to use new Log class. 6 years ago
BackupUtil.java Reduce usage of Log.w() 6 years ago
Base64.java
BitmapDecodingException.java Check result of bitmap size operation for failure 9 years ago
BitmapUtil.java Fix shortcut images being too large. 6 years ago
CharacterCalculator.java Implemented new camera capture flow. 6 years ago
CommunicationActions.java Clean up shortcut code. 6 years ago
Conversions.java
DateUtils.java Use correct timestamp for footer collapse. 6 years ago
Debouncer.java Fixed some cursor-related bugs in Search. 6 years ago
DelimiterUtil.java Escape addresses in thread, recipient pref, and group databases 7 years ago
Dialogs.java migrate to AppCompatDialog 9 years ago
DirectoryHelper.java Don't report contact discovery accuracy if it encountered an error. 6 years ago
DynamicIntroTheme.java
DynamicLanguage.java Fix for RTL layout detection crash on < API 17 7 years ago
DynamicNoActionBarTheme.java
DynamicTheme.java Tint audio controls to be visible in dark theme 9 years ago
ExpirationUtil.java Support for disappearing messages 8 years ago
FileProviderUtil.java Ensure external camera blob is deleted. 6 years ago
FileUtils.java Clear cache on update 6 years ago
FutureTaskListener.java Beta support for webrtc video and voice calling 8 years ago
GroupUtil.java Add the ability to block groups. 6 years ago
Hex.java
IdentityUtil.java Reduce usage of Log.w() 6 years ago
IntentUtils.java Profile creation activity 7 years ago
JsonUtils.java Added ability to share contacts. 6 years ago
LRUCache.java
LimitedInputStream.java Support for receiving arbitrary attachment types 7 years ago
LinkedBlockingLifoQueue.java Move more system contact info into recipient database 7 years ago
ListenableFutureTask.java Beta support for webrtc video and voice calling 8 years ago
LongClickCopySpan.java Support copying links on long click. 7 years ago
LongClickMovementMethod.java Fix copying links when scrolling in #6343 7 years ago
MathUtils.java Support for stickers and scribbles 8 years ago
MediaUtil.java Fix videos losing their extension after forwarding. 6 years ago
MemoryFileUtil.java Support for receiving arbitrary attachment types 7 years ago
MmsCharacterCalculator.java Calculate SMS characters respecting encoding 8 years ago
NumberUtil.java Remove the Canonical Address Database 7 years ago
ParcelUtil.java
PlayServicesUtil.java Reduce usage of Log.w() 6 years ago
PowerManagerCompat.java Ensure notifications are processed after receiving GCM message. 6 years ago
PushCharacterCalculator.java Calculate SMS characters respecting encoding 8 years ago
RedPhoneCallTypes.java
ResUtil.java fix gingerbread view issues 9 years ago
Rfc5724Uri.java
SaveAttachmentTask.java Clean up batch saving. 6 years ago
SelectedRecipientsAdapter.java Remove the Canonical Address Database 7 years ago
ServiceUtil.java Appease the linter 7 years ago
ShortCodeUtil.java Switch logs to use new Log class. 6 years ago
SingleLiveEvent.java Switch logs to use new Log class. 6 years ago
SmsCharacterCalculator.java Switch logs to use new Log class. 6 years ago
SoftHashMap.java Move more system contact info into recipient database 7 years ago
SpanUtil.java
StickyHeaderDecoration.java Switch logs to use new Log class. 6 years ago
Stopwatch.java Added a new Stopwatch class to easily log timings. 6 years ago
StorageUtil.java Remove the ability to save backups to the external SD card. 6 years ago
TaggedFutureTask.java
TelephonyUtil.java Reduce usage of Log.w() 6 years ago
TextSecurePreferences.java Ensure notifications are processed after receiving GCM message. 6 years ago
ThemeUtil.java Improve the look of message bubbles. 6 years ago
ThreadUtil.java Manually encode voice messages to AAC with ADTS headers 9 years ago
Trimmer.java Run all AsyncTasks on thread pool executor 7 years ago
Util.java Post startService() in onResume() as a possible fix to an Android P bug. 6 years ago
VerifySpan.java Remove the Canonical Address Database 7 years ago
VersionTracker.java
ViewUtil.java Apply message bubble paddings to both top and bottom 6 years ago
WorkerThread.java