Signal-Android/app/src/main/java/org/thoughtcrime/securesms
2020-05-29 09:51:20 -04:00
..
animation
attachments Add initial support for send/receive on CDN2. 2020-04-21 13:33:29 -04:00
audio
backup Migrate avatars and group avatars. 2020-03-26 22:38:33 -04:00
blurhash
color Add ultramarine as a conversation color option. 2020-04-21 16:09:30 -04:00
components Fix bluetooth behavior. 2020-05-28 17:36:40 -03:00
contacts Fix matches logic in contact selection. 2020-05-29 09:51:20 -04:00
contactshare Fix crash when importing vcf after exporting it. 2020-04-03 12:20:15 -04:00
conversation Display "You" at end of members list in ConversationTitleView. 2020-05-29 09:51:20 -04:00
conversationlist Fix avatar tap in conversation multi-select mode. 2020-05-29 09:51:20 -04:00
crypto Better handle identity key changes in response to storage service syncs. 2020-05-15 19:02:18 -03:00
database Detect if group v2 is active from membership. 2020-05-29 09:51:20 -04:00
dependencies Group Manager V2 operations. 2020-05-14 11:22:28 -03:00
devicelist
events Upgrade to RingRTC 2.0.3 and implement rounded corners for local pip. 2020-05-15 19:02:18 -03:00
gcm Prevent FCM bottlenecking. 2020-05-29 09:51:20 -04:00
giph Add DNS fallback system. 2020-04-03 12:19:12 -04:00
glide Add DNS fallback system. 2020-04-03 12:19:12 -04:00
groups Make GV2 feature flags remote capable. 2020-05-29 09:51:20 -04:00
help Add additional info to support emails and debuglogs. 2020-05-14 11:22:28 -03:00
imageeditor Resize avatars to 1024x1024. 2020-03-26 17:37:52 -04:00
insights Remove TextSecurePreferences.getAvatarId() 2020-03-26 17:37:52 -04:00
invites
jobmanager Run PushProcessMessageJobs in parallel. 2020-05-14 11:22:28 -03:00
jobs Restore groups from storage service. 2020-05-29 09:51:20 -04:00
keyvalue Add the ability to disable PIN reminders. 2020-05-21 19:56:30 -03:00
linkpreview Add DNS fallback system. 2020-04-03 12:19:12 -04:00
lock Auto-dismiss PIN reminder dialog as you type. 2020-05-26 18:13:19 -04:00
logging Add custom lint rule project. 2020-05-13 16:18:18 -04:00
logsubmit Fix start SubmitDebugLog from registration and passphrase prompt. 2020-05-14 11:22:28 -03:00
longmessage
maps
media Generalize media input for use with Audio. 2020-05-14 11:22:28 -03:00
mediaoverview
mediapreview
mediasend Implement new group creation screens behind flag. 2020-05-14 11:22:28 -03:00
megaphone Don't show PIN reminders if you're not registered. 2020-05-25 13:14:38 -04:00
messagerequests Live group membership count in conversation. 2020-05-15 10:28:48 -03:00
migrations Fix cases of inlined & missing log tags. 2020-05-14 11:22:28 -03:00
mms Protect against unknown GV2 UUIDs. 2020-05-29 09:51:20 -04:00
net Broaden exception handling in custom DNS. 2020-05-04 10:54:55 -04:00
notifications Fix jumping to last seen position. 2020-05-14 11:22:28 -03:00
permissions Dialog theme rename. 2020-04-21 16:09:30 -04:00
phonenumbers GroupId class. 2020-03-26 17:37:52 -04:00
pin Ensure we upload the profile after a PIN restore. 2020-05-21 19:56:30 -03:00
preferences Add the ability to disable PIN reminders. 2020-05-21 19:56:30 -03:00
profiles Fix an issue where the add profile prompt wasn't dismissed. 2020-05-19 16:51:33 -03:00
providers
push Require CDN number match rather than use default CDN 2020-04-21 13:33:41 -04:00
qr
reactions Implement ability to react with any emoji behind a flag. 2020-05-14 11:22:28 -03:00
recipients While testing GV2 without UUID, fail jobs that hit UuidRecipientError. 2020-05-29 09:51:20 -04:00
registration Make rate limit message more generic. 2020-05-20 14:22:33 -04:00
revealable
ringrtc
scribbles Generalize media input for use with Audio. 2020-05-14 11:22:28 -03:00
search Improve correctness and performance of camera contact search. 2020-04-23 10:25:45 -04:00
service Fix bluetooth behavior. 2020-05-28 17:36:40 -03:00
sharing Enable note to self as recipient in share activity. 2020-05-15 10:03:49 -03:00
sms GV2 message contexts. 2020-05-14 11:22:28 -03:00
stickers
storage Add additional account restore logging, prevent double avatar fetch. 2020-05-29 09:51:20 -04:00
transport
usernames/username
util Make GV2 feature flags remote capable. 2020-05-29 09:51:20 -04:00
video Prevent some IOExceptions when past the end of stream. 2020-05-14 11:22:28 -03:00
webrtc Downgrade AudioManagerCompat errors to warnings. 2020-05-29 10:31:36 -03:00
AppCapabilities.java Groups V2 capability set by the feature flag. 2020-05-14 11:22:28 -03:00
AppInitialization.java
ApplicationContext.java Revert "Check to see if FCM is available at app launch." 2020-05-14 11:22:28 -03:00
ApplicationPreferencesActivity.java
BaseActionBarActivity.java
BaseActivity.java
BindableConversationItem.java Open new recipient bottom sheet when accessing contact from group context. 2020-05-13 16:18:18 -04:00
BindableConversationListItem.java
BlockedContactsActivity.java Update and centralize block strings. 2020-04-21 16:09:30 -04:00
BlockUnblockDialog.java Update and centralize block strings. 2020-04-21 16:09:30 -04:00
ClearProfileAvatarActivity.java New group avatar and name selection screen. 2020-05-13 16:18:18 -04:00
ConfirmIdentityDialog.java
ContactSelectionActivity.java Implement new group creation screens behind flag. 2020-05-14 11:22:28 -03:00
ContactSelectionListFragment.java Fix NullPointerException when trying to launch InviteActivity. 2020-05-15 10:43:25 -03:00
DatabaseMigrationActivity.java
DeviceActivity.java
DeviceAddFragment.java
DeviceLinkFragment.java
DeviceListFragment.java
DeviceListItem.java
DeviceProvisioningActivity.java
DummyActivity.java
ExpirationDialog.java
GroupCreateActivity.java Create GV2 group behind feature flag. 2020-05-14 11:22:28 -03:00
GroupMembersDialog.java New group notifications management ui. 2020-05-13 16:18:18 -04:00
IncomingMessageProcessor.java
InviteActivity.java Group contact chips behind feature flag. 2020-05-13 16:18:18 -04:00
MainActivity.java
MainFragment.java
MainNavigator.java Ensure new group UI behind feature flag. 2020-05-15 10:27:39 -03:00
MasterSecretListener.java
MediaPreviewActivity.java Refactor out MediaPreviewActivity Intent creation method. 2020-04-21 13:33:41 -04:00
MessageDetailsActivity.java Fix threading issue with message resends. 2020-04-27 11:11:24 -04:00
MessageDetailsRecipientAdapter.java
MessageRecipientListItem.java
MuteDialog.java New group notifications management ui. 2020-05-13 16:18:18 -04:00
NewConversationActivity.java Implement new group creation screens behind flag. 2020-05-14 11:22:28 -03:00
PassphraseActivity.java
PassphraseChangeActivity.java Fix cases of inlined & missing log tags. 2020-05-14 11:22:28 -03:00
PassphraseCreateActivity.java
PassphrasePromptActivity.java
PassphraseRequiredActionBarActivity.java Handle PIN creation failure better. 2020-05-09 13:16:45 -04:00
PlayServicesProblemActivity.java
PlayServicesProblemFragment.java
PromptMmsActivity.java
PushContactSelectionActivity.java
RecipientPreferenceActivity.java Fix some more UX issues with blocked users. 2020-04-23 11:06:52 -04:00
ShortcutLauncherActivity.java
SmsSendtoActivity.java
TextSecureExpiredException.java
TransportOption.java
TransportOptions.java
TransportOptionsAdapter.java
TransportOptionsPopup.java
Unbindable.java
VerifyIdentityActivity.java Extract method for creating safety number intents. 2020-04-21 16:09:30 -04:00
WebRtcCallActivity.java Implement layout changes to new call screen UX. 2020-05-21 20:03:31 -03:00