session-android/src/org/thoughtcrime/securesms
Greyson Parrelli 8f551c8b32 Fix various redesign issues with Android 4.x.
In particular, there were many issues with drawing corners.
Unfortunately, there's no pretty way to get masking working on every
Android version, so we have to switch back to using custom backgrounds
and then using multiple masking methods depending on Android version.

Also, I had to remove attr references in drawables. They crash on 4.x.
2018-07-18 16:53:36 -07:00
..
animation Update registration flow 2017-11-14 10:50:17 -08:00
attachments Added ability to share contacts. 2018-05-21 15:45:22 -04:00
audio Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
backup Remove the ability to save backups to the external SD card. 2018-06-29 14:10:45 -07:00
color Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
components Fix various redesign issues with Android 4.x. 2018-07-18 16:53:36 -07:00
contacts Increase number of recent conversations shown when sharing. 2018-05-24 10:25:58 -04:00
contactshare Update UI of toggling shared contact photo. 2018-07-05 10:05:54 -07:00
crypto Simple encrypted glide disk cache 2018-03-31 02:14:02 -07:00
database Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
dependencies Support for Registration Lock PINs 2018-03-05 16:13:56 -08:00
events Clean up camera flipping, handle having missing cameras. 2018-05-21 15:45:22 -04:00
gcm Support for read receipts 2017-10-01 22:36:52 -07:00
giph Render images in a conversation true-to-size. 2018-03-31 02:14:02 -07:00
glide Simple encrypted glide disk cache 2018-03-31 02:14:02 -07:00
groups Added ability to share contacts. 2018-05-21 15:45:22 -04:00
jobmanager Keep retrying message sends for 24 hours. 2018-06-22 10:59:53 -07:00
jobs Throttle background contact syncs to once every 6 hours. 2018-07-17 12:06:50 -07:00
lock Allow skipping registration PIN intervals on success 2018-03-15 12:14:43 -07:00
mms Convert vCard attachments to Shared Contacts. 2018-05-21 15:45:22 -04:00
notifications Fix conversation snippet for contact shares. 2018-06-22 10:59:53 -07:00
permissions Treat Permissions "not now" as a denial 2018-05-21 15:45:22 -04:00
preferences Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
profiles Populate incoming attachments with width and height from message 2018-03-31 02:14:02 -07:00
providers Simple encrypted glide disk cache 2018-03-31 02:14:02 -07:00
push Setup alternate domain front. 2018-03-31 02:14:02 -07:00
qr
recipients Remove ability to set group conversation colors (for now). 2018-07-17 09:54:13 -07:00
scribbles Fixed crash when ScribbleView failed to save. 2018-06-18 14:33:44 -07:00
search Allow searching for words with apostrophes. 2018-06-22 10:59:53 -07:00
service Fix disappearing message corner case. 2018-06-22 10:59:53 -07:00
sms Fix progress bar showing for self-sends. 2018-06-28 12:07:23 -07:00
transport
util Fix various redesign issues with Android 4.x. 2018-07-18 16:53:36 -07:00
video Make some inner classes static 2018-03-07 09:51:05 -08:00
webrtc Clean up camera flipping, handle having missing cameras. 2018-05-21 15:45:22 -04:00
ApplicationContext.java Add z5 compact (E5823) to AEC blacklist 2018-07-18 08:53:27 -07:00
ApplicationPreferencesActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
BaseActionBarActivity.java
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 Show groups when searching for contacts. 2018-03-31 02:14:02 -07:00
ContactSelectionListFragment.java Show groups when searching for contacts. 2018-03-31 02:14:02 -07:00
ConversationActivity.java Styling improvements and code cleanup. 2018-07-17 12:06:42 -07:00
ConversationAdapter.java Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
ConversationFragment.java Cast to MmsMessageRecord in ConversationFragment#handleForwardMessage. 2018-07-02 08:56:11 -07:00
ConversationItem.java Fix various redesign issues with Android 4.x. 2018-07-18 16:53:36 -07:00
ConversationListActivity.java Adding a long press icon description for the Search icon 2018-07-18 09:04:42 -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 Improve the look of message bubbles. 2018-07-17 09:53:52 -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 More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
ConversationTitleView.java Make save attachment task toast location instead of snackbar 2017-12-08 15:21:46 -08:00
ConversationUpdateItem.java Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
CountrySelectionActivity.java
CountrySelectionFragment.java
CreateProfileActivity.java Populate incoming attachments with width and height from message 2018-03-31 02:14:02 -07:00
DatabaseMigrationActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
DatabaseUpgradeActivity.java Fix backup/import issue with expiring messages. 2018-06-21 19:07:27 -07:00
DeviceActivity.java More MasterSecret cleanup 2018-02-01 19:22:48 -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 More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
DummyActivity.java
ExperienceUpgradeActivity.java Delay processing SMS messages until after sqlcipher migration 2018-02-21 18:49:52 -08:00
ExpirationDialog.java Support for full backup/restore to sdcard 2018-03-05 16:11:49 -08:00
GroupCreateActivity.java Show groups when searching for contacts. 2018-03-31 02:14:02 -07: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 Update to glide 4.x 2017-10-11 17:47:12 -07:00
MasterSecretListener.java
MediaDocumentsAdapter.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
MediaGalleryAdapter.java Allow batch deletion of media. 2018-03-31 02:14:02 -07:00
MediaOverviewActivity.java Pass correct address from media overview to preview 2018-04-16 17:33:26 -07:00
MediaPreviewActivity.java Allow batch deletion of media. 2018-03-31 02:14:02 -07:00
MessageDetailsActivity.java Improve the look of message bubbles. 2018-07-17 09:53:52 -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
PassphraseChangeActivity.java Run all AsyncTasks on thread pool executor 2017-10-23 13:03:32 -07:00
PassphraseCreateActivity.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
PassphrasePromptActivity.java Fix issue "home button" issue with screen lock 2018-03-09 10:25:29 -08:00
PassphraseRequiredActionBarActivity.java Correctly lock screen when locked from conversation list 2018-02-26 10:47:41 -08: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 ability to set group conversation colors (for now). 2018-07-17 09:54:13 -07:00
RegistrationActivity.java Remove the ability to save backups to the external SD card. 2018-06-29 14:10:45 -07:00
ShareActivity.java Implemented full-text search. 2018-05-21 16:36:59 -04: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 More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
WebRtcCallActivity.java Clean up camera flipping, handle having missing cameras. 2018-05-21 15:45:22 -04:00