Commit Graph

18 Commits (0d01feebc333cca0bde1a25da2484204d828b859)

Author SHA1 Message Date
Moxie Marlinspike 1cb191a6ee Move targetSdkVersion back down to 19.
// FREEBIE
10 years ago
Jake McGinty 8fa2f92a91 use latest appcompat and build tools, add dagger pin
// FREEBIE
10 years ago
Moxie Marlinspike bd3d9ac533 Update JobManager README.md
// FREEBIE
10 years ago
agrajaghh 85670d95ee Fix README.md formatting
// FREEBIE

Closes #2101
10 years ago
Moxie Marlinspike 3d1007d101 Added README
// FREEBIE
10 years ago
Moxie Marlinspike 35821d444e Move responsibility for Context injection out of JavaSerializer.
// FREEBIE
10 years ago
Moxie Marlinspike 3cd7c2d8e5 libjobqueue javadoc and scoping.
// FREEBIE
10 years ago
Jake McGinty 31b9dcb5eb stop crashes when sending sms
// FREEBIE
10 years ago
Moxie Marlinspike 0d06d50a65 Let's have JobManager only deal with checked exceptions.
Also, switch to Builder for JobManager construction.
10 years ago
Moxie Marlinspike 9a6f65988f Add support for dependency injection, and accompanying tests. 10 years ago
Moxie Marlinspike cafe03a70a Transition the outbound pipeline to JobManager jobs. 10 years ago
Moxie Marlinspike a3f1d9cdfd Beginning of libtextsecure refactor.
1) Break out appropriate components.

2) Switch the incoming pipeline from SendReceiveService to
   the JobManager.
10 years ago
agrajaghh 306da92031 Test case and fix for deferred jobs.
Closes #2033
10 years ago
Moxie Marlinspike c3eb0ea9db Check job requirements are satisfied in between retry iterations.
// FREEBIE
10 years ago
Moxie Marlinspike 8d6b9ae43e Incorporate PR feedback. Add license and eliminate duplicate code.
// FREEBIE
10 years ago
Moxie Marlinspike a95cc0eba2 Switch to byte array.
// FREEBIE
10 years ago
Moxie Marlinspike 58d101ff2e Support for job "group ids."
A job can specify a group id, and jobs with the same group id
will run sequentially.
10 years ago
Moxie Marlinspike 544f06451f Persistent job queue, derivative of android-priority-jobqueue.
// FREEBIE
10 years ago