.. |
impl
|
Fix permission crash with new networking check on API<23.
|
2022-02-02 19:40:22 -05:00 |
migrations
|
Introduce SignalDatabase as the main database entrypoint.
|
2021-11-18 12:36:52 -05:00 |
persistence
|
Fix job info log formatting.
|
2021-06-25 17:25:59 -04:00 |
AlarmManagerScheduler.java
|
Use Log.tag where appropriate.
|
2021-03-31 16:02:32 -03:00 |
BootReceiver.java
|
Use Log.tag where appropriate.
|
2021-03-31 16:02:32 -03:00 |
CompositeScheduler.java
|
|
|
Constraint.java
|
Only schedule one job per constraint set.
|
2021-01-19 17:07:32 -04:00 |
ConstraintInstantiator.java
|
|
|
ConstraintObserver.java
|
|
|
Data.java
|
Implement the message send log for sender key retries.
|
2021-06-24 16:36:13 -04:00 |
DependencyInjector.java
|
|
|
ExecutorFactory.java
|
|
|
InAppScheduler.java
|
Use Log.tag where appropriate.
|
2021-03-31 16:02:32 -03:00 |
Job.java
|
Adapt maxInstancesForQueue to only consider instances of the same job.
|
2021-02-08 14:26:59 -05:00 |
JobController.java
|
Reduce time to start PushTextSendJob.
|
2021-08-03 13:45:30 -03:00 |
JobInstantiator.java
|
Ensure Job factories pass the parameters to their created Jobs.
|
2021-03-16 10:07:21 -03:00 |
JobLogger.java
|
Include queue in job logs.
|
2022-01-03 11:28:10 -05:00 |
JobManager.java
|
Add the ability to get the current state of a job.
|
2021-11-12 10:57:01 -04:00 |
JobMigration.java
|
|
|
JobMigrator.java
|
Move backoff calculation into jobs.
|
2021-01-28 18:44:04 -05:00 |
JobPredicate.java
|
Add reserved job runners for inbound and outbound messages.
|
2020-06-25 18:14:54 -04:00 |
JobRunner.java
|
Use Log.tag where appropriate.
|
2021-03-31 16:02:32 -03:00 |
JobSchedulerScheduler.java
|
Separate thread updates into a job and other perf improvements.
|
2021-08-24 16:59:09 -03:00 |
JobTracker.java
|
Add the ability to get the current state of a job.
|
2021-11-12 10:57:01 -04:00 |
JobUpdater.java
|
Handle 428 rate limiting.
|
2021-05-05 16:47:13 -04:00 |
KeepAliveService.java
|
Create a core-util module with some common utilities.
|
2020-12-05 13:44:13 -05:00 |
Scheduler.java
|
|
|