Signal-Android/src/org/thoughtcrime/securesms
Greyson Parrelli feb9e1d513 Post startService() in onPause() as a possible fix to an Android P bug.
We already did it for onResume(), and while it fixed the crash there,
the crash just moved to onPause(). Let's see if the same magic works.
2018-10-16 22:54:29 -07:00
..
animation Update registration flow 2017-11-14 10:50:17 -08:00
attachments Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
audio Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
backup Prevent restoring newer backups into older versions of Signal. 2018-09-07 15:54:38 -07:00
camera Refactor OrderEnforcer. 2018-10-12 09:30:01 -07:00
color Remove the ability to set a color for a group. 2018-10-09 15:34:08 -07:00
components Properly set the document download icon tint. 2018-10-16 10:58:19 -07:00
contacts Do not auto-assign Steel as a color for contacts/groups. 2018-10-04 09:22:24 -07:00
contactshare Fix log submission OOM, improve log scrolling. 2018-08-20 01:24:36 -07:00
crypto Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
database Migrate legacy color palette. 2018-10-03 14:25:17 -07:00
dependencies Ensure notifications are processed after receiving GCM message. 2018-10-08 10:00:15 -07:00
events Clean up camera flipping, handle having missing cameras. 2018-05-21 15:45:22 -04:00
gcm Update GCM foreground notification icon. 2018-10-15 16:56:24 -07:00
giph Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
glide Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
groups Turned SingleUseBlobProvider into MemoryBlobProvider. 2018-09-27 10:35:56 -07:00
jobmanager Fix issue where a Job had null JobParameters. 2018-10-10 09:00:14 -07:00
jobs Remove unnecessary start of KeyCachingService. 2018-10-11 09:55:46 -07:00
lock Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
logging Fix Log secret reading. 2018-08-14 15:09:24 -04:00
logsubmit Suppress some noisy logs. 2018-10-01 12:12:50 -07:00
mms Suppress some noisy logs. 2018-10-01 12:12:50 -07:00
notifications Show profile avatar in toolbar. 2018-10-03 14:24:00 -07:00
permissions Treat Permissions "not now" as a denial 2018-05-21 15:45:22 -04:00
preferences Fix double onClick() notifications in preferences. 2018-10-03 11:31:07 -07:00
profiles Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
providers Turned SingleUseBlobProvider into MemoryBlobProvider. 2018-09-27 10:35:56 -07:00
push Add preliminary contact discovery service support. 2018-09-27 10:35:56 -07:00
qr Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
recipients Remove the ability to set a color for a group. 2018-10-09 15:34:08 -07:00
scribbles Implemented new camera capture flow. 2018-09-27 10:35:56 -07:00
search Allow searching for words with apostrophes. 2018-06-22 10:59:53 -07:00
service Update GCM foreground notification icon. 2018-10-15 16:56:24 -07:00
sms Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
transport
util Post startService() in onResume() as a possible fix to an Android P bug. 2018-10-16 11:47:58 -07:00
video Update ExoPlayer to 2.8.4 2018-09-08 07:48:20 -07:00
webrtc Add notification channel support. 2018-08-13 18:38:53 -04:00
ApplicationContext.java Fix issue where a Job had null JobParameters. 2018-10-10 09:00:14 -07:00
ApplicationPreferencesActivity.java Add per-contact notification channels. 2018-08-17 15:51:01 -07:00
BaseActionBarActivity.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
BaseActivity.java
BasicIntroFragment.java
BindableConversationItem.java Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
BindableConversationListItem.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
BlockedContactsActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
ClearProfileAvatarActivity.java Display user profile information in settings activity 2017-08-28 10:30:50 -07:00
ConfirmIdentityDialog.java Remove unnecessary body model 2018-02-01 18:29:09 -08:00
ContactSelectionActivity.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
ContactSelectionListFragment.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
ConversationActivity.java Switch the conversation color back to incoming messages. 2018-10-09 15:34:04 -07:00
ConversationAdapter.java Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
ConversationFragment.java Disable forwarding for shared contacts. 2018-09-16 22:50:59 -07:00
ConversationItem.java Switch the conversation color back to incoming messages. 2018-10-09 15:34:04 -07:00
ConversationListActivity.java Make avatar color in toolbar match conversation color. 2018-10-04 11:27:12 -07:00
ConversationListAdapter.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
ConversationListArchiveActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
ConversationListFragment.java Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
ConversationListItem.java Move unread indicator to be above the avatar. 2018-10-03 14:23:59 -07:00
ConversationListItemAction.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
ConversationListItemInboxZero.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
ConversationPopupActivity.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
ConversationTitleView.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
ConversationUpdateItem.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
CountrySelectionActivity.java
CountrySelectionFragment.java
CreateProfileActivity.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
DatabaseMigrationActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
DatabaseUpgradeActivity.java Migrate legacy color palette. 2018-10-03 14:25:17 -07:00
DeviceActivity.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
DeviceAddFragment.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
DeviceLinkFragment.java Device provisioning 2015-11-19 11:30:39 -08:00
DeviceListFragment.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
DeviceListItem.java TextSecure is now SignalService 2016-03-24 14:05:56 -07:00
DeviceProvisioningActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
DummyActivity.java
ExperienceUpgradeActivity.java Add notification channel support. 2018-08-13 18:38:53 -04:00
ExpirationDialog.java Support for full backup/restore to sdcard 2018-03-05 16:11:49 -08:00
GroupCreateActivity.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
GroupMembersDialog.java Group member dialog tap takes you to recipient preference 2018-04-16 17:33:26 -07:00
IntroPagerAdapter.java
InviteActivity.java Show groups when searching for contacts. 2018-03-31 02:14:02 -07:00
LogSubmitActivity.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
MasterSecretListener.java
MediaDocumentsAdapter.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
MediaGalleryAdapter.java Allow selecting all media in overview 2018-09-27 10:35:56 -07:00
MediaOverviewActivity.java Fix re-enabling tab switching in MediaOverview. 2018-10-01 23:38:07 -07:00
MediaPreviewActivity.java Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
MessageDetailsActivity.java Long-press timestamps in message details to copy. 2018-09-27 11:34:43 -07:00
MessageDetailsRecipientAdapter.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
MessageRecipientListItem.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
MuteDialog.java
NewConversationActivity.java Fix new conversation activity crash 2018-02-01 19:36:09 -08:00
PassphraseActivity.java Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
PassphraseChangeActivity.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
PassphraseCreateActivity.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
PassphrasePromptActivity.java Revert "Fingerprint unlock UX improvements" 2018-08-14 13:04:33 -07:00
PassphraseRequiredActionBarActivity.java Post startService() in onPause() as a possible fix to an Android P bug. 2018-10-16 22:54:29 -07:00
PlayServicesProblemActivity.java
PlayServicesProblemFragment.java
PromptMmsActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
PushContactSelectionActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
ReadReceiptsIntroFragment.java Synchronize read receipt configuration from splash screen 2017-10-02 12:15:45 -07:00
RecipientPreferenceActivity.java Remove the ability to set a color for a group. 2018-10-09 15:34:08 -07:00
RegistrationActivity.java Allow submitting a debug log during registration. 2018-09-08 07:48:20 -07:00
ShareActivity.java Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
ShortcutLauncherActivity.java Add failsafe for invalid shortcuts. 2018-08-15 12:48:04 -07:00
SmsSendtoActivity.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
TextSecureExpiredException.java
TransportOption.java Implemented new camera capture flow. 2018-09-27 10:35:56 -07:00
TransportOptions.java Support for selective permissions 2017-11-30 10:26:41 -08:00
TransportOptionsAdapter.java Support for dual-sim SMS/MMS functionality 2016-02-09 16:53:15 -08:00
TransportOptionsPopup.java
Unbindable.java
VerifyIdentityActivity.java Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
WebRtcCallActivity.java Post startService() in onPause() as a possible fix to an Android P bug. 2018-10-16 22:54:29 -07:00