Greyson Parrelli
99bd8e82ca
Do not process messages while change number is happening.
2023-04-05 16:40:23 -03:00
Greyson Parrelli
bbdf54097e
Prevent certain types of circular job dependencies.
2023-04-05 16:40:23 -03:00
Greyson Parrelli
db5f8707ec
Remove TracingExecutors.
2023-04-05 16:40:23 -03:00
Greyson Parrelli
7c8de901f1
Store Job data as bytes.
2023-03-22 14:28:09 -04:00
Greyson Parrelli
1210b2af0f
Some additional decryption perf improvements.
2023-03-22 14:28:09 -04:00
Greyson Parrelli
baece9823b
Remove log when enqueuing job within a transaction.
...
Found the bug I put the logging in for, and now this log happens way to
much after the decryption batching.
2023-03-20 17:39:09 -04:00
Clark
79a062c838
Introduce thread priorities for threads and handlerthreads.
2023-03-20 17:39:08 -04:00
Greyson Parrelli
1b2cb2637f
Perform decryptions inline.
2023-03-08 15:06:50 -04:00
Alex Hart
e222f96310
Add username sync job to be run after new registrations.
2023-03-08 15:06:50 -04:00
Greyson Parrelli
81fc99724d
Move the Job#onSubmit call to be outside of the JobController lock.
2023-03-06 10:48:18 -05:00
Greyson Parrelli
7348224dc2
Prevent thread trimming from gumming up the database.
2023-01-27 17:42:22 -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
c6f29fc950
Migrate queued jobs during SMS migration.
2022-12-30 15:11:56 -05:00
Greyson Parrelli
7949996c5c
Renamed database classes to table classes.
...
Because they're not databases. They're tables.
2022-11-30 17:10:36 -05:00
Alex Hart
ca36eaacce
Add support for separate story view receipt control.
...
This reverts commit 1046265d23
.
2022-10-20 21:52:54 -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
Cody Henthorne
3252871ed5
Replace prekey jobs with one overall sync job.
2022-08-18 16:01:05 -04:00
Greyson Parrelli
c6be427883
Add support for resending badly-encrypted stories.
2022-08-18 09:27:20 -03:00
Greyson Parrelli
df3399bde5
Remove processing of inbound GV1 messages.
2022-08-02 14:36:29 -04:00
Greyson Parrelli
04cf8676cc
Remove concept of 'highTrust' that is no longer necessary.
2022-07-11 13:35:53 -03:00
Alex Hart
ebc556801e
Ensure story media is only uploaded once.
2022-06-29 15:32:25 -04:00
Greyson Parrelli
1446af97a2
Use newer CellService observer when possible.
2022-04-26 12:15:50 -04:00
Cody Henthorne
ac9257ec1c
Revert "Track inconsistencies between new and old network availability for internal users."
...
This reverts commit 007975e7da
.
2022-03-28 19:07:20 -04:00
Cody Henthorne
403958fed3
Handle 1:1 call reconnecting events.
2022-03-28 19:07:20 -04:00
Greyson Parrelli
142979ce93
Add job to clean up early message receipts.
2022-03-28 19:07:20 -04:00
Cody Henthorne
007975e7da
Track inconsistencies between new and old network availability for internal users.
2022-03-21 17:21:42 -04:00
Cody Henthorne
7e6fcb80a3
Revert all new network detection API usage and refactorings.
2022-03-21 12:21:46 -04:00
Cody Henthorne
f91494f813
Remove newer network detection APIs.
2022-03-17 16:02:43 -04:00
Greyson Parrelli
8bb27b60fa
Revert "Fix data race preventing some story sends."
...
This reverts commit cde70269817464880ddb8e2c67e59ca8b571073b.
2022-03-17 16:02:42 -04:00
Alex Hart
8c7b6293fb
Fix data race preventing some story sends.
2022-03-17 12:12:56 -04:00
Greyson Parrelli
057231b9c3
Update libsignal-client to 0.14.0
2022-03-17 12:12:56 -04:00
Greyson Parrelli
c7016aa462
Fallback to legacy network detection.
2022-03-15 11:28:31 -04:00
Greyson Parrelli
a484d48377
Update network connectivity observer to be more optimistic.
2022-03-10 11:21:21 -05:00
Cody Henthorne
92978b0e3f
Fix permission crash with new networking check on API<23.
2022-02-02 19:40:22 -05:00
Cody Henthorne
f091502949
Use newer APIs for detecting network changes.
2022-02-02 16:50:58 -05:00
Rashad Sookram
35d0f1fc8c
Revert "Fix dynamic language override for app context."
...
This reverts commit 75a19ada23f4fc0d5111fb74d234c7c6f48ba503.
2022-01-24 12:05:29 -05:00
Rashad Sookram
fd6a2c6b10
Fix dynamic language override for app context.
...
Fixes #11889
2022-01-24 12:04:48 -05:00
Cody Henthorne
bfdedd57d1
Update jumbomoji processing and downloading.
2022-01-21 10:31:43 -05:00
Brian Moyer
79d73c9e74
Fix WiFi SMS setting.
...
Fixes #11898
2022-01-18 10:43:38 -05:00
Greyson Parrelli
5c27842a01
Include queue in job logs.
2022-01-03 11:28:10 -05:00
Greyson Parrelli
843ed24bbb
Introduce SignalDatabase as the main database entrypoint.
2021-11-18 12:36:52 -05:00
Greyson Parrelli
51c86cab10
Add the ability to get the current state of a job.
2021-11-12 10:57:01 -04:00
Alex Hart
ca24682366
Fix a bunch UX bugs for donor badges.
2021-11-11 13:46:38 -04:00
Greyson Parrelli
049ba6a706
Remove WorkManager migration that is no longer necessary.
...
We migrated away from WorkManager over 2 years ago. We needed it at the
time because we wanted to migrate jobs that were scheduled on
WorkManager into the new system. However, at this point, the user's
client would have been expired for 2 years at the point of upgrade, and
there wouldn't be any jobs that need migrating.
2021-11-04 17:00:04 -04:00
Greyson Parrelli
c06fb81490
Render better crash stack traces for executors.
2021-11-04 17:00:04 -04:00
Greyson Parrelli
665d9e31f6
Separate thread updates into a job and other perf improvements.
2021-08-24 16:59:09 -03:00
Cody Henthorne
2830132b24
Reduce time to start PushTextSendJob.
2021-08-03 13:45:30 -03:00
Greyson Parrelli
58b070e6e3
Fix job info log formatting.
2021-06-25 17:25:59 -04:00