Signal-Android/src/org/thoughtcrime/securesms
2017-12-05 10:27:34 -08:00
..
animation Update registration flow 2017-11-14 10:50:17 -08:00
attachments Fix implicit locale string formatting bugs 2017-10-04 11:36:43 -07:00
audio Keep screen off after end of audio playback 2017-07-05 18:31:14 -07:00
color
components Use startForegroundService instead of startService on Android 8 2017-11-30 10:26:41 -08:00
contacts Move more system contact info into recipient database 2017-11-30 10:26:41 -08:00
crypto Include own profile key in normal contact sync 2017-09-12 22:49:30 -07:00
database Fix problem with creating group and empty avatar 2017-11-30 10:26:41 -08:00
dependencies Show dialog if another device registered with same number 2017-11-15 16:29:00 -08:00
events Show dialog if another device registered with same number 2017-11-15 16:29:00 -08:00
gcm Support for read receipts 2017-10-01 22:36:52 -07:00
giph Glide -> glideRequests in GiphyAdapter 2017-11-02 18:12:06 -07:00
glide Update giphy connectivity strategy for glide 2017-11-01 15:51:38 -07:00
groups Access all RecipientDatabase settings directly from Recipient 2017-08-28 10:30:50 -07:00
jobs Use startForegroundService instead of startService on Android 8 2017-11-30 10:26:41 -08:00
mms Support for selective permissions 2017-11-30 10:26:41 -08:00
notifications As of 'N' we can no longer offer external ringtone selection 2017-12-01 12:55:24 -08:00
permissions Fix trying to launch a dialog from an application context 2017-11-30 13:05:16 -08:00
preferences As of 'N' we can no longer offer external ringtone selection 2017-12-01 12:55:24 -08:00
profiles Support for selective permissions 2017-11-30 10:26:41 -08:00
providers Use FileProvider for external camera capture Uri on L+ 2017-12-01 11:06:37 -08:00
push Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
qr
recipients Fix missing recipient calculation for system contact 2017-12-05 10:27:34 -08:00
scribbles Fix for scribbles on Android 8 2017-11-03 11:32:18 -07:00
service Use startForegroundService instead of startService on Android 8 2017-11-30 10:26:41 -08:00
sms Access all RecipientDatabase settings directly from Recipient 2017-08-28 10:30:50 -07:00
transport
util As of 'N' we can no longer offer external ringtone selection 2017-12-01 12:55:24 -08:00
video Keep screen on when viewing a video 2017-08-28 10:45:32 -07:00
webrtc Use startForegroundService instead of startService on Android 8 2017-11-30 10:26:41 -08:00
ApplicationContext.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
ApplicationPreferencesActivity.java Correctly display cropped profile image 2017-11-14 10:50:17 -08:00
BaseActionBarActivity.java
BaseActivity.java
BasicIntroFragment.java
BindableConversationItem.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
BindableConversationListItem.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
BlockedContactsActivity.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
ClearProfileAvatarActivity.java Display user profile information in settings activity 2017-08-28 10:30:50 -07:00
ConfirmIdentityDialog.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
ContactSelectionActivity.java Ensure notifications for new users won't be generated first fetch 2017-11-30 10:26:41 -08:00
ContactSelectionListFragment.java Extract string resource 2017-11-30 10:26:41 -08:00
ConversationActivity.java Support for selective permissions 2017-11-30 10:26:41 -08:00
ConversationAdapter.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
ConversationFragment.java Show dialog if another device registered with same number 2017-11-15 16:29:00 -08:00
ConversationItem.java Don't check subscription info on dual sim devices wihout permission 2017-12-02 12:23:14 -08:00
ConversationListActivity.java Don't invalidate entire recipient cache when contact data changes 2017-11-30 10:26:41 -08:00
ConversationListAdapter.java Add an empty state for archived 2017-11-14 10:50:17 -08:00
ConversationListArchiveActivity.java Switch MMS groups to use the group database infrastructure 2017-08-28 10:30:50 -07:00
ConversationListFragment.java Avoid green background on item below archived conversation list item 2017-11-19 18:34:03 -08:00
ConversationListItem.java Make sure thread preview text is to left of unread indicator 2017-11-15 15:49:45 -08:00
ConversationListItemAction.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
ConversationListItemInboxZero.java Add an empty state for archived 2017-11-14 10:50:17 -08:00
ConversationPopupActivity.java Show dialog if another device registered with same number 2017-11-15 16:29:00 -08:00
ConversationTitleView.java Add back a way to access quick contact from conversation 2017-11-01 15:56:46 -07:00
ConversationUpdateItem.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
CountrySelectionActivity.java
CountrySelectionFragment.java
CreateProfileActivity.java Use FileProvider for external camera capture Uri on L+ 2017-12-01 11:06:37 -08:00
DatabaseMigrationActivity.java Join recipient preferences into thread query for faster lookup 2017-08-28 10:30:50 -07:00
DatabaseUpgradeActivity.java Mark directory retrieved on registered update 2017-11-30 13:30:15 -08:00
DeviceActivity.java Support for selective permissions 2017-11-30 10:26:41 -08:00
DeviceAddFragment.java
DeviceLinkFragment.java
DeviceListFragment.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
DeviceListItem.java
DeviceProvisioningActivity.java
DummyActivity.java
ExperienceUpgradeActivity.java Switch from PACKAGE_REPLACED to MY_PACKAGE_REPLACED 2017-11-30 10:26:41 -08:00
ExpirationDialog.java
GroupCreateActivity.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
GroupMembersDialog.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
ImportExportActivity.java Switch import/export activity from tabs to cards 2017-03-15 16:53:15 -07:00
ImportExportFragment.java Support for selective permissions 2017-11-30 10:26:41 -08:00
IntroPagerAdapter.java
InviteActivity.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
LogSubmitActivity.java Update to glide 4.x 2017-10-11 17:47:12 -07:00
MasterSecretListener.java
MediaDocumentsAdapter.java Refactor media overview activity to display documents 2017-10-01 22:36:52 -07:00
MediaGalleryAdapter.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
MediaOverviewActivity.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
MediaPreviewActivity.java Support for selective permissions 2017-11-30 10:26:41 -08:00
MessageDetailsActivity.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
MessageDetailsRecipientAdapter.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
MessageRecipientListItem.java Use Glide for all contact photo caching 2017-10-11 17:47:12 -07:00
MuteDialog.java
NewConversationActivity.java No need for a RecipientFactory any longer 2017-08-28 10:30:50 -07:00
PassphraseActivity.java
PassphraseChangeActivity.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
PassphraseCreateActivity.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
PassphrasePromptActivity.java
PassphraseRequiredActionBarActivity.java Add conversation media photo rail to recipient preferences 2017-10-01 22:36:52 -07:00
PlayServicesProblemActivity.java
PlayServicesProblemFragment.java
PromptMmsActivity.java
PushContactSelectionActivity.java
ReadReceiptsIntroFragment.java Synchronize read receipt configuration from splash screen 2017-10-02 12:15:45 -07:00
RecipientPreferenceActivity.java As of 'N' we can no longer offer external ringtone selection 2017-12-01 12:55:24 -08:00
RegistrationActivity.java Remove request for permission that doesn't exist < O 2017-11-30 13:04:11 -08:00
ShareActivity.java Add recent chats to top of share list 2017-11-16 15:21:46 -08:00
SmsSendtoActivity.java No need for a RecipientFactory any longer 2017-08-28 10:30:50 -07:00
TextSecureExpiredException.java
TransportOption.java
TransportOptions.java Support for selective permissions 2017-11-30 10:26:41 -08:00
TransportOptionsAdapter.java
TransportOptionsPopup.java
Unbindable.java
VerifyIdentityActivity.java Support for selective permissions 2017-11-30 10:26:41 -08:00
WebRtcCallActivity.java Support for selective permissions 2017-11-30 10:26:41 -08:00