Cody Henthorne
eba04eb75b
Revert "Fix reaction overlay not showing on first try in RTL mode."
...
This reverts commit 424979d91f .
2021-02-13 19:50:32 -05:00
Greyson Parrelli
37f4557fef
Fix status bar color on Android 5.x.
2021-02-12 14:53:40 -05:00
Fumiaki Yoshimatsu
424979d91f
Fix reaction overlay not showing on first try in RTL mode.
...
Moved the code that does some layouts according to the view's layout direction to the place where we can safely use the value from getLayoutDirection().
This fixes the issue reported in [the beta 5.3 forum](https://community.signalusers.org/t/beta-feedback-for-the-upcoming-android-5-3-release/25088/315 ).
2021-02-12 14:53:14 -05:00
Cody Henthorne
0927914c57
Fix RTL padding issue for conversation items.
2021-02-11 11:47:37 -05:00
Greyson Parrelli
2a3f85008b
Do not use View.getLayoutDirection().
...
This value doesn't populate until after the first layout pass. Instead,
it appears to be safer to just read it from the Configuration.
2021-02-11 10:41:40 -05:00
Greyson Parrelli
937a288cee
Switch to a standard toolbar color.
...
* Switch to a standard toolbar color.
* T r a n s p a r e n c y
* Add back a toolbar shadow.
* Some more theming
* Also fix verify identity screen.
* Hide shadow on empty conversations.
* Slightly less transparent.
2021-02-10 15:21:03 -05:00
Greyson Parrelli
8f86de1764
Add transparency to the compose bar when wallpaper is present.
2021-02-05 16:18:21 -05:00
Alan Evans
ddb04c6ea3
Do not linkify message body if recipient is not message request accepted.
...
Co-authored-by: Greyson Parrelli <greyson@signal.org >
2021-02-03 11:45:44 -05:00
Greyson Parrelli
46344776a4
Add UI support for configuring a proxy.
2021-02-02 16:42:47 -05:00
Greyson Parrelli
0b7c22886d
Fix issue where reaction shade is offset in chat bubbles.
...
Fixes #10843
2021-02-01 10:23:41 -05:00
Greyson Parrelli
9ed95a6081
Revert "Fix wallpaper in landscape mode with notched devices."
...
This reverts commit 0b62bb8168 .
2021-01-30 11:29:44 -05:00
Alex Hart
1e9ca0a9bf
Fix bad navigation for icon in ConversationActivity toolbar.
2021-01-29 18:22:32 -05:00
Alex Hart
0b62bb8168
Fix wallpaper in landscape mode with notched devices.
2021-01-29 18:22:32 -05:00
Alex Hart
1b448c2bdf
Move reaction overlay UI into a stub.
2021-01-27 16:34:59 -04:00
Alan Evans
23303e5407
Show name of message sender for groups in conversation list.
2021-01-27 11:53:31 -04:00
Greyson Parrelli
8ef809a02b
Only cluster updates of the same type together.
2021-01-27 11:52:32 -04:00
Greyson Parrelli
c06bb18249
Fix navigation bar theming issue.
...
Fixes #10772
2021-01-27 09:09:56 -05:00
Alan Evans
409e7c41b4
Restore group update message "Loading" text.
2021-01-25 12:58:24 -04:00
Alan Evans
b9a1a5027c
Fix rotation locked after voice record cancel and allow rotation when recording locked.
2021-01-25 12:46:49 -04:00
Greyson Parrelli
41d227207d
Fix author title on remote deleted group messages.
2021-01-24 17:40:44 -05:00
Greyson Parrelli
b59769a30a
Do not allow saving pending media.
2021-01-24 03:10:03 -05:00
Greyson Parrelli
26e0e09e24
Update padding and margins on conversation updates.
2021-01-24 03:07:49 -05:00
Greyson Parrelli
633f4cbbe5
Disable 'loading' update message.
2021-01-23 18:48:14 -05:00
Greyson Parrelli
c650a978e9
Update styling of last seen divider.
2021-01-23 15:02:11 -05:00
Greyson Parrelli
e05cadafe6
Collapse adjacent conversation updates.
2021-01-23 14:55:19 -05:00
Greyson Parrelli
c6008a4f90
Disable forwarding of pending media.
2021-01-23 13:39:13 -05:00
Greyson Parrelli
4fb0f30d32
Add bubbles around additional elements in wallpaper mode.
2021-01-22 23:36:42 -05:00
Greyson Parrelli
7fa4eb079b
Improve responsiveness of conversation update rendering.
2021-01-22 23:36:42 -05:00
Greyson Parrelli
c5392b8844
Fix highlighted bounds of conversation items.
2021-01-22 23:36:42 -05:00
Greyson Parrelli
e460973957
Various wallpaper UX fixes.
2021-01-22 23:36:42 -05:00
Greyson Parrelli
e1c6311a18
Fix bug where dates weren't rendered properly after wallpaper change.
2021-01-22 23:36:42 -05:00
Greyson Parrelli
d844fa0fb5
Fix possible NPE on wallpaper change.
2021-01-21 22:47:30 -05:00
Greyson Parrelli
7db16e6156
Add support for an 'About' field on your profile.
2021-01-21 18:02:19 -05:00
Alex Hart
c244a98962
Finalize wallpaper UX.
...
Co-authored-by: Greyson Parrelli <greyson@signal.org >
Co-authored-by: Alan Evans <alan@signal.org >
2021-01-21 18:02:19 -05:00
Alex Hart
b5712f4bd1
Improve wallpaper settings screen, conversation rendering.
...
Co-authored-by: Greyson Parrelli <greyson@signal.org >
2021-01-21 18:02:19 -05:00
PockelHockel
e430a46e20
Prevent screen rotation during voice record.
...
Fixes #8276
2021-01-21 18:02:19 -05:00
Alex Hart
8d187c8ba1
Add the ability to forward content to multiple chats at once.
2021-01-21 18:02:19 -05:00
Greyson Parrelli
4571151e3c
Revert "Remove reset session button."
...
This reverts commit f24020e7b7 .
2021-01-16 21:11:42 -05:00
Greyson Parrelli
1e2590af49
Lock the threadId during message send.
...
Fixes #10659
2021-01-15 12:15:07 -05:00
Greyson Parrelli
98297e55c1
Don't show menu actions for chat refresh messages.
2021-01-14 10:46:09 -05:00
Alan Evans
aa2094a2cc
Fix group recipient showing in verify safety number change "learn more".
2021-01-14 10:19:50 -04:00
Greyson Parrelli
6c94be70dc
Update safety number UI.
2021-01-13 19:43:23 -05:00
Greyson Parrelli
f24020e7b7
Remove reset session button.
2021-01-13 19:43:23 -05:00
Greyson Parrelli
728f1707b6
Automatically recover from bad encrypted messages.
2021-01-13 19:43:23 -05:00
Alan Evans
4d229862b6
Invite Friends bottom sheet.
2021-01-08 21:10:40 -04:00
Alex Hart
4320a81846
Add invite friends action button and text.
2021-01-08 21:01:13 -04:00
Alex Hart
198281aa47
Show 'return to call' if local user is in the call group.
2021-01-06 17:03:21 -04:00
Alan Evans
6dd3fdaa55
Remove usages of deprecated Handler constructor.
2021-01-06 17:03:20 -04:00
Greyson Parrelli
e10284bd13
Remove Trace annotation.
2021-01-06 17:03:20 -04:00
Alex Hart
b7477d287b
Reopen properly when we select launcher icon.
...
* Reopen properly when we select launcher icon.
* Reduce noise
2021-01-06 17:03:20 -04:00