Greyson Parrelli
59f05e0815
Improve performance of marking chats read.
...
SQLite isn't always smart enough to use the best index for a query.
The main improvement here was to force it to use a better index than the
one it was using (which, on my device, happened to by the story index,
which was only minimally useful here).
2023-01-04 16:40:36 -05:00
Alex Hart
91f6cff4df
Do not display recovery card if entropy is not set.
2023-01-04 16:40:36 -05:00
Alex Hart
ec3ec969eb
Add updated search hint text when filter is enabled.
2023-01-04 16:40:36 -05:00
Alex Hart
54d0df9a05
Ensure only a single story is displayed above the fold in bottom sheets.
2023-01-04 16:40:36 -05:00
Greyson Parrelli
320669c54e
Remove the unknown insert validation.
...
There's actually a legitimate case where this is ok: right after a
backup restore.
Restoring a backup means that you have possibly carried over some
unknownIds, and if you don't remember your PIN, those items wouldn't be
there remotely. And you _should_ insert them. Otherwise they're lost.
I don't think this validation is worth the trouble of carving out lots
of conditions to allow this usecase.
2023-01-04 16:40:36 -05:00
Alex Hart
bf491c25f7
Update view badge bottom sheet button copy.
2023-01-04 16:40:36 -05:00
Alex Hart
1e153e129c
Ensure ShareViewModel#resolve is performed on the background thread.
...
Fixes #12696
2023-01-04 16:40:36 -05:00
Cody Henthorne
b546d661ba
Update 1:1 call event copy.
2023-01-04 16:40:36 -05:00
Greyson Parrelli
6a1a657451
Fix story database observer updates to ensure rings are updated live.
2023-01-04 16:40:36 -05:00
Greyson Parrelli
ece087eaae
Require non-null uri in UriAttachment.
...
Part of an effort to track down a different crash. This should make it
more obvious where the error is being made.
2023-01-04 16:40:36 -05:00
Alex Hart
a04590b658
Ensure pre-upload media is properly fanned out to group stories.
2023-01-04 16:40:36 -05:00
Alex Hart
eb6a14e686
Fix bad background on long text posts.
2023-01-04 16:40:36 -05:00
Alex Hart
c7bb0eadc2
Fix restore-state of filter pull view.
2023-01-04 16:40:36 -05:00
Nicholas
d70fe8f2cd
Only notify for unauthorized response to messages endpoint.
2023-01-04 16:40:36 -05:00
Greyson Parrelli
0fd8f73cca
Show username if appropriate in group chips.
2023-01-04 16:40:36 -05:00
Greyson Parrelli
b9fc36be5a
Prevent crash when adding group member by username.
2023-01-04 16:40:36 -05:00
Alex Hart
4de27482bb
Update blocking get call to safeBlockingGet.
2023-01-04 16:40:36 -05:00
Nicholas
ba347301cf
Keep media preview image order even for RTL locales.
...
Addresses #12574 .
2023-01-04 16:40:36 -05:00
Alex Hart
296a113c65
Add "You can pull to filter" tip.
2023-01-04 16:40:36 -05:00
Cody Henthorne
43fe789807
Add support for general media attachments to release notes channel messages.
2023-01-04 16:40:36 -05:00
Alex Hart
98dfd5bfbf
Lower fade out duration of chat pill to 150ms.
2023-01-04 16:40:36 -05:00
Alex Hart
f387785a46
Add chat filter pill fade out on slide close.
2023-01-04 16:40:36 -05:00
Cody Henthorne
7b3d8d01ae
Prevent dismissal of notification.
...
Fixes #12681
2023-01-03 11:03:06 -05:00
Alex Hart
1712442560
Add chat filter pill color lerp at close apex.
2023-01-03 10:47:53 -04:00
Nicholas
e4ddedcc48
Log type of connected headsets.
2023-01-03 09:33:08 -05:00
Alex Hart
14503b952a
Add helper text when dragging filter at a low velocity.
2023-01-03 10:31:31 -04:00
Nicholas
5cb3e1cd02
Launch "Keep Muted Chats Archived".
2023-01-03 09:05:57 -05:00
Nicholas
7959343661
Add local notification when client receives HTTP 403
...
Also corrects typo in method name.
2023-01-02 17:20:42 -05:00
Alex Hart
52062679d4
Update filter chip padding to match spec.
2023-01-02 15:05:07 -04:00
Alex Hart
9e8350e8c2
Implement chat filter design feedback.
2023-01-02 12:19:04 -04:00
Sgn-32
495c91ba86
Use the correct delivery time in the message details
...
CLoses #11655
2023-01-02 09:51:20 -05:00
Greyson Parrelli
92b9fda6c7
Convert GroupTable to kotlin.
...
Also required converting some tests to mockk.
2023-01-01 23:05:02 -05:00
Greyson Parrelli
fecfd7cd78
Remove the rest of MmsSmsTable.
2022-12-31 13:43:12 -05:00
Greyson Parrelli
6cd6073bc7
Migrate most of MmsSmsTable.
2022-12-30 18:24:00 -05:00
Greyson Parrelli
f149c0adb9
Remove MmsSmsColumns.
...
All the columns got moved to MessageTable.
I kept the types though and renamed the class to MessageTypes because
it's a lot of boring domain-specific code.
2022-12-30 16:54:49 -05:00
Greyson Parrelli
3708cc5583
Add additional protections around recipientIds and threadIds matching.
2022-12-30 16:54:49 -05:00
Greyson Parrelli
4dd8e81db7
Fix some situations where MessageTable actions were doubled.
2022-12-30 16:54:49 -05:00
Cody Henthorne
06b414f4ef
Add call disposition syncing.
2022-12-30 16:54:49 -05:00
Nicholas
d471647e12
Animate swapping of play/pause buttons.
2022-12-30 16:54:49 -05:00
Greyson Parrelli
dd3bad858d
Prevent scrolling when context menu is showing on story landing page.
2022-12-30 15:11:57 -05:00
Cody Henthorne
0fe6538ce4
Fix media viewer rail items jumping around while paging.
2022-12-30 15:11:57 -05:00
Alex Hart
1e2f7f0775
Add currency selection logic update.
2022-12-30 15:11:57 -05:00
Cody Henthorne
055b4691d7
Fix video playback starting when off screen in media viewer.
2022-12-30 15:11:57 -05:00
Cody Henthorne
ebdfa88882
Schedule ExpireStoriesManager when viewing Stories tab.
2022-12-30 15:11:57 -05:00
Alex Hart
d79c4775b6
Add chat filter animation.
2022-12-30 15:11:56 -05:00
Cody Henthorne
a13599ae2a
Add payment activation capability.
2022-12-30 15:11:56 -05:00
Alex Hart
96b2051400
Rotate chat-filters flag for internal testing.
2022-12-30 15:11:56 -05:00
Nicholas
ad6d1a2e8d
Update styling of the media rail selection states.
2022-12-30 15:11:56 -05:00
Greyson Parrelli
eada1e96ee
Improve emoji search rankings.
2022-12-30 15:11:56 -05:00
Greyson Parrelli
202f20893c
Add internal setting for manually initializing PNP mode.
2022-12-30 15:11:56 -05:00