session-android/app/src/main/java/org/thoughtcrime/securesms
jubb 07ccc2696b Merge remote-tracking branch 'upstream/dev'
# Conflicts:
#	app/build.gradle
2022-02-07 17:08:48 +11:00
..
attachments 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
audio Add a global search (#834) 2022-02-07 17:06:27 +11:00
avatar
backup 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
components refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
contacts Add a global search (#834) 2022-02-07 17:06:27 +11:00
contactshare
conversation/v2 Add a global search (#834) 2022-02-07 17:06:27 +11:00
crypto Re-organize files 2021-07-09 13:18:48 +10:00
database Add a global search (#834) 2022-02-07 17:06:27 +11:00
dependencies refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
dms refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
events
giph
glide
groups Add a global search (#834) 2022-02-07 17:06:27 +11:00
home Add a global search (#834) 2022-02-07 17:06:27 +11:00
imageeditor
jobmanager 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
jobs fix: checking invalid profileKey lengths on message receive and retrieve profile avatars 2022-01-23 00:33:38 +11:00
linkpreview 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
logging feat: add share logs dialogs into settings activity 2021-09-23 13:49:32 +10:00
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 a global search (#834) 2022-02-07 17:06:27 +11:00
mms 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
net
notifications Add a global search (#834) 2022-02-07 17:06:27 +11:00
onboarding refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
permissions
preferences Add a global search (#834) 2022-02-07 17:06:27 +11:00
profiles
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
repository refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
scribbles
search Add a global search (#834) 2022-02-07 17:06:27 +11:00
service 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
sms
sskenvironment 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
util Add a global search (#834) 2022-02-07 17:06:27 +11:00
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
AppContext.kt
ApplicationContext.java fix: conversationListNotificationHandler initialized in getter if null and removed from onCreate 2021-10-12 14:32:06 +11:00
BaseActionBarActivity.java
BaseActivity.java
BindableConversationItem.java
DatabaseUpgradeActivity.java
DummyActivity.java
ExpirationDialog.java
MediaDocumentsAdapter.java
MediaGalleryAdapter.java Make link preview view use thumbnail 2021-06-24 15:03:29 +10:00
MediaOverviewActivity.java Enable data extraction notifications 2021-06-01 10:07:37 +10:00
MediaPreviewActivity.java Enable media gallery fullscreen mode (#813) 2021-12-20 09:38:27 +02: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 Clean 2021-07-09 15:45:15 +10: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