Michelle Tang
eb1cf8d62f
Add chat folder support to storage service.
2025-04-09 15:27:46 -04:00
Cody Henthorne
ecb040ce98
Convert donations apis to WebSocket.
2025-04-09 15:27:46 -04:00
Michelle Tang
a073785407
Update system default language when switching.
2025-04-02 15:39:54 -04:00
Greyson Parrelli
17216316f6
Dynamically compute MediaName and MediaId.
2025-03-31 14:44:06 -04:00
Sagar
e88db06c8b
Add "Tap to remove" option for emoji in ReactionsBottomSheet.
2025-03-26 13:59:12 -04:00
Jeffrey Starke
0f72c6face
Fix missing toast message after write external storage permission is denied while saving an attachment.
...
`AttachmentSaver` was missing logic to show a toast message after the user denies `WRITE_EXTERNAL_STORAGE` permission.
#### Changeset
- Add missing toast after write external storage permission is denied.
- Add unit test coverage for `AttachmentSaver` result messages.
- Rename `AttachmentSaver` string resource names so they all have the same prefix.
2025-03-26 13:59:12 -04:00
Michelle Tang
82bb18e218
Clean up chat folder records.
2025-03-26 13:59:11 -04:00
Jeffrey Starke
293012c219
Add unit test coverage for AttachmentSaver.
2025-03-26 13:59:11 -04:00
Cody Henthorne
095ae82483
Convert remote config apis to WebSocket.
2025-03-26 13:59:11 -04:00
Alex Hart
4b3013984e
Add unit tests to check for unregistered state.
2025-03-26 13:59:11 -04:00
Alex Hart
5d4fec2e73
Utilize newBuilder instead of copy in unit test.
2025-03-26 13:59:11 -04:00
Alex Hart
ac4db23709
Add test for unregistered user state to InAppPaymentRecurringContextJobTest.
2025-03-26 13:59:11 -04:00
Alex Hart
e3356163bf
Fix unit tests missing isRegistered check.
2025-03-26 13:59:11 -04:00
Alex Hart
f6aa324d41
Add unit testing for SharedInAppPaymentPipeline.
2025-03-26 13:59:11 -04:00
Cody Henthorne
d3f622478f
Convert remaining profile apis to use WebSockets and remove REST fallback.
2025-03-26 13:59:11 -04:00
Cody Henthorne
c66819449d
Convert provisioning and certificate endpoints to WebSocket and finalize attachments.
2025-03-26 13:59:11 -04:00
Cody Henthorne
aeec3a6f7e
Convert prekey requests to WebSocket.
2025-03-26 13:59:11 -04:00
Cody Henthorne
41e0f2193a
Convert SVR and GV2 auth requests to WebSocket.
2025-03-26 13:59:11 -04:00
Cody Henthorne
9e9a47f0da
Convert WebSocket messaging apis to NetworkResult.
2025-03-26 13:59:11 -04:00
Alex Hart
7cc4677120
Migrate paypal and stripe interactions to durable background jobs.
2025-03-26 13:59:11 -04:00
Cody Henthorne
d2006853c7
Start new style messsage api and convert report spam to WebSocket.
2025-03-12 16:15:41 -04:00
Cody Henthorne
61a8636217
Convert rate limit apis to WebSocket.
2025-03-12 16:15:41 -04:00
Cody Henthorne
86b2fe9742
Convert storage service auth to WebSocket.
2025-03-12 16:15:41 -04:00
Cody Henthorne
6aca7c9194
Convert CDSI auth to WebSocket and service to NetworkResult.
2025-03-12 16:15:41 -04:00
Cody Henthorne
92e590aa3b
Convert calling and payments apis to WebSocket.
2025-03-12 16:15:41 -04:00
Cody Henthorne
cf78c76bbb
Convert chat-based backup calls to WebSocket.
2025-03-12 16:15:40 -04:00
Cody Henthorne
305b380fef
Convert all account based calls to WebSocket.
2025-03-12 16:15:40 -04:00
Cody Henthorne
c38342e2fb
Convert device linking apis to use websockets.
2025-03-12 15:34:49 -04:00
Cody Henthorne
93d18c1763
Separate and kotlinize websockets.
2025-03-12 15:34:48 -04:00
Greyson Parrelli
f0f25ae12e
Use the new avatar color hash algorithm.
2025-03-12 15:34:48 -04:00
Greyson Parrelli
9c473fb570
Improve and centralize e164 utils.
2025-03-04 15:58:21 -05:00
Greyson Parrelli
e9e62b98f3
Move bidi methods to BidiUtil.
2025-03-04 15:58:21 -05:00
Cody Henthorne
d0b6d6fdeb
Migrate to shared class hierarchy for unit based database tests.
2025-03-04 15:58:21 -05:00
Greyson Parrelli
1b01532327
Update to the standard SignalService.proto
2025-02-12 16:22:52 -05:00
Cody Henthorne
b82d16abcb
Update last seen logic to used last read message instead of now timestamp.
2025-02-12 16:22:52 -05:00
Alex Hart
48cac37914
Strip spaces from IBAN values before attempting to validate and transform them.
2025-02-11 15:31:06 -05:00
Alex Hart
216c29c206
Add CallScreenMediator pattern to facilitate moving from views to compose.
2025-02-11 15:31:06 -05:00
Cody Henthorne
ecc573f6b5
Fix note to self sorting by profile name in search bug.
2025-02-11 15:31:06 -05:00
Cody Henthorne
d028fcff8b
Ignore status code errors for group updates if Signal timestamp header missing.
2025-02-05 16:55:11 -05:00
Cody Henthorne
fe44789d88
Revamp restore decisions state and flesh out post registration restore options.
2025-02-05 16:55:11 -05:00
Angelin Scheidweiler
a76e271f20
Enforce no grouping in currency formatter, to be consistent with MoneyFilter.
...
Fixes #13922
Resolves #13923
2025-02-05 16:55:10 -05:00
Alex Hart
c723bc812a
ActiveSubscription state error unit tests for recurring job.
2025-01-29 15:30:47 -05:00
Alex Hart
b5f323d4af
Add unit tests for InAppPaymentRecurringContextJob.
2025-01-28 10:57:55 -05:00
Alex Hart
0b24e42448
Improve call tab performance.
2025-01-16 16:24:29 -05:00
Cody Henthorne
93604f53d4
Fix incorrect left group in local state bug.
2025-01-15 11:50:00 -05:00
Michelle Tang
d4c8c16df3
Notify a user when they link a device.
2025-01-13 21:49:50 -05:00
Jameson Williams
1509e3ed79
Convert tests from Hamcrest -> AssertK.
2025-01-13 21:49:49 -05:00
Jameson Williams
33c918defd
Convert tests to Kotlin, remove Hamcrest.
...
Resolves #13884
2025-01-13 21:49:49 -05:00
Alex Hart
c5207cb8a6
Ensure filter is not retriggered when formatting.
...
Fixes #13876
2025-01-06 13:00:31 -04:00
Greyson Parrelli
31897b4c4b
Update more libraries.
2024-12-21 12:39:11 -05:00