Signal-Android/src/org/thoughtcrime/securesms
Greyson Parrelli fd862e575b Fix situation where search nav could get stuck.
If you navigated to the ConversationActivity again via some action (like
a shared contact invite) while searching, we don't get the toolbar close
event, and therefore the search nav would stay open. Now we just reset
it on newIntent() to be safe.
2019-03-01 13:44:32 -08:00
..
animation Update registration flow 2017-11-14 10:50:17 -08:00
attachments Added support for multi-image receive. 2018-11-21 01:55:30 -08:00
audio Fix voice note seeking issue. 2018-12-11 13:05:36 -08:00
backup Migrate backup passphrase to be keystore-encrypted when available. 2019-02-14 20:19:06 -08:00
camera Implement new media send flow. 2019-01-14 11:25:06 -08:00
color Remove the ability to set a color for a group. 2018-10-09 15:34:08 -07:00
components Remove leftover half-height camera code. 2019-03-01 13:44:32 -08:00
contacts Sync self-sends to desktop. 2019-02-14 20:19:07 -08:00
contactshare Added support for multi-image receive. 2018-11-21 01:55:30 -08:00
conversation Fix situation where search nav could get stuck. 2019-03-01 13:44:32 -08:00
crypto Updated logging. 2018-12-06 12:43:45 -08:00
database Fix possible IllegalArgumentException during a database migration. 2019-02-15 19:33:16 -08:00
dependencies Switch from GCM to FCM. 2019-01-30 16:10:47 -08:00
devicelist Support encrypted linked device names. 2019-01-12 13:32:24 -08:00
events Updated to WebRTC M71. 2019-01-30 16:10:47 -08:00
gcm FCM improvements. 2019-02-15 14:21:23 -08:00
giph Added support for link previews. 2019-01-30 16:10:43 -08:00
glide Added support for link previews. 2019-01-30 16:10:43 -08:00
groups Added support for link previews. 2019-01-30 16:10:43 -08:00
jobmanager Update WorkManager to beta01. 2019-01-14 11:25:12 -08:00
jobs Correctly sync Note to Self conversation color. 2019-02-15 14:21:27 -08:00
linkpreview Remove some unnecessary intermediate blob creation. 2019-03-01 13:44:32 -08: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 Updated logging. 2018-12-06 12:43:45 -08:00
mediapreview Properly check attachment size during media send. 2019-02-14 20:19:06 -08:00
mediasend Guard against devices not supporting mandatory ContentProvider columns. 2019-02-19 09:34:24 -08:00
mms Added support for link previews. 2019-01-30 16:10:43 -08:00
net Improved address resolution for ContentProxySelector. 2019-03-01 13:42:10 -08:00
notifications Fix issues with bundled notifications. 2019-02-14 20:19:06 -08:00
permissions Treat Permissions "not now" as a denial 2018-05-21 15:45:22 -04:00
preferences Switch from GCM to FCM. 2019-01-30 16:10:47 -08:00
profiles Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
providers Added support for link previews. 2019-01-30 16:10:43 -08:00
push Updated logging. 2018-12-06 12:43:45 -08:00
qr Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
recipients Sync self-sends to desktop. 2019-02-14 20:19:07 -08:00
registration Fix button spinning after failed CAPTCHA. 2019-02-19 13:13:32 -08:00
scribbles Hide emoji button in media flows when system emoji are enabled. 2019-02-01 09:17:07 -08:00
search Fix StickyHeader measuring. 2019-02-14 20:19:06 -08:00
service Removed sonar ping from calls. 2019-01-30 16:10:47 -08:00
sms Sync self-sends to desktop. 2019-02-14 20:19:07 -08:00
transport Support for sealed sender - Part 1 2018-10-30 08:48:08 -07:00
util Fix search highlight in multi-whitespace bodies. 2019-03-01 13:44:32 -08:00
video Updated logging. 2018-12-06 12:43:45 -08:00
webrtc Removed sonar ping from calls. 2019-01-30 16:10:47 -08:00
ApplicationContext.java Add the Redmi Note 5 to the hardware AEC blacklist. 2019-02-14 20:19:07 -08: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 Implemented conversation search. 2019-02-14 20:19:01 -08:00
BindableConversationListItem.java Add support for typing indicators. 2018-11-21 01:55:25 -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 Support for sealed sender - Part 1 2018-10-30 08:48:08 -07: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
ConversationListActivity.java Move conversation classes to their own package. 2019-02-14 14:29:12 -08:00
ConversationListAdapter.java Add support for typing indicators. 2018-11-21 01:55:25 -08:00
ConversationListArchiveActivity.java Move conversation classes to their own package. 2019-02-14 14:29:12 -08:00
ConversationListFragment.java Add support for typing indicators. 2018-11-21 01:55:25 -08:00
ConversationListItem.java Sync self-sends to desktop. 2019-02-14 20:19:07 -08:00
ConversationListItemAction.java Add support for typing indicators. 2018-11-21 01:55:25 -08:00
ConversationListItemInboxZero.java Add support for typing indicators. 2018-11-21 01:55:25 -08: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 Implemented conversation search. 2019-02-14 20:19:01 -08:00
DeviceActivity.java Support for sealed sender - Part 2 2018-10-30 08:48:08 -07:00
DeviceAddFragment.java Switch logs to use new Log class. 2018-08-06 10:50:06 -04:00
DeviceLinkFragment.java
DeviceListFragment.java Support encrypted linked device names. 2019-01-12 13:32:24 -08:00
DeviceListItem.java Support encrypted linked device names. 2019-01-12 13:32:24 -08:00
DeviceProvisioningActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
DummyActivity.java
ExperienceUpgradeActivity.java Added support for link previews. 2019-01-30 16:10:43 -08:00
ExpirationDialog.java Support for full backup/restore to sdcard 2018-03-05 16:11:49 -08:00
GroupCreateActivity.java Move conversation classes to their own package. 2019-02-14 14:29:12 -08: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
LinkPreviewsIntroFragment.java Added support for link previews. 2019-01-30 16:10:43 -08: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 crash where toolbar was updated off of the main thread. 2018-12-01 10:22:05 -08:00
MediaPreviewActivity.java Implement new media send flow. 2019-01-14 11:25:06 -08:00
MessageDetailsActivity.java Implemented conversation search. 2019-02-14 20:19:01 -08:00
MessageDetailsRecipientAdapter.java Support for sealed sender - Part 2 2018-10-30 08:48:08 -07:00
MessageRecipientListItem.java Support for sealed sender - Part 2 2018-10-30 08:48:08 -07:00
MuteDialog.java
NewConversationActivity.java Move conversation classes to their own package. 2019-02-14 14:29:12 -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 Add support for typing indicators. 2018-11-21 01:55:25 -08:00
PassphrasePromptActivity.java Revert "Fingerprint unlock UX improvements" 2018-08-14 13:04:33 -07:00
PassphraseRequiredActionBarActivity.java Turn MessageRetrievalService into IncomingMessageObserver. 2018-10-17 13:58:47 -07:00
PlayServicesProblemActivity.java
PlayServicesProblemFragment.java Switch from GCM to FCM. 2019-01-30 16:10:47 -08:00
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 Added support for link previews. 2019-01-30 16:10:43 -08:00
RecipientPreferenceActivity.java Sync self-sends to desktop. 2019-02-14 20:19:07 -08:00
RegistrationActivity.java Fix button spinning after failed CAPTCHA. 2019-02-19 13:13:32 -08:00
ShareActivity.java Don't unnecessarily stop the ShareActivity in onPause. 2019-02-14 20:19:06 -08:00
ShortcutLauncherActivity.java Add failsafe for invalid shortcuts. 2018-08-15 12:48:04 -07:00
SmsSendtoActivity.java Move conversation classes to their own package. 2019-02-14 14:29:12 -08:00
TextSecureExpiredException.java
TransportOption.java Implemented new camera capture flow. 2018-09-27 10:35:56 -07:00
TransportOptions.java Added support for link previews. 2019-01-30 16:10:43 -08:00
TransportOptionsAdapter.java
TransportOptionsPopup.java
TypingIndicatorIntroFragment.java Added support for link previews. 2019-01-30 16:10:43 -08:00
Unbindable.java
VerifyIdentityActivity.java Reduce usage of Log.w() 2018-08-06 10:50:06 -04:00
WebRtcCallActivity.java Updated to WebRTC M71. 2019-01-30 16:10:47 -08:00