session-android/app/src/main/java/org/thoughtcrime/securesms/conversation/v2
Harris bd5a324ad8
Split image from replies (#779)
* refactor: VisibleMessageContentView.kt re-using layouts instead of instantiating every bind to fix alignment and constraint issues for splitting thumbnails and body

* refactor: constraint works for sms only records, adjust other components of the visible message content accordingly

* feat: link previews and quotes now wrap content or align according to media type

* refactor: move back to emojitextview for body

* fix: add some padding at the bottom of the quote

* fix: voice message view not rendering properly

* fix: set visibility to false for each message content view on recycle event

* fix: untrusted attachments

* fix: compile issues and small UI improvement
2022-01-18 14:33:04 +11:00
..
components Split image from replies (#779) 2022-01-18 14:33:04 +11:00
dialogs refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
input_bar refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
menus refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
messages Split image from replies (#779) 2022-01-18 14:33:04 +11:00
search refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
utilities Split image from replies (#779) 2022-01-18 14:33:04 +11:00
ConversationActivityV2.kt feat: Add the option to mark a conversation as read (#816) 2022-01-16 19:02:39 +02:00
ConversationAdapter.kt refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
ConversationLoader.kt 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
ConversationRecyclerView.kt refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
ConversationViewModel.kt refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
DeleteOptionsBottomSheet.kt refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
MessageDetailActivity.kt refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
ModalUrlBottomSheet.kt refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00