Alex Hart
569c83d90e
Updated language translations.
2021-03-31 16:02:32 -03:00
Cody Henthorne
1dc3cf7824
Move calling management out of service.
2021-03-31 16:02:32 -03:00
Cody Henthorne
d8dead82b6
Improve Call Notification UX when things don't go as planned.
2021-03-31 16:02:32 -03:00
Greyson Parrelli
b053fbc4a7
Use Log.tag where appropriate.
2021-03-31 16:02:32 -03:00
Cody Henthorne
2144dc3b67
Fix call ringtone not playing on some custom ROMs and Samsung Android 11 devices.
2021-03-31 16:02:32 -03:00
Alex Hart
243b4b9414
Refactor ContactsCursorLoader to implement factory pattern.
...
Utilization of the factory pattern will enable us to more easily change what contacts we present to the user for a specific screen in the future instead of continuing to modify and potentially introduce bugs to this screen.
2021-03-31 16:02:32 -03:00
Greyson Parrelli
e068fde8f2
Improve efficiency of bulk receipt processing.
...
If there were N receipts for a single thread, we were previously
updating that thread N times.
This change bundles updates together so we will only update each thread
once after all receipts in a bundle are processed.
2021-03-31 16:02:32 -03:00
Greyson Parrelli
3162f04937
Update mute options.
...
2 hours -> 8 hours
1 year -> Always
These options should make way more sense, and existing mute settings
will continue to be respected.
2021-03-31 16:02:32 -03:00
Greyson Parrelli
58a32c11ec
Disable inline message processing for internal users.
2021-03-31 16:02:32 -03:00
Fumiaki Yoshimatsu
f06817f00d
Account for grapheme cluster when trimming to fit a specific length.
...
Fixes #10076
2021-03-31 16:02:32 -03:00
Greyson Parrelli
da4be5c1cf
Allow recipient cache to refresh inline while in a transaction.
2021-03-31 16:02:32 -03:00
Cody Henthorne
a59f5d953a
Fix bug during registration when self exists already without an e164.
2021-03-31 16:02:32 -03:00
Cody Henthorne
815a988587
Prevent crash when trying to save conversation viewing position.
2021-03-31 16:02:32 -03:00
Cody Henthorne
b65d9ffaed
Fix KitKat crash when showing cell service warning during registration.
2021-03-31 16:02:32 -03:00
Cody Henthorne
0fc73c3a6f
Remove Group Calling feature flag.
2021-03-31 16:02:31 -03:00
Cody Henthorne
57fdc1b223
Include pin reminder preference in settings backup.
2021-03-23 10:34:56 -04:00
Fumiaki Yoshimatsu
22d5fc6cba
Fix shape of message bubbles in RTL langauges.
...
Fixes #9894
2021-03-23 08:58:33 -04:00
Sgn-32
c36f9646f9
Fix bugs with RTL languages and showing/entering backup code.
...
Fixes #10193
Fixes #10195
2021-03-22 15:52:05 -04:00
Fumiaki Yoshimatsu
45e11f6291
Fix continue arrow icon for RTL.
...
Fixes #10914 .
2021-03-22 15:50:43 -04:00
Fumiaki Yoshimatsu
2893c3dc0e
Fix RTL bug in lockscreen timeout dialog.
...
Fixes #9892
2021-03-22 15:50:09 -04:00
Chris Eager
09cba8774d
Add support for verification codes without an internal hyphen
2021-03-19 14:38:30 -05:00
Greyson Parrelli
41129f7c50
Add tracing to a few critical jobs.
2021-03-19 09:28:04 -04:00
Greyson Parrelli
44d014c445
Bump version to 5.5.5
2021-03-18 11:24:29 -04:00
Greyson Parrelli
51e086b20e
Updated language translations.
2021-03-18 11:24:09 -04:00
Greyson Parrelli
d71a5c99f4
Fix crash in migration job retries.
2021-03-18 11:18:08 -04:00
Greyson Parrelli
fb0243a029
Fix issue with websocket connection after reregistering.
...
Big shoutout to @jonahbeckford for the investigation here. Thanks!
Fixes #10939
Fixes #11095
2021-03-18 11:07:34 -04:00
Greyson Parrelli
713441d9cb
Bump version to 5.5.4
2021-03-17 19:11:15 -04:00
Greyson Parrelli
451f0fd12b
Updated language translations.
2021-03-17 19:10:53 -04:00
Cody Henthorne
5a84fa5a80
Fix device transfer stall if screen is locked during transfer.
2021-03-17 16:46:25 -04:00
Greyson Parrelli
751ba8d1c2
Bump version to 5.5.3
2021-03-17 14:12:40 -04:00
Greyson Parrelli
974ed439a4
Updated language translations.
2021-03-17 14:12:40 -04:00
Greyson Parrelli
0172c1e385
Prevent crashing on duplicate gv1 storage records.
2021-03-17 14:12:40 -04:00
Cody Henthorne
faa19acf81
Include additional settings in backup.
2021-03-17 14:12:40 -04:00
Cody Henthorne
1f9afb6c6e
Use new Signal logo for more notifications.
2021-03-17 14:12:40 -04:00
Cody Henthorne
5d96bc2d3a
Allow choose backup restore flow to work on pre-API29 devices.
2021-03-17 14:12:40 -04:00
Cody Henthorne
9366596f5f
Fix discrepancy in message counting between export and import backups.
2021-03-17 14:12:40 -04:00
Cody Henthorne
45178b3eb3
Keep old device inactive after a successful transfer.
2021-03-17 14:12:40 -04:00
Greyson Parrelli
31e3e37c9b
Improve logging for remapped recipients.
2021-03-16 15:57:14 -04:00
Alan Evans
e1489bb407
Exclude junit brought in by spongycastle.
2021-03-16 14:25:09 -03:00
Greyson Parrelli
8b50d8645a
Add back private PlayStoreUtil constructor.
...
It was taken out in a public PR, thought I added it back in, but
apparently didn't.
2021-03-16 11:35:18 -04:00
Greyson Parrelli
796fdb1cf6
Bump version to 5.5.2
2021-03-16 10:52:56 -04:00
Greyson Parrelli
5203d40804
Updated language translations.
2021-03-16 10:45:43 -04:00
Yannick Verdie
21252aad0f
Request storage permission when adding additional media.
2021-03-16 10:45:31 -04:00
Alex Hart
0c535904fc
Restart activity in onNewIntent if activity is not yet initialized.
2021-03-16 11:37:40 -03:00
Cody Henthorne
490944a02a
Improve UI/UX around device transfer.
2021-03-16 10:18:02 -04:00
Alex Hart
9e56441d4a
Fix several issues with contact name syncing.
2021-03-16 10:52:59 -03:00
Alan Evans
d83c3d35eb
Ensure Job factories pass the parameters to their created Jobs.
2021-03-16 10:07:21 -03:00
Alan Evans
8f26d63d6f
System name split migration.
2021-03-16 09:55:57 -03:00
Alan Evans
75c520097a
Gradle witness checksums.
2021-03-15 19:54:12 -03:00
Leptopoda
38375982dd
Don't ask for Play Store rating in website builds.
2021-03-15 12:35:57 -04:00