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
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
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
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
Greyson Parrelli
5bf15b0587
Fix casing issues with non-ASCII characters in contact search.
...
SQLite's case-related stuff is ASCII-only. That means that even though LIKE is supposed to be case-insensitive, it fails when used on non-ASCII characters.
There appears to be no relief in SQLite itself, so I swapped our contact search to use GLOB instead of LIKE and wrote a little thing to convert query strings into a case-insensitive unicode-compatible patterns. Didn't see any noticeable performance difference.
2020-07-22 22:58:21 -04:00
Cody Henthorne
5f9c0c3204
Fix bug with skipping resend message on safety number change.
2020-07-22 22:58:21 -04:00
Alan Evans
dfa4f0c309
Fix group change failure reason display logic.
2020-07-22 22:58:21 -04:00
Greyson Parrelli
f0063b4b0d
Sync ContactRecords as whitelisted if they're a system contact.
2020-07-22 22:58:21 -04:00
Alan Evans
5dc51c34ea
Fix recipient resolution during add to Groups V2.
2020-07-22 22:58:21 -04:00
Greyson Parrelli
eb9ae8d5dc
Updated language translations.
2020-07-21 16:11:45 -04:00
Greyson Parrelli
2a133587cc
Add a flag for recipientTrust.
2020-07-21 16:11:45 -04:00
Greyson Parrelli
0e4a19c368
Improve exception stack traces in OptimizedMessageNotifier.
2020-07-21 15:31:53 -04:00
Greyson Parrelli
813c820227
Fix issue with GV1 avatars using attachmentsV3.
2020-07-21 15:31:53 -04:00
Greyson Parrelli
870cee5707
Remove uuidOnlyContacts feature flag.
2020-07-21 15:31:53 -04:00
Alan Evans
4e55d2d941
Tint pending group invites menu icon.
2020-07-21 15:31:53 -04:00
Alan Evans
8e962bf992
Ensure GV1 length is exactly the length expected.
2020-07-21 15:31:53 -04:00
Cody Henthorne
0815715f7b
Enable call requests always.
2020-07-21 15:31:53 -04:00
Alan Evans
85e4697b7f
Increment the Groups V2 feature flags version.
2020-07-21 15:31:53 -04:00
Alan Evans
16fdb9bf4c
Make identity record list immutable.
2020-07-21 12:53:25 -03:00
Greyson Parrelli
46f3d50a54
Increment the attachmentsV3 feature flag version.
2020-07-21 10:49:19 -04:00
Alan Evans
3a38240fb2
Groups V2 group manager copy updates.
2020-07-21 11:47:11 -03:00
Greyson Parrelli
662f0b8fb6
Improve detection of websocket drained status.
...
Will now work when you lose and regain network. Also removes the
unnecessary InitialMessageRetriever.
2020-07-21 10:38:42 -04:00
Alan Evans
96ce42ae91
Legacy group learn more badge and info bottom sheet.
2020-07-21 06:05:16 -03:00
Alan Evans
93f587b851
For atomic Groups V2 block and leave, block after leaving group.
2020-07-21 06:04:44 -03:00
Greyson Parrelli
89a940ec81
Fix issue with contact syncing with attachmentsV3.
2020-07-20 17:57:22 -04:00
Alan Evans
a33771b15d
Added progress feedback to leave and block group actions and additional group v2 error handling.
2020-07-20 15:20:56 -03:00
Greyson Parrelli
9a566e5559
Group together skin tone variations of the same reaction.
2020-07-20 10:26:39 -04:00
Greyson Parrelli
6e75d42a92
Enable skin tone selection for emoji reactions.
2020-07-20 10:26:39 -04:00