Greyson Parrelli
d5ba82338d
Fix issue with text rendering in search results.
2020-08-03 09:47:27 -04:00
Greyson Parrelli
cbecd2a2fc
Bump version to 4.68.2
2020-07-31 16:47:55 -04:00
Greyson Parrelli
3772dd40ac
Updated language translations.
2020-07-31 16:46:01 -04:00
Alex Hart
f69a0f0261
Refine reaction details fragment.
2020-07-31 16:49:52 -03:00
Alex Hart
cb323ffb84
Fix reaction overlay toolbar and status bar.
2020-07-31 15:51:41 -03:00
Alex Hart
0db73e71a0
Remove sticky header on list reinitailization.
...
When we forward a message or share into the app, it is possible that we are going to reuse the same activity. In this case, when the adapter was reinitialized, we were just adding a new ItemDecoration every time.
This fix checks if we've already added one and removes it if necessary, just like the last seen decorator.
2020-07-31 14:26:31 -03:00
Alex Hart
eeb0c838db
Fix masking when attachment keyboard is visible.
2020-07-31 11:34:46 -03:00
Greyson Parrelli
dc48ee5aed
Bump version to 4.68.1
2020-07-30 23:32:20 -04:00
Greyson Parrelli
c0acfa57a9
Updated language translations.
2020-07-30 23:32:19 -04:00
Greyson Parrelli
3e166ef927
Fix issue where group updates were mis-rendered.
2020-07-30 23:32:19 -04:00
Greyson Parrelli
4942d83de5
Properly render reset session update messages.
2020-07-30 23:32:19 -04:00
Alex Hart
4c30b39e71
Add section to recent reactions page listing emoji already applied to message.
2020-07-30 23:32:19 -04:00
Alex Hart
e55f4fe6b6
Save preference on emoji send.
2020-07-30 22:26:59 -04:00
Greyson Parrelli
aff74cffa0
Fix crash with UnknownSenderView.
...
The listener was being called on a background thread, but it was doing
UI work.
2020-07-30 13:31:51 -04:00
Alex Hart
8b29bb8664
Fix info icon in light mode.
2020-07-30 10:48:45 -03:00
Greyson Parrelli
3cee57b6c2
Bump version to 4.68.0
2020-07-29 23:54:46 -04:00
Greyson Parrelli
857f4a4fc8
Updated language translations.
2020-07-29 23:54:09 -04:00
Jim Gustafson
a942293a74
RingRTC v2.4.0 Release Integration.
...
Co-authored-by: Peter Thatcher <peter@signal.org>
2020-07-29 23:43:06 -04:00
Greyson Parrelli
550b121990
Prevent UUID-only contacts from being added to GV1 groups.
2020-07-29 23:43:06 -04:00
Alex Hart
cc84901a49
Add dropshadow to emoji variation popup.
2020-07-29 23:43:06 -04:00
Alex Hart
9d3764c5d9
Reactions UX polish.
2020-07-29 23:43:06 -04:00
Greyson Parrelli
0950235ccd
Fix typo in RemappedRecords.
2020-07-29 23:19:21 -04:00
Greyson Parrelli
8ed7fc894e
Improve handling of partially bi-directional text.
2020-07-29 23:19:21 -04:00
Greyson Parrelli
e504ffa225
Clean up conversation list data loading sequence.
...
- The Paging library was giving us empty paged lists when loading was
invalidated, but only *sometimes*. This library, man. Fixed it by
ignoring invalid lists, which you'd think the library would do for us...
- Noticed we were doing a ton of list refreshes because of how we were
listening to archive count. Switched from combine to switchMap.
- Noticed that we could become double-subscribed to LiveDatas in the
ConversationListFragment if you went to archived. Fixed by observing on
the fragment's view lifecycle.
Fixes #9803
2020-07-29 23:19:21 -04:00
Cody Henthorne
9c63b37bb4
Refactor use of MessageRecord to increase flexibility of ConversationAdapter.
2020-07-29 23:19:21 -04:00
Greyson Parrelli
5c110ca359
Remove UUIDs from GV1 membership lists.
2020-07-29 23:19:21 -04:00
Cody Henthorne
1ab61beeb9
Add initial Mentions UI/UX for picker and compose edit.
2020-07-28 15:20:20 -04:00
Alan Evans
8e45a546c9
Fix NPE on Group multi-invite.
2020-07-28 15:20:20 -04:00
Alan Evans
745a7f76ea
Change position of GroupsV2 leave update message.
2020-07-28 15:20:20 -04:00
Alan Evans
8cb9ab3204
Fetch newly found profiles on Groups V2 inline.
2020-07-28 15:20:20 -04:00
Alan Evans
12533d1414
Ensure profile key is up to date on Group V2 conversation open.
2020-07-28 15:20:20 -04:00
Alan Evans
bd1c164d57
Live group update messages on conversation list and conversation.
2020-07-28 15:20:20 -04:00
Greyson Parrelli
7446c2096d
Don't ellipsize multi-line text in conversation list.
...
Instead, basically convert newlines to spaces.
2020-07-28 15:19:52 -04:00
Greyson Parrelli
8ce5c4b885
Cleanup naming of RecipientDatabase GLOB search.
2020-07-28 15:19:52 -04:00
Alan Evans
ab76112f5f
Prevent leading and trailing whitespace in group names.
2020-07-28 15:19:52 -04:00
Alan Evans
9c54e39eae
Adjust scope of Groups V2 feature flag.
2020-07-28 15:19:52 -04:00
Greyson Parrelli
61eab44474
Bump version to 4.67.3
2020-07-27 18:04:05 -04:00
Greyson Parrelli
f6285ec710
Updated language translations.
2020-07-27 18:02:31 -04:00
Alex Hart
ed878ec4b4
Add more generic SMS verification code pattern.
2020-07-27 17:57:56 -04:00
Greyson Parrelli
e38d41d67a
Reduce the number of cats in giphy sticker search results.
2020-07-27 15:25:26 -04:00
Greyson Parrelli
3d237d72bd
Fix issue where feature flag fetches weren't limited.
2020-07-27 15:25:01 -04:00
Cody Henthorne
8044d2390c
Fix bug causing profile updates to unarchive threads.
2020-07-27 13:32:38 -04:00
Greyson Parrelli
6b82e6b5ac
Bump version to 4.67.2
2020-07-24 14:31:06 -04:00
Greyson Parrelli
842e6a93e2
Updated language translations.
2020-07-24 14:31:06 -04:00
Alan Evans
f140f054e5
Ignore typing indicators from blocked group members.
2020-07-24 14:31:06 -04:00
Greyson Parrelli
5cd4726e23
Do not show profile name changes if names are visually identical.
...
Fixes #9860
2020-07-24 14:30:58 -04:00
Greyson Parrelli
bccc58d693
Bump version to 4.67.1
2020-07-22 22:58:21 -04:00
Greyson Parrelli
e25f1c1481
Updated language translations.
2020-07-22 22:58:21 -04:00
Greyson Parrelli
fc4e690996
Revert "Ensure GV1 length is exactly the length expected."
...
This reverts commit 8e962bf992
.
2020-07-22 22:58:21 -04:00
Greyson Parrelli
dadb2f9d37
Allow auto-downloads from groups you've accepted.
2020-07-22 22:58:21 -04:00