session-android/src/org/thoughtcrime/securesms
Alan Evans 5ad02f724c Enable 64-bit.
* Multiply version codes by 10 and add a code for each abi in order to generate different version codes for the play store.
2019-05-30 01:08:01 -04:00
..
animation
attachments Add sticker support. 2019-05-30 01:08:01 -04:00
audio Lint. 2019-05-10 11:57:43 -03:00
avatar Replace Avatar Cropper. 2019-03-18 15:09:50 -07:00
backup Add sticker support. 2019-05-30 01:08:01 -04:00
color
components Add sticker support. 2019-05-30 01:08:01 -04:00
contacts Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
contactshare Add sticker support. 2019-05-30 01:08:01 -04:00
conversation Fix message bubble sizing with link previews and quotes. 2019-05-30 01:08:01 -04:00
crypto Bring back conscrypt, improve provider initialization ordering. 2019-05-02 14:32:48 -07:00
database Add sticker support. 2019-05-30 01:08:01 -04:00
dependencies Add sticker support. 2019-05-30 01:08:01 -04:00
devicelist Support encrypted linked device names. 2019-01-12 13:32:24 -08:00
events Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
gcm Migrated to new JobManager. 2019-04-15 10:56:26 -04:00
giph Lint - Custom Widgets extend Appcompat Widgets. 2019-05-22 14:02:21 -03:00
glide Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
groups Add sticker support. 2019-05-30 01:08:01 -04:00
imageeditor Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
jobmanager Add sticker support. 2019-05-30 01:08:01 -04:00
jobs Add sticker support. 2019-05-30 01:08:01 -04:00
linkpreview Add sticker support. 2019-05-30 01:08:01 -04:00
lock Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
logging Increase reliability of locally logging crashes. 2019-04-10 12:53:55 -04:00
logsubmit Enable 64-bit. 2019-05-30 01:08:01 -04:00
longmessage Add sticker support. 2019-05-30 01:08:01 -04:00
mediapreview Updated media send UI. 2019-03-18 15:09:56 -07:00
mediasend Add sticker support. 2019-05-30 01:08:01 -04:00
mms Add sticker support. 2019-05-30 01:08:01 -04:00
net Add sticker support. 2019-05-30 01:08:01 -04:00
notifications Add sticker support. 2019-05-30 01:08:01 -04:00
permissions
preferences Migrated to new JobManager. 2019-04-15 10:56:26 -04:00
profiles Remove unnecessary pre-19 code branches. 2019-03-21 11:19:06 -07:00
providers Add sticker support. 2019-05-30 01:08:01 -04:00
push Improve CDN reliability. 2019-04-30 12:51:58 -07:00
qr
recipients Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
registration Update registration UI. 2019-03-01 14:15:01 -08:00
scribbles Add sticker support. 2019-05-30 01:08:01 -04:00
search Add sticker support. 2019-05-30 01:08:01 -04:00
service End RTC call on incoming PSTN call. 2019-05-23 16:56:05 -03:00
sms Migrated to new JobManager. 2019-04-15 10:56:26 -04:00
stickers Add sticker support. 2019-05-30 01:08:01 -04:00
transport Support for sealed sender - Part 1 2018-10-30 08:48:08 -07:00
util Enable 64-bit. 2019-05-30 01:08:01 -04:00
video Updated logging. 2018-12-06 12:43:45 -08:00
webrtc Lint - Use easily identifiable wake lock tags. 2019-05-20 13:24:34 -03:00
ApplicationContext.java Add sticker support. 2019-05-30 01:08:01 -04:00
ApplicationPreferencesActivity.java
BaseActionBarActivity.java New dynamic locale system. 2019-03-26 17:08:05 -03:00
BaseActivity.java New dynamic locale system. 2019-03-26 17:08:05 -03:00
BasicIntroFragment.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
BindableConversationItem.java Add sticker support. 2019-05-30 01:08:01 -04:00
BindableConversationListItem.java Add support for typing indicators. 2018-11-21 01:55:25 -08:00
BlockedContactsActivity.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
ClearProfileAvatarActivity.java
ConfirmIdentityDialog.java Lint. 2019-05-10 11:57:43 -03:00
ContactSelectionActivity.java
ContactSelectionListFragment.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
ConversationListActivity.java Update help URL to avoid redirect. 2019-03-13 18:19:33 -03: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 Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
ConversationListItem.java Do not assume phone number in conversation. 2019-05-22 13:30:27 -03: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 Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
CreateProfileActivity.java Add sticker support. 2019-05-30 01:08:01 -04:00
DatabaseMigrationActivity.java
DatabaseUpgradeActivity.java Enable 64-bit. 2019-05-30 01:08:01 -04:00
DeviceActivity.java Support for sealed sender - Part 2 2018-10-30 08:48:08 -07:00
DeviceAddFragment.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
DeviceLinkFragment.java Lint error fixes. 2019-03-18 11:14:18 -03:00
DeviceListFragment.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
DeviceListItem.java Support encrypted linked device names. 2019-01-12 13:32:24 -08:00
DeviceProvisioningActivity.java
DummyActivity.java
ExperienceUpgradeActivity.java Enable 64-bit. 2019-05-30 01:08:01 -04:00
ExpirationDialog.java
GroupCreateActivity.java Add self to MMS group. 2019-03-26 17:07:04 -03:00
GroupMembersDialog.java Consistent Recipient to add contact Intent export. 2019-03-12 11:29:59 -03:00
IntroPagerAdapter.java
InviteActivity.java Replace sgnl.link urls with a more readable url. 2019-05-23 08:02:15 -03:00
LinkPreviewsIntroFragment.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
LogSubmitActivity.java
MasterSecretListener.java
MediaDocumentsAdapter.java
MediaGalleryAdapter.java
MediaOverviewActivity.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
MediaPreviewActivity.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03: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
PassphraseChangeActivity.java
PassphraseCreateActivity.java Enable 64-bit. 2019-05-30 01:08:01 -04:00
PassphrasePromptActivity.java Remove unnecessary pre-19 code branches. 2019-03-21 11:19:06 -07:00
PassphraseRequiredActionBarActivity.java Migrated to new JobManager. 2019-04-15 10:56:26 -04:00
PlayServicesProblemActivity.java
PlayServicesProblemFragment.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
PromptMmsActivity.java
PushContactSelectionActivity.java
ReadReceiptsIntroFragment.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
RecipientPreferenceActivity.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
RegistrationActivity.java Migrated to new JobManager. 2019-04-15 10:56:26 -04:00
ShareActivity.java Add sticker support. 2019-05-30 01:08:01 -04:00
ShortcutLauncherActivity.java
SmsSendtoActivity.java Move conversation classes to their own package. 2019-02-14 14:29:12 -08:00
TextSecureExpiredException.java
TransportOption.java
TransportOptions.java Keep system default SIM as a fallback for when no conversation default SIM. 2019-05-22 16:59:00 -03:00
TransportOptionsAdapter.java
TransportOptionsPopup.java
TypingIndicatorIntroFragment.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
Unbindable.java
VerifyIdentityActivity.java Code analysis - address @NotNull/@Nullable issues. 2019-05-22 13:51:56 -03:00
WebRtcCallActivity.java Remove unnecessary pre-19 code branches. 2019-03-21 11:19:06 -07:00