session-android/src/org/thoughtcrime/securesms/jobs
Moxie Marlinspike 18aa202695 Really really delay SMS processing until sqlcipher migration completes
Blocking the SMS job on the screen lock isn't enough, since then
the job races against the migration.

Fixes #7390
2018-02-26 14:02:12 -08:00
..
requirements Really really delay SMS processing until sqlcipher migration completes 2018-02-26 14:02:12 -08:00
AttachmentDownloadJob.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
AttachmentFileNameJob.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
AvatarDownloadJob.java Update service lib to 2.7.0 2018-01-18 10:01:41 -08:00
CleanPreKeysJob.java Start increasing frequency of signed prekey rotation 2017-01-06 09:19:58 -08:00
ContextJob.java Switch to using our own JobManager. 2014-10-20 19:13:06 -07:00
CreateSignedPreKeyJob.java Start increasing frequency of signed prekey rotation 2017-01-06 09:19:58 -08:00
DirectoryRefreshJob.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
GcmRefreshJob.java Lets limit GCM refresh to every 6hrs, and only retry once 2017-03-17 10:40:34 -07:00
MasterSecretJob.java Let's have JobManager only deal with checked exceptions. 2014-11-12 15:29:58 -08:00
MmsDownloadJob.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
MmsReceiveJob.java No need for a RecipientFactory any longer 2017-08-28 10:30:50 -07:00
MmsSendJob.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
MultiDeviceBlockedUpdateJob.java Support for read receipts 2017-10-01 22:36:52 -07:00
MultiDeviceContactUpdateJob.java Update service lib to 2.7.0 2018-01-18 10:01:41 -08:00
MultiDeviceGroupUpdateJob.java Update service lib to 2.7.0 2018-01-18 10:01:41 -08:00
MultiDeviceProfileKeyUpdateJob.java Update service lib to 2.7.0 2018-01-18 10:01:41 -08:00
MultiDeviceReadReceiptUpdateJob.java Sync read receipt configuration to sibling devices 2017-10-01 22:36:52 -07:00
MultiDeviceReadUpdateJob.java Support for read receipts 2017-10-01 22:36:52 -07:00
MultiDeviceVerifiedUpdateJob.java Support for read receipts 2017-10-01 22:36:52 -07:00
PushContentReceiveJob.java Support for read receipts 2017-10-01 22:36:52 -07:00
PushDecryptJob.java Wait to process messages until after migration when screenlocked 2018-02-04 11:26:02 -08:00
PushGroupSendJob.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
PushGroupUpdateJob.java Support for read receipts 2017-10-01 22:36:52 -07:00
PushMediaSendJob.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
PushNotificationReceiveJob.java Support for read receipts 2017-10-01 22:36:52 -07:00
PushReceivedJob.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
PushSendJob.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
PushTextSendJob.java More MasterSecret cleanup 2018-02-01 19:22:48 -08:00
RefreshAttributesJob.java Archive sessions and generate new registration id on re-register 2017-07-05 13:13:53 -07:00
RefreshPreKeysJob.java Archive sessions and generate new registration id on re-register 2017-07-05 13:13:53 -07:00
RequestGroupInfoJob.java Support for read receipts 2017-10-01 22:36:52 -07:00
RetrieveProfileAvatarJob.java Move more system contact info into recipient database 2017-11-30 10:26:41 -08:00
RetrieveProfileJob.java Access all RecipientDatabase settings directly from Recipient 2017-08-28 10:30:50 -07:00
RotateSignedPreKeyJob.java Start increasing frequency of signed prekey rotation 2017-01-06 09:19:58 -08:00
SendJob.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
SendReadReceiptJob.java Support for read receipts 2017-10-01 22:36:52 -07:00
SmsReceiveJob.java Really really delay SMS processing until sqlcipher migration completes 2018-02-26 14:02:12 -08:00
SmsSendJob.java Remove unnecessary body model 2018-02-01 18:29:09 -08:00
SmsSentJob.java Migrate from SQLite and ciphertext blobs to SQLCipher + KeyStore 2018-01-30 17:27:05 -08:00
TrimThreadJob.java Do thread trimming as JobManager job rather than AsyncTask. 2014-11-24 22:50:32 -08:00
UpdateApkJob.java Make UpdateApkJob use a timed wakelock 2017-04-10 09:25:52 -07:00