Signal-Android/src/org/thoughtcrime/securesms
Greyson Parrelli 214658b99e Fix recording not resetting properly after a send on older API's.
Apparently onAnimationEnd is not a reliable event on some Android
versions, so I've moved to instead using a simple postDelayed() that is
the same length as the animation.
2018-07-20 19:02:19 -07:00
..
animation
attachments
audio
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 recording not resetting properly after a send on older API's. 2018-07-20 19:02:19 -07:00
contacts
contactshare Update UI of toggling shared contact photo. 2018-07-05 10:05:54 -07:00
crypto
database Fix crash with conversations with "uknown contact" header. 2018-07-20 17:50:54 -07:00
dependencies
events
gcm
giph
glide
groups
jobmanager
jobs Throttle background contact syncs to once every 6 hours. 2018-07-17 12:06:50 -07:00
lock
mms Remove CornerMaskingView. 2018-07-20 14:24:04 -07:00
notifications Fix conversation snippet for contact shares. 2018-06-22 10:59:53 -07:00
permissions
preferences Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
profiles
providers
push
qr
recipients Remove ability to set group conversation colors (for now). 2018-07-17 09:54:13 -07:00
scribbles
search
service
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
webrtc
ApplicationContext.java Add z5 compact (E5823) to AEC blacklist 2018-07-18 08:53:27 -07:00
ApplicationPreferencesActivity.java
BaseActionBarActivity.java
BaseActivity.java
BasicIntroFragment.java
BindableConversationItem.java Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
BindableConversationListItem.java
BlockedContactsActivity.java
ClearProfileAvatarActivity.java
ConfirmIdentityDialog.java
ContactSelectionActivity.java
ContactSelectionListFragment.java
ConversationActivity.java Styling improvements and code cleanup. 2018-07-17 12:06:42 -07:00
ConversationAdapter.java Fix crash with conversations with "uknown contact" header. 2018-07-20 17:50:54 -07:00
ConversationFragment.java Cast to MmsMessageRecord in ConversationFragment#handleForwardMessage. 2018-07-02 08:56:11 -07:00
ConversationItem.java Don't collapse outgoing footers for pending or failed messages. 2018-07-20 18:45:18 -07:00
ConversationListActivity.java Adding a long press icon description for the Search icon 2018-07-18 09:04:42 -07:00
ConversationListAdapter.java
ConversationListArchiveActivity.java
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
ConversationListItemInboxZero.java
ConversationPopupActivity.java
ConversationTitleView.java
ConversationUpdateItem.java Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
CountrySelectionActivity.java
CountrySelectionFragment.java
CreateProfileActivity.java
DatabaseMigrationActivity.java
DatabaseUpgradeActivity.java
DeviceActivity.java
DeviceAddFragment.java
DeviceLinkFragment.java
DeviceListFragment.java
DeviceListItem.java
DeviceProvisioningActivity.java
DummyActivity.java
ExperienceUpgradeActivity.java
ExpirationDialog.java
GroupCreateActivity.java
GroupMembersDialog.java
IntroPagerAdapter.java
InviteActivity.java
LogSubmitActivity.java
MasterSecretListener.java
MediaDocumentsAdapter.java
MediaGalleryAdapter.java
MediaOverviewActivity.java
MediaPreviewActivity.java
MessageDetailsActivity.java Improve the look of message bubbles. 2018-07-17 09:53:52 -07:00
MessageDetailsRecipientAdapter.java
MessageRecipientListItem.java
MuteDialog.java
NewConversationActivity.java
PassphraseActivity.java
PassphraseChangeActivity.java
PassphraseCreateActivity.java
PassphrasePromptActivity.java
PassphraseRequiredActionBarActivity.java
PlayServicesProblemActivity.java
PlayServicesProblemFragment.java
PromptMmsActivity.java
PushContactSelectionActivity.java
ReadReceiptsIntroFragment.java
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
SmsSendtoActivity.java
TextSecureExpiredException.java
TransportOption.java
TransportOptions.java
TransportOptionsAdapter.java
TransportOptionsPopup.java
Unbindable.java
VerifyIdentityActivity.java
WebRtcCallActivity.java