Rashad Sookram
3943e670b2
Implement bottom selection menu in chat.
2022-01-12 12:27:06 -05:00
Greyson Parrelli
37b0d3d755
Revert "Implement bottom selection menu in chat."
...
This reverts commit 829c06ab1a
.
2022-01-07 17:24:29 -05:00
Rashad Sookram
829c06ab1a
Implement bottom selection menu in chat.
2022-01-07 14:41:42 -04:00
Alex Hart
48e47c9d92
Implement several pieces of badge feedback.
2021-11-09 13:18:06 -04:00
Alex Hart
782217a73d
Remove audio view size restriction.
2021-11-05 15:36:30 -04:00
Greyson Parrelli
c26c455b3c
Fix some sizing issues in the recipient bottom sheet.
2021-11-05 00:20:35 -04:00
Alex Hart
3037a33267
Add animation for swipe to archive.
2021-11-04 18:29:50 -04:00
Greyson Parrelli
3e5be2cfe2
Show a popup menu when long-pressing on the conversation list.
2021-10-21 17:11:46 -04:00
Alex Hart
731683ae09
Implement adjustments to conversation list items to compensate for badge placement.
2021-10-21 17:11:46 -04:00
Alex Hart
8d0acb277c
Add support for updated server badge image url formats.
2021-10-04 21:49:59 -04:00
Alex Hart
b5af691cc4
Add badges to Avatars in a variety of places.
2021-09-24 13:39:28 -03:00
Lucio Maciel
18ba5fa291
Fix emoji avatar missing after edit.
2021-09-16 14:17:38 -03:00
Lucio Maciel
9cc1ae4a29
Fix Verify Identity screen on smaller devices.
2021-09-07 23:13:19 -04:00
Lucio Maciel
e09d162c1e
Update conversations list UI.
2021-09-03 20:19:55 -04:00
Lucio Maciel
e7c259b1e9
Adjust timestamp alignment.
2021-08-17 17:22:23 -03:00
Lucio Maciel
fe8fcb1394
Implement single line timestamps on conversation items.
2021-08-13 13:58:38 -04:00
Lucio Maciel
c0c4092cd9
Update view-once messages
2021-07-29 16:46:32 -03:00
Lucio Maciel
e76808a000
Adjust conversation updates margins
2021-07-27 19:40:39 -03:00
Lucio Maciel
e31fd8d578
Update timer icons and message bubble margins
2021-07-27 19:37:59 -03:00
Lucio Maciel
dada7a4f06
Revert "Update timer icons and received text bubble."
...
This reverts commits 26c9b5166e
,
833f90ce53
,
0ba7ff911b
and 38adb0373d
.
2021-07-26 11:13:26 -03:00
Lucio Maciel
0ba7ff911b
Fix margins on message bubbles.
2021-07-23 08:05:50 -04:00
Lucio Maciel
833f90ce53
Fix margins on message clusters and 1:1 messages.
2021-07-21 16:57:04 -04:00
Lucio Maciel
26c9b5166e
Update timer icons and received text bubble.
2021-07-21 16:57:04 -04:00
Alex Hart
ed23c3fe7c
Add avatar picker and defaults.
2021-07-21 16:57:03 -04:00
Cody Henthorne
916006e664
Tweak sizes and padding of various keyboard elements.
2021-07-15 16:28:13 -04:00
Alex Hart
901440017a
Fix audio view width on very narrow screens.
2021-07-12 13:20:56 -03:00
Alex Hart
416e62112f
Refresh shared media screens.
2021-07-09 15:30:07 -04:00
Cody Henthorne
b85c5eb54a
Make it more likely 8 emoji fit on a row, fix emoji search emoticons.
2021-07-07 14:58:50 -03:00
Alex Hart
01047f0546
Apply style changes to shared media, color icon, and wallpaper previews.
2021-06-25 14:27:51 -03:00
Cody Henthorne
2a1e5e4471
Add React With Any Search and update UX.
2021-06-24 16:36:13 -04:00
Alex Hart
da2ee33dff
Refactor conversation settings screens into a single fragment with new UI.
2021-06-24 16:36:13 -04:00
Cody Henthorne
412ee220ce
Improve keyboard sizing in bubbled conversations.
2021-06-09 16:18:55 -04:00
Alex Hart
bcc5d485ab
Update chat colors.
2021-05-26 00:39:59 -04:00
Alex Hart
f2d5ea0391
Refactor app settings.
2021-05-12 12:23:00 -04:00
Alex Hart
281630e751
Add support for inline video playback of gifs in Conversation.
2021-04-21 16:43:38 -04:00
Android Team
fddba2906a
Payments.
...
Co-authored-by: Alan Evans <alan@signal.org>
Co-authored-by: Alex Hart <alex@signal.org>
Co-authored-by: Cody Henthorne <cody@signal.org>
2021-04-06 17:07:19 -03:00
Cody Henthorne
75aab4c031
Add Device to Device Transfer UI.
2021-03-12 16:08:22 -05:00
Greyson Parrelli
8ef809a02b
Only cluster updates of the same type together.
2021-01-27 11:52:32 -04:00
Greyson Parrelli
26e0e09e24
Update padding and margins on conversation updates.
2021-01-24 03:07:49 -05:00
Greyson Parrelli
e05cadafe6
Collapse adjacent conversation updates.
2021-01-23 14:55:19 -05:00
Greyson Parrelli
4fb0f30d32
Add bubbles around additional elements in wallpaper mode.
2021-01-22 23:36:42 -05:00
Alex Hart
3dc1614fbc
Add basic profile spoofing detection.
2020-11-04 16:24:45 -04:00
Greyson Parrelli
1363f55f77
Fix back button behavior on OnePlus phones.
...
Couple things happened:
- Core issue: The device always thought the keyboard was open, so it was
always trying to dismiss the keyboard when you pressed back (instead of
actually going back)
- Big fix: Increase the tolerance of our view height differentialt that
detects if the keyboard is open
- Other fix: the getViewInset() method is always missing on Q, so as a
temp fix we fall back to the status bar height. Gets the calculation to
be closer, even if not truly correct.
2020-10-23 12:43:34 -04:00
Alex Hart
ac54b5cbdf
Add polish to voice note bubbles.
2020-10-22 16:56:16 -04:00
Alex Hart
e05f137bd8
Add animations to call screen.
2020-09-23 16:54:38 -04:00
Greyson Parrelli
c78e098cb4
Add support for link preview descriptions.
2020-08-25 16:05:39 -04:00
Cody Henthorne
724f3e872b
Update Mention UI/UX to match latest designs.
2020-08-14 15:54:05 -04:00
Cody Henthorne
b2d4c5d14b
Add mentions for v2 group chats.
2020-08-06 20:57:50 -04:00
Alex Hart
f69a0f0261
Refine reaction details fragment.
2020-07-31 16:49:52 -03:00
Cody Henthorne
1ab61beeb9
Add initial Mentions UI/UX for picker and compose edit.
2020-07-28 15:20:20 -04:00