Signal-Android/app
AsamK 8f51bdcb78 Adapt maxInstancesForQueue to only consider instances of the same job.
Currently the maxInstancesForQueue limit checks the count of all jobs in a
given queue. If there are already too many jobs, the new job is discarded.

However this is not the expected behavior for the two jobs where it's used:
GroupCallPeekWorkerJob and AutomaticSessionResetJob
For both the expected behavior is that there aren't too many jobs of them
started, but that there will be at least one instance of them started.
Both of them use the same queue as the PushProcessMessageJob and the MarkerJob.
Those two jobs are often in the queue at the same time, effectively preventing
the GroupCallPeekWorkerJob and AutomaticSessionResetJob from being enqueued.
2021-02-08 14:26:59 -05:00
..
.tx
jni
proguard
sampledata
src Adapt maxInstancesForQueue to only consider instances of the same job. 2021-02-08 14:26:59 -05:00
build.gradle Bump libsignal-client to 0.2.3 2021-02-05 15:18:56 -05:00
lint-baseline.xml
lint.xml Exclude non-translatable multiline blocks. 2020-08-06 20:57:50 -04:00
translations.gradle Add Taqbaylit language support. 2021-01-22 10:59:42 -04:00
witness-verifications.gradle Bump libsignal-client to 0.2.3 2021-02-05 15:18:56 -05:00