session-android/app/src/main/java/org/thoughtcrime/securesms
Harris d53752713e
Align quote behaviour, move the media message outside of text bubble to simplify layouts (#935)
* refactor: remove text from quote model

* refactor: add docs for TODOs where quote text should be refactored

* refactor: remove the references to stored text in the quote and get the quote text from referenced DB lookup

* refactor: drop the quote data from DB

* fix: turns out we can't drop columns using this version of sqlite

* fix: fixing an attachment download bug, fixing up UI issues with quotes and body text

* feat: split off the message attachment UI from message bubble

* refactor: replace media thumbnails with new designs

* refactor: add debug drawing to troubleshoot swipe gesture

* fix: fix the swipe to reply gesture drawing
2022-08-08 15:16:33 +10:00
..
attachments Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
audio Add a global search (#834) 2022-02-07 17:06:27 +11:00
avatar
backup Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
calls Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
components Align quote behaviour, move the media message outside of text bubble to simplify layouts (#935) 2022-08-08 15:16:33 +10:00
contacts Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
contactshare
conversation/v2 Align quote behaviour, move the media message outside of text bubble to simplify layouts (#935) 2022-08-08 15:16:33 +10:00
crypto fix: fallback on biometric key failures and retry creating key, fix up notification issues 2022-06-21 16:17:01 +10:00
database Align quote behaviour, move the media message outside of text bubble to simplify layouts (#935) 2022-08-08 15:16:33 +10:00
dependencies Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
dms refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
events
giph Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
glide Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
groups Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
home Fix notification release issues (#925) 2022-07-19 14:31:50 +10:00
imageeditor
jobmanager Generate placeholder avatars from two characters, re-fetch missed avatars (#856) 2022-03-15 09:24:15 +11:00
jobs Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
linkpreview Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10: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
mediasend Add a global search (#834) 2022-02-07 17:06:27 +11:00
messagerequests Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
mms Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
net
notifications Align quote behaviour, move the media message outside of text bubble to simplify layouts (#935) 2022-08-08 15:16:33 +10:00
onboarding Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
permissions
preferences Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10: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 Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
scribbles
search Add a global search (#834) 2022-02-07 17:06:27 +11:00
service Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
sms
sskenvironment Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
util Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10: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
webrtc Add one on one calls over clearnet (#864) 2022-04-19 14:25:40 +10:00
AppContext.kt
ApplicationContext.java Performance improvements and bug fixes (#869) 2022-06-08 17:12:34 +10:00
BaseActionBarActivity.java
BaseActivity.java
BindableConversationItem.java
DatabaseUpgradeActivity.java
DummyActivity.java
ExpirationDialog.java
MediaDocumentsAdapter.java
MediaGalleryAdapter.java
MediaOverviewActivity.java
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 fix: fallback on biometric key failures and retry creating key, fix up notification issues 2022-06-21 16:17:01 +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