Sgn-32
48d7228ae7
Replace use of AlertDialog.Builder with MaterialAlertDialogBuilder.
2022-04-06 12:36:32 -04:00
Greyson Parrelli
77ea2deada
Move more util classes to core-util.
2022-04-06 12:36:32 -04:00
Greyson Parrelli
0e4187b062
Use existing contact type for our linked entry. Add test to sample app.
...
Fixes #9431
Closes #9434
Co-authored-by: swatts <github@stargw.net >
2022-04-06 12:36:32 -04:00
Fumiaki Yoshimatsu
76a0e5c851
Allow search view to be full width of the screen in landscape.
...
Fixes #10299
Closes #10321
2022-03-29 10:05:45 -04:00
Greyson Parrelli
50d5658add
Fix possible NPE when backing out of conversation.
2022-03-28 19:07:21 -04:00
Greyson Parrelli
8d4419705b
Update to libsignal-client 0.15.0
2022-03-28 19:07:20 -04:00
Greyson Parrelli
2b5d65ae04
Revert "Update to libsignal-client 0.15.0"
...
This reverts commit 3d5f04eba757563dd92366d994a96cf323b8d540.
2022-03-28 19:07:20 -04:00
Jordan Rose
1e316ea19f
Update to libsignal-client 0.15.0
2022-03-28 19:07:20 -04:00
Cody Henthorne
6a5f5f4ffa
Show verified badge on Note to Self.
2022-03-28 19:07:20 -04:00
Rashad Sookram
19381342b3
Update UI for replies to unavailable stories.
2022-03-28 19:07:20 -04:00
Cody Henthorne
e472760d92
Fix MessageCountsViewModel memory leak.
2022-03-28 19:07:20 -04:00
Rashad Sookram
ddfb4bf0a5
Fix context menu animation crash on Kitkat.
2022-03-28 19:07:20 -04:00
Greyson Parrelli
83c3b16b92
Add ContactDiscovery abstraction for doing CDS refreshes.
2022-03-28 19:07:19 -04:00
Greyson Parrelli
74e630aacb
Fix possible crash and remove old fastRecord system.
2022-03-23 11:44:37 -04:00
Cody Henthorne
77ef877c59
Show block request if request follows a collapsed event.
2022-03-18 15:26:38 -04:00
Cody Henthorne
3e77975c17
Revert "Fix soft keyboard popping up when the text was selected when the other keyboard was open."
...
This reverts commit 6d41d1f6d2 .
2022-03-18 14:09:52 -04:00
Alex Hart
75e15c81e1
Ensure messages are marked read when entering a conversation with an active typing indicator.
2022-03-18 13:15:37 -03:00
Cody Henthorne
782a1ce301
Fix NPE in conversation update group info.
2022-03-18 12:00:04 -04:00
Cody Henthorne
e6ac40a07c
Fix various corner case block/reject join request bugs.
2022-03-18 11:03:38 -04:00
Alex Hart
a41a2b3e64
Fix wonky bottom sheet animations.
2022-03-18 11:03:38 -04:00
Alex Hart
e603391c35
Fix several theming issues for Contact Selection.
2022-03-18 10:32:03 -03:00
Cody Henthorne
7e0cd99f48
Fix block request button not showing up always.
2022-03-17 19:51:22 -04:00
Alex Hart
e3c491860a
Allow forwarding of Text Stories.
2022-03-17 16:02:43 -04:00
Greyson Parrelli
43ad0b2294
Fix issue where group read was happening on main thread.
2022-03-17 16:02:43 -04:00
Alex Hart
7edef20f4f
Guard first time on add to my story.
2022-03-17 16:02:43 -04:00
Greyson Parrelli
945c308cf5
Update group update messages faster.
2022-03-17 16:02:43 -04:00
Cody Henthorne
9d28caac00
Fix bug preventing adding and inviting by phone number.
2022-03-17 16:02:43 -04:00
Greyson Parrelli
570b39f82e
Debounce menu invalidations in conversation.
2022-03-17 16:02:43 -04:00
Greyson Parrelli
cb906edd11
More accurate timings of conversation-open component.
2022-03-17 16:02:43 -04:00
Greyson Parrelli
604f6709db
Fix bug where wallpaper didn't update after changing.
2022-03-17 16:02:43 -04:00
Greyson Parrelli
d504bd593a
Improve wallpaper load speed.
2022-03-17 16:02:42 -04:00
Alex Hart
437c1e2f21
Implement UI and backend for sending story reactions.
...
Co-authored-by: Rashad Sookram <rashad@signal.org >
2022-03-17 16:02:42 -04:00
Greyson Parrelli
666218773c
Improve conversation open speed.
...
Co-authored-by: Cody Henthorne <cody@signal.org >
2022-03-17 16:02:42 -04:00
Cody Henthorne
d3049a3433
Add block request action button to collapsed join request events.
2022-03-17 12:12:56 -04:00
Fumiaki Yoshimatsu
6d41d1f6d2
Fix soft keyboard popping up when the text was selected when the other keyboard was open.
...
Fixes #11780
2022-03-17 12:12:56 -04:00
Greyson Parrelli
18392ed0a4
Render date dividers based on sent time.
...
The time we use to render date headers needs to match the time we use to
render timestamps in the footer. We should be using sent time in both
cases.
Fixes #11589
2022-03-17 12:12:56 -04:00
Greyson Parrelli
057231b9c3
Update libsignal-client to 0.14.0
2022-03-17 12:12:56 -04:00
clauz9
749bbf428d
Make sure isSearchRequest is true when searchViewItem is expanded.
...
fixes signalapp#12054
2022-03-17 12:12:56 -04:00
Alex Hart
b0458f10a3
Ensure identity records are good before trying to send media.
2022-03-17 12:12:56 -04:00
Alex Hart
87ad4be117
Fix issue where user could not select a group story.
2022-03-17 12:12:56 -04:00
Alex Hart
9281bcdd7d
Only display stories if you entered through stories.
2022-03-17 12:12:56 -04:00
Alex Hart
ff8d7fa6c2
Add send/recv/render support for text stories.
2022-03-17 12:12:55 -04:00
Cody Henthorne
cf857e109a
Fix mention rendering bug.
2022-03-15 10:32:59 -04:00
Cody Henthorne
2eb8df347e
Fix mention rendering regression.
2022-03-11 14:18:42 -05:00
Cody Henthorne
66f93e0d32
Do not drop 1:1 messages with mentions due to iOS and desktop regression.
...
iOS and Desktop both regressed in multi-forwarding by including mentions
in 1:1 forwards instead of replacing them with plain text. Android by
default drops these as invalid messages. Since there are clients in the
wild that do this now, we have to stop dropping them and try to resolve
them per normal mechanisms.
2022-03-09 12:09:46 -05:00
Rashad Sookram
366780f6cb
Revert "Avoid querying conversation size twice."
...
This reverts commit fe088c39c7 .
2022-03-09 11:55:52 -05:00
Cody Henthorne
b25cef86ee
Fix different dates being used when saving attachments.
2022-03-08 10:41:37 -04:00
Alex Hart
a1bc1aaa98
Only show stories and send stories with respect to capability.
2022-03-08 10:41:37 -04:00
Rashad Sookram
0ccaad1462
Update quote UI for story replies in chat.
2022-03-08 10:41:37 -04:00
Alex Hart
34bbb98c96
Do not allow forwarding of unsupported content to stories.
2022-03-08 10:41:37 -04:00