session-android/app/src/main/java/org/thoughtcrime/securesms
andrew db4ff94084 Add prev and next buttons to carousel 2023-07-03 17:19:33 +09:30
..
animation Add emoji reacts support (#889) 2022-09-04 21:03:32 +10:00
attachments Swallow screenshot exceptions 2023-04-26 16:31:28 +09:30
audio Add a global search (#834) 2022-02-07 17:06:27 +11:00
avatar Move files 2021-05-18 09:12:33 +10:00
calls Add jetpack compose 2023-06-28 10:34:48 +09:30
components Populate profile pic 2023-06-30 11:35:22 +09:30
contacts Populate profile pic 2023-06-30 11:35:22 +09:30
contactshare Move files 2021-05-18 16:11:38 +10:00
conversation Add prev and next buttons to carousel 2023-07-03 17:19:33 +09:30
crypto Merge branch 'dev' into sync-everything 2023-05-30 11:34:34 +09:30
database [SES-570] Fixed an issue where quotes weren't using their quoted message media 2023-06-05 14:31:41 +10:00
dependencies further clean up 2023-05-10 15:36:10 +10:00
dms Add jetpack compose 2023-06-28 10:34:48 +09:30
emoji Add emoji reacts support (#889) 2022-09-04 21:03:32 +10:00
events WIP clean 2021-01-14 10:28:07 +11:00
giph Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
glide New app theming (#913) 2022-10-12 17:05:55 +11:00
groups Add jetpack compose 2023-06-28 10:34:48 +09:30
home Populate profile pic 2023-06-30 11:35:22 +09:30
imageeditor restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
jobmanager further clean up 2023-05-10 15:36:10 +10:00
keyboard/emoji Add jetpack compose 2023-06-28 10:34:48 +09:30
linkpreview Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
logging ...and the rest 2023-05-05 12:32:54 +09:30
longmessage refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
mediapreview Make link preview view use thumbnail 2021-06-24 15:03:29 +10:00
mediasend Add emoji reacts support (#889) 2022-09-04 21:03:32 +10:00
messagerequests Populate profile pic 2023-06-30 11:35:22 +09:30
mms Increased file upload limits to 10Mb 2023-02-06 14:22:26 +11:00
net Move files 2021-05-18 09:26:08 +10:00
notifications ANR Defensive Coding (#1132) 2023-03-31 13:24:36 +11:00
onboarding Tweaked some open group handling and a couple of onboarding issues 2023-01-13 15:56:14 +11:00
permissions Add accessibility tags (#1054) 2023-04-04 11:33:17 +10:00
preferences Populate profile pic 2023-06-30 11:35:22 +09:30
profiles clean up unused code 2021-02-23 15:56:42 +11:00
providers refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
qr Move files 2021-05-18 09:12:33 +10:00
reactions Populate profile pic 2023-06-30 11:35:22 +09:30
repository Updated the code to use the network offset time everywhere relevant (#1111) 2023-03-31 10:11:30 +11:00
scribbles Move files 2021-05-18 09:12:33 +10:00
search Paged conversation recycler, update compile sdk version 31 (#1049) 2022-12-19 11:29:05 +11:00
service further clean up 2023-05-10 15:36:10 +10:00
sms hook up sending pipeline & clean 2021-03-02 12:24:09 +11:00
sskenvironment make RetrieveProfileAvatarJob work 2023-05-09 14:14:49 +10:00
ui Add prev and next buttons to carousel 2023-07-03 17:19:33 +09:30
util Add jetpack compose 2023-06-28 10:34:48 +09:30
video refactor: use hilt to provide DB instead of our own factory, inject it in some places where possible 2021-10-04 18:51:19 +11:00
webrtc minor refactor 2023-04-24 15:50:53 +10:00
AppContext.kt Replace default action message request behavior (#927) 2022-09-13 15:06:46 +10:00
ApplicationContext.java clean 2023-05-11 12:16:37 +10:00
BaseActionBarActivity.java Fix status and nav bar colors (#1165) 2023-04-26 14:48:34 +10:00
BaseActivity.java WIP clean 2021-01-15 16:51:53 +11:00
BindableConversationItem.java Move files 2021-05-18 16:11:38 +10:00
DatabaseUpgradeActivity.java refactor: remove old jobs and refactor any remaining calls to use new jobs 2021-04-08 16:12:54 +10:00
DummyActivity.java restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00
ExpirationDialog.java WIP clean 2021-01-15 16:51:53 +11:00
MediaDocumentsAdapter.java Move files 2021-05-18 09:12:33 +10:00
MediaGalleryAdapter.java Fixed a few bugs and some optimisations 2023-01-13 15:56:14 +11:00
MediaOverviewActivity.java Updated the code to use the network offset time everywhere relevant (#1111) 2023-03-31 10:11:30 +11:00
MediaPreviewActivity.java Updated the code to use the network offset time everywhere relevant (#1111) 2023-03-31 10:11:30 +11:00
MessageDetailsRecipientAdapter.java Re-organize files & delete unused code 2021-07-09 11:14:21 +10:00
MuteDialog.java feat: add notification types for all / mentions only or none with UI and push logic 2021-07-20 16:06:59 +10:00
PassphrasePromptActivity.java Fixed a few bugs, added logging and removed some old code 2023-02-03 13:33:52 +11:00
PassphraseRequiredActionBarActivity.java Re-organize files & delete unused code 2021-07-09 11:14:21 +10:00
ShareActivity.java refactor: move db module init before injection and replace ApplicationContext db component access to static function to get the component 2021-10-05 10:58:02 +11:00
ShortcutLauncherActivity.java Re-organize files & delete unused code 2021-07-09 11:14:21 +10:00
Unbindable.java restructure and unite service android/java to libsignal 2020-11-26 09:46:52 +11:00