Nicholas
3d14c05114
Surround phone numbers with LTR unicode mark.
...
This also removes the previous TextView LTR flag that I had initially added for a one-off.
2022-10-24 21:00:17 -03:00
Greyson Parrelli
3687021051
Update logging to match desktop and iOS.
2022-10-20 17:50:09 -04:00
Cody Henthorne
690e1e60ba
Improve error reporting for SMS export.
2022-10-19 22:11:31 -04:00
Cody Henthorne
7fccbd44c0
Fix infinite export loop and improve general error handling.
2022-10-18 16:06:37 -04:00
Cody Henthorne
b6db7e7af6
Add phased SMS removal UX.
2022-10-13 16:32:51 -04:00
Alex Hart
c47a724654
Add support for new group story display states.
2022-09-28 11:33:35 -04:00
Nicholas Tinsley
b9f4dc3fe9
Specify exported status and PendingIntent mutability.
...
Also reduce shake sampling frequency, add coarse location permission.
Random things for targetSdk 32.
2022-09-28 11:33:35 -04:00
Greyson Parrelli
115d1fcf63
Improve handling of unregistered users in storage service.
2022-09-28 11:33:31 -04:00
Alex Hart
9b9453734c
Implement new API endpoints for Usernames.
2022-09-13 13:07:42 -04:00
Greyson Parrelli
61498037f3
Add support for PniSignatureMessages.
2022-08-24 18:16:42 -04:00
Greyson Parrelli
a56dd5ca87
Avoid a false positive in DeadlockDetector.
2022-08-24 17:09:01 -04:00
Alex Hart
f341e02fb7
Story privacy screen updates.
2022-08-18 16:01:05 -04:00
Alex Hart
5212b33b47
Add sms export library and sample app.
2022-08-09 16:23:44 -04:00
Greyson Parrelli
91d3f331e5
Make CameraX blocklist remote configurable.
2022-08-09 16:23:44 -04:00
Cody Henthorne
83b97d274f
Add support for PNI registration ids and PNP change number.
2022-08-09 16:23:44 -04:00
Cody Henthorne
c2b5407911
Change batch identity check timing behavior.
2022-08-02 14:36:30 -04:00
Cody Henthorne
9f4d8ac12c
Fix contact discovery refresh crash.
2022-07-27 13:12:58 -04:00
Alex Hart
e69d944f11
Add logging for unread thread ids.
2022-07-21 13:18:20 -04:00
Greyson Parrelli
a3802d0af0
Avoid potential false positive in DeadlockDetector.
2022-07-05 10:38:21 -04:00
Cody Henthorne
9bc25132c3
Add new My Story privacy settings.
2022-06-29 15:32:25 -04:00
Cody Henthorne
e0f3e34899
Attempt to get service name in start foreground exception stack trace.
2022-05-26 14:24:57 -03:00
Cody Henthorne
db4d072bd9
Upgrade kotlin to 1.6.21
...
Also fix a collection of warnings.
2022-05-18 14:05:17 -04:00
Greyson Parrelli
9ab275195f
Add support for CDSI.
2022-05-18 11:54:17 -04:00
Cody Henthorne
bb963f9210
Add remote megaphone.
2022-05-12 10:42:21 -03:00
Alex Hart
eaf36be9f6
NotificationThread migration.
2022-05-12 10:42:21 -03: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
d3096c56cb
Basic client usage of CDSHv2.
...
This provides a basic (read: useful-for-development-yet-broken) client
usage of CDSHv2.
2022-04-15 16:07:14 -04:00
Cody Henthorne
bb5edccf34
Update view count in My Story view.
2022-04-08 12:19:26 -04:00
Greyson Parrelli
d409278dd5
Do not allow emoji in image editing if device doesn't support it.
2022-04-06 12:37:43 -04:00
Greyson Parrelli
98b9cc23e4
Add extension functions to improve writability of database queries.
2022-04-06 12:37:43 -04:00
Greyson Parrelli
77ea2deada
Move more util classes to core-util.
2022-04-06 12:36:32 -04:00
Greyson Parrelli
390b7ff834
Convert SqlUtil to Kotlin.
2022-04-06 12:36:32 -04:00
Greyson Parrelli
0e4187b062
Use existing contact type for our linked entry. Add test to sample app.
...
Fixes #9431
Closes #9434
Co-authored-by: swatts <github@stargw.net>
2022-04-06 12:36:32 -04:00
Greyson Parrelli
b9ce38b85b
Don't allow KEEP_LONGER logs to get too large.
2022-03-28 19:07:21 -04:00
Greyson Parrelli
135fde68c1
Migrate some cursor utils to core-util.
2022-03-28 19:07:20 -04:00
Greyson Parrelli
8fb598e60a
Restart app after refreshing remote config via internal settings.
2022-03-28 19:07:20 -04:00
Greyson Parrelli
057231b9c3
Update libsignal-client to 0.14.0
2022-03-17 12:12:56 -04:00
Cody Henthorne
69dc31681d
Apply server returned group patch instead of local only.
2022-03-08 10:41:37 -04:00
Greyson Parrelli
9594be8fcf
Add a 'Recent' tab to Spinner.
2022-03-01 10:47:23 -05:00
Greyson Parrelli
b3f4e0a7fe
Move scrubber to proper package.
2022-02-16 14:12:34 -05:00
Greyson Parrelli
4db58a27a1
Add an ipv4 scrubber.
2022-02-16 14:12:34 -05:00
Alan Evans
ac90eeb42f
Protoc update to 3.18.0
...
Windows and M1 gradle verification sha256 values.
Using: gradlew --write-verification-metadata sha256 help
But aapt2 artifact had to be manually added.
Fixes #11871 , Fixes #11878 , Closes #11877
2022-01-03 10:17:17 -05:00
Cody Henthorne
eaf72b194f
Include exception message in stack trace.
2021-12-20 13:31:18 -05:00
Rashad Sookram
4ae129d2af
Use Gradle dependency verification.
...
Generated by running:
./gradlew --write-verification-metadata sha256 qa --rerun-tasks
2021-12-16 14:48:25 -05:00
Alex Hart
9434894dff
Add additional logging around boost amounts.
2021-12-02 13:55:21 -04:00
Alex Hart
f9a2208832
Fix non-standard numeral entry.
2021-12-01 15:53:55 -04:00
Cody Henthorne
22e79a045c
Fix boosts made in UGX.
2021-11-22 22:44:10 -05:00
Alex Hart
f260633c9d
Update payment failure ux.
2021-11-19 16:28:39 -05:00
Alex Hart
18cf55b156
Fix error when trying to create payment in languages which use , instead of .
2021-11-19 08:45:10 -04:00