session-android/app/src/main/java/org/thoughtcrime/securesms/conversation/v2/utilities
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
..
AttachmentManager.java fix: fixing the message dismissal of notifications for threads upon activity resume. using media send activity's camera intent for consistency 2021-08-16 14:05:49 +10:00
BaseDialog.kt Re-organize files 2021-07-09 13:18:48 +10:00
KThumbnailView.kt refactor: Use view binding to replace Kotlin synthetics (#824) 2022-01-14 07:56:15 +02:00
MentionManagerUtilities.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
MentionUtilities.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
MessageBubbleUtilities.kt Fix corner rounding issue 2021-06-25 14:06:53 +10:00
ModalURLSpan.kt fix: enable body texts to open modal URL dialog 2021-06-29 16:05:40 +10:00
NotificationUtils.kt feat: add notification types for all / mentions only or none with UI and push logic 2021-07-20 16:06:59 +10:00
ResendMessageUtilities.kt reorganise duplicated resend code 2021-07-14 13:52:10 +10:00
TextUtilities.kt Fixing quote cutoff when font is too large. 2021-08-26 10:38:05 +10:00
ThumbnailDimensDelegate.kt refactor: move new thumbnailview to utilities package 2021-06-24 16:25:43 +10:00
ThumbnailProgressBar.kt feat: add back overflow text, increase AttachmentDownloadJob.kt max failure count, resize overflow text size, remove unused animator update listener implementation in ThumbnailProgressBar.kt 2021-06-29 11:22:59 +10:00
ThumbnailView.java Split image from replies (#779) 2022-01-18 14:33:04 +11:00