Cody Henthorne
|
34a228f85e
|
Remove GV1 migration support.
|
2023-11-17 14:25:47 -05:00 |
|
Cody Henthorne
|
19626361ec
|
Fix bug allowing creation of new and sending in existing MMS groups.
|
2023-11-16 16:19:50 -05:00 |
|
Nicholas Tinsley
|
0a4644e743
|
Update conversation shortcuts onPause.
|
2023-11-15 17:02:21 -05:00 |
|
Greyson Parrelli
|
d6b189badc
|
Fix potential binding crash.
|
2023-11-15 17:02:21 -05:00 |
|
Cody Henthorne
|
95fb9ea117
|
Remove old remote configs.
|
2023-11-15 17:02:21 -05:00 |
|
Greyson Parrelli
|
e80b7cf0a2
|
Store receipt fields as booleans instead of counts.
|
2023-11-15 17:02:21 -05:00 |
|
Clark
|
b7e1863526
|
Fix timezone weirdness with scheduled messages.
|
2023-11-15 17:02:21 -05:00 |
|
Greyson Parrelli
|
2f52664820
|
Merge MediaMmsMessageRecord into MmsMessageRecord.
|
2023-11-15 17:02:21 -05:00 |
|
Nicholas Tinsley
|
6cadf93c43
|
Forward touch events in timestamp of text message.
|
2023-11-06 14:48:35 -05:00 |
|
Nicholas Tinsley
|
d22537c5f2
|
Fix LocalMetrics for text sends.
|
2023-11-03 15:24:36 -04:00 |
|
Nicholas Tinsley
|
b96b99c1c4
|
Swallow touch events in forwarding sheet overlay.
Addresses #13239.
|
2023-11-01 20:45:16 -04:00 |
|
Nicholas Tinsley
|
297308ad76
|
Only suggest scheduled message times in the future.
Addresses #13139
|
2023-10-30 18:09:17 -04:00 |
|
Nicholas Tinsley
|
8bac34238e
|
Prevent crash on reaction animation end.
|
2023-10-25 15:44:13 -04:00 |
|
Alex Hart
|
3a465cc56b
|
Account for horizontal padding when calculating available footer space.
|
2023-10-25 15:44:13 -04:00 |
|
Alex Hart
|
c0fed1498e
|
Utilze visibility instead of isVisible for restoration of view visibility after long press.
|
2023-10-25 15:44:13 -04:00 |
|
Greyson Parrelli
|
d468d4c21b
|
Remove sms/mms receive code.
Simplifying incoming message insert. Removing this dead path as part of
it.
|
2023-10-23 13:29:07 -04:00 |
|
Greyson Parrelli
|
57135ea2c6
|
Add more logging to forwarding bottom sheet.
|
2023-10-17 11:15:56 -04:00 |
|
Greyson Parrelli
|
4fe6d79fff
|
Unify our Base64 utilities.
|
2023-10-17 11:15:56 -04:00 |
|
Cody Henthorne
|
6a6b80cce2
|
Decrease db thrashing when starting expiration timers for messages.
|
2023-10-17 11:15:56 -04:00 |
|
Alex Hart
|
10aba86e70
|
Remove clear of chat color in onDestroy.
|
2023-10-16 10:54:57 -03:00 |
|
Alex Hart
|
5cc85cc860
|
Fix issue with chat colors not updating properly.
|
2023-10-13 10:37:09 -03:00 |
|
Alex Hart
|
17b24d3c24
|
Add handling for no-bubble outgoing messages without wallpaper.
|
2023-10-06 16:13:18 -03:00 |
|
Nicholas
|
82956c4149
|
New attachment download UI.
|
2023-10-05 19:13:19 -04:00 |
|
Greyson Parrelli
|
7d5786ea93
|
Add a core-util-jvm module.
This is basically a location where we can put common utils that can also
be imported by libsignal-service (which is java-only, no android
dependency).
|
2023-10-05 19:13:19 -04:00 |
|
Cody Henthorne
|
6be1413d7d
|
Fix link preview overriding edit message with media bug.
|
2023-10-05 19:13:19 -04:00 |
|
Cody Henthorne
|
fd07ab10ee
|
Fix ISE crash in compose text watcher.
|
2023-10-05 19:13:19 -04:00 |
|
Cody Henthorne
|
e9fbce4e28
|
Add missing GV2 state update on conversation open.
|
2023-10-02 14:49:52 -04:00 |
|
Alex Hart
|
4bf49df6fa
|
Fix horizontal ReactionView margins.
|
2023-10-02 13:53:24 -03:00 |
|
Alex Hart
|
d46daed49a
|
Add SavedStateHandle support to LinkPreviewViewModelV2.
|
2023-09-29 09:25:17 -03:00 |
|
Alex Hart
|
9f2dbf7b6c
|
Fix context usage in ConversationDataSource.
|
2023-09-28 19:24:12 -04:00 |
|
Cody Henthorne
|
96c1077238
|
Revert "Add more logging to forwarding bottom sheet."
This reverts commit 3fc26733ad.
|
2023-09-26 19:43:48 -04:00 |
|
Alex Hart
|
15df15556d
|
Always display footer underneath if text has mixed directions.
|
2023-09-26 09:08:22 -03:00 |
|
Alex Hart
|
e7b18bd3a2
|
Tie CallLogViewModel lifecycle to the activity.
|
2023-09-25 21:25:00 -04:00 |
|
Alex Hart
|
e5e86e639a
|
Update getAdapterPosition to utilize the binding adapter position instead of absolute.
|
2023-09-25 21:25:00 -04:00 |
|
Alex Hart
|
f44b44a354
|
Fix timestamp update on conversation re-entry from background.
|
2023-09-25 21:25:00 -04:00 |
|
Alex Hart
|
b3399b5242
|
Fix RTL display of CIV2 bubble corners.
|
2023-09-25 21:25:00 -04:00 |
|
Alex Hart
|
7d4ebd9d3b
|
Fix strange padding on some CIV2 items.
|
2023-09-25 10:16:03 -03:00 |
|
Alex Hart
|
45583ea469
|
Revert "Instant Video Playback UI"
This reverts commit f8283acfae.
|
2023-09-22 16:50:20 -03:00 |
|
Nicholas
|
f8283acfae
|
Instant Video Playback UI
|
2023-09-21 15:12:11 -04:00 |
|
Alex Hart
|
f8cb26ca74
|
Replace TypingIndicatorItemDecoration with TypingIndicatorAdapter.
|
2023-09-21 14:05:49 -03:00 |
|
Alex Hart
|
f84b46148c
|
Show delivery status in forced footers for CIV2.
|
2023-09-21 13:59:52 -03:00 |
|
Alex Hart
|
12db8b5ee1
|
Fix swipe to reply positioning in CIV2.
|
2023-09-21 13:59:52 -03:00 |
|
Alex Hart
|
05b5078aa9
|
Hide footer end pad in CIV2 non-end items.
|
2023-09-21 13:59:52 -03:00 |
|
Alex Hart
|
85b7ee85f3
|
Display date in forced footer for CIV2.
|
2023-09-21 13:59:52 -03:00 |
|
Alex Hart
|
326b728d4b
|
Always show expiration timer if there is one.
|
2023-09-21 13:59:52 -03:00 |
|
Alex Hart
|
2e45e131b1
|
Fix tinting of CIV2 expiration icon.
|
2023-09-21 13:59:52 -03:00 |
|
Alex Hart
|
1aa95c057b
|
Fix edit message label.
|
2023-09-21 13:59:52 -03:00 |
|
Nicholas Tinsley
|
023f31eadd
|
Set recipients name in safety number verification screen.
Addresses #13171.
|
2023-09-21 13:59:52 -03:00 |
|
Alex Hart
|
f3a8825cb9
|
Revert "Add proper tinting to delivery status icon."
This reverts commit c4ac63ea7a89e44f478b0321901eaf43e2745502.
|
2023-09-21 13:59:52 -03:00 |
|
Cody Henthorne
|
efbd5cab85
|
Convert SignalService, Database, Group, Payment, and other remaining protos to wire.
|
2023-09-21 13:59:52 -03:00 |
|