Greyson Parrelli
11db59d8a1
Improve the Android 12 splash screen.
2022-04-27 14:44:00 -04:00
Greyson Parrelli
39a11ce26c
Ensure message resends are called on a background thread.
2022-04-27 14:24:50 -04:00
Greyson Parrelli
8bb1b2d596
Ignore empty profile fetches in RefreshOwnProfileJob.
2022-04-27 14:15:27 -04:00
Alex Hart
3f1abe05fc
Allow users to copy Subscription ID to clipboard.
2022-04-27 12:47:24 -03:00
Greyson Parrelli
08ac99b4c1
Fix crash around unbinding GenericForegroundService.
2022-04-27 10:34:04 -04:00
Greyson Parrelli
ebf2ef65e2
Add log section for the last thread dump during a possible deadlock.
2022-04-27 10:30:30 -04:00
Greyson Parrelli
8cb74fb776
Improve updates to CdsDatabase.
2022-04-26 13:59:51 -04:00
Greyson Parrelli
eccb796199
Ensure that destinationUuid is always populated.
2022-04-26 12:16:58 -04:00
Greyson Parrelli
4635a77fbc
Improve logging in base identity store.
2022-04-26 12:16:58 -04:00
Greyson Parrelli
9505c3d070
Prevent failed Spinner transforms from blocking query.
2022-04-26 12:16:58 -04:00
Cody Henthorne
657a9c7b0a
Add ability to reject group invite by PNI.
2022-04-26 12:16:58 -04:00
Alex Hart
e22560a794
Add dialog to nav to story or profile photo.
2022-04-26 12:15:50 -04:00
Alex Hart
c081193373
Add helper text at the bottom of the private stories list.
2022-04-26 12:15:50 -04:00
Alex Hart
d23faf4278
Always allow story error slate this->this transition.
2022-04-26 12:15:50 -04:00
Alex Hart
da7e4cefd5
Add properly tinted conversation tab icons.
2022-04-26 12:15:50 -04:00
Sgn-32
0d9a5ef9a6
Fix SMS delivery reports
2022-04-26 12:15:50 -04:00
Victor Ding
e5aea7c49e
Replace non-ASCII characters in comments to their ASCII equivalent
...
Fixes #12201
2022-04-26 12:15:50 -04:00
Greyson Parrelli
b8c42fa57e
Filter out invalid phone numbers from system contacts.
...
Some phones are putting UUIDs in phone number fields. Who knows why.
Fixes #12191
2022-04-26 12:15:50 -04:00
Cody Henthorne
2a086ad574
Prevent VerifiedMessages from altering self.
2022-04-26 12:15:50 -04:00
Cody Henthorne
33346d8033
Fix bug with receiving GV2 message for previously unknown group.
2022-04-26 12:15:50 -04:00
Greyson Parrelli
1446af97a2
Use newer CellService observer when possible.
2022-04-26 12:15:50 -04:00
Alex Hart
64b5dad783
Fix text story preview on incoming 1to1 replies.
2022-04-26 12:15:50 -04:00
Alex Hart
a6e7f9a4c1
Fix incorrect column in query.
2022-04-26 12:15:50 -04:00
Greyson Parrelli
70b0a120f0
Fix partial contact syncs and ignore your own contact info.
2022-04-26 12:12:17 -04:00
Jim Gustafson
4a6569fa1c
Update to RingRTC v2.20.2
2022-04-26 12:12:17 -04:00
Greyson Parrelli
f5173fa6f5
Update libsignal-client to 0.16.0
2022-04-26 12:12:17 -04:00
Greyson Parrelli
5478285362
Improve contact sync for individual contacts.
2022-04-26 12:12:17 -04:00
Alex Hart
e2292dfa34
Add handling for story reply sync messages.
2022-04-26 12:12:17 -04:00
Alex Hart
17111abc72
Add support for smarter story downloads.
2022-04-26 12:12:13 -04:00
Cody Henthorne
c4bc2162f2
Bump version to 5.36.3
2022-04-26 11:55:37 -04:00
Cody Henthorne
bfd966217f
Updated language translations.
2022-04-26 11:49:27 -04:00
Greyson Parrelli
797c02e893
Improve reliability of launching FCM foreground service.
...
We were getting weird errors around the service not calling
startForeground() that I couldn't reproduce. I figure it must be
something with how we only sometimes start the FcmFetchService in the
foreground. So I think the safest thing to do is to just use
GenericForegroundService.
2022-04-26 11:22:01 -04:00
Cody Henthorne
65372e547a
Auto-decline invites to a group by a blocked user.
2022-04-25 13:41:50 -04:00
Alex Hart
2454b2e0db
Fix crash when trying to access media controller after activity is destroyed and reference is nullified.
2022-04-25 10:29:30 -03:00
Alex Hart
0505a46603
Fix crash when item animation ends after we leave fragment.
2022-04-25 10:09:28 -03:00
Alex Hart
7f77cd6a22
Prevent crash when user quickly leaves the share fragment.
2022-04-25 10:04:21 -03:00
Alex Hart
efe7b3099f
Bump version to 5.36.2
2022-04-22 16:50:21 -03:00
Alex Hart
26a831b49f
Updated language translations.
2022-04-22 16:50:21 -03:00
Alex Hart
a3a5bb8177
Fix direct shares.
2022-04-22 16:50:21 -03:00
Alex Hart
4282f3eb6d
Add explicit export to ShareActivity.
2022-04-22 16:50:21 -03:00
Greyson Parrelli
8a49db650a
Do not show SMS contacts as shortcuts if we're not the SMS app.
2022-04-22 16:50:21 -03:00
Greyson Parrelli
fadd4ac61e
Fix possible index out of bounds exception in ConversationAdapter.
...
If we're deferring to super.getItem(), then we should be guarding with
super.getItemCount().
2022-04-22 16:50:21 -03:00
Alex Hart
d0c14895d0
Fix crash when parent does not implement optional bottom sheet callback.
2022-04-22 16:50:21 -03:00
Greyson Parrelli
32ee18240b
Fix crash that occurs if we don't have permission to add an account.
2022-04-22 14:32:05 -04:00
Cody Henthorne
cd10aa90cc
Adjust tap area on forwarding fab.
2022-04-22 13:40:07 -04:00
Rashad Sookram
33d28c4359
Inset audio level indicator by nav bar height.
2022-04-22 12:36:05 -04:00
Greyson Parrelli
530403ec04
Updated emoji to version 14.0
2022-04-22 11:40:07 -04:00
Greyson Parrelli
f15072bc8d
Fix other group update description bugs and add tests.
2022-04-22 08:32:07 -04:00
Ehren Kret
8c2db972cf
Fix crash if recipient appears multiple times in group update description.
...
Without starting from start index, if the same recipient appears
multiple times in the recipient list, this function will crash.
2022-04-22 07:55:42 -04:00
Alex Hart
ff8f9ca81a
Bump version to 5.36.1
2022-04-21 12:45:39 -03:00