Signal-Android/app/src/main/java/org/thoughtcrime/securesms/jobs
Greyson Parrelli 6c3e1b6a29 Add internal preference to disable storage syncing.
Added to help debug certain scenarios, particularly around working with
emulator snapshots, since storage sync will often bring in state from earlier
snapshots you weren't expecting.
2021-09-16 13:32:25 -04:00
..
AttachmentCompressionJob.java Add photo media quality selector when sending images. 2021-05-10 19:30:11 -04:00
AttachmentCopyJob.java
AttachmentDownloadJob.java
AttachmentMarkUploadedJob.java
AttachmentUploadJob.java Use AttachmentsV2 if the resumable upload link from V3 becomes corrupted. 2021-08-26 10:24:20 -03:00
AutomaticSessionResetJob.java Add a write-through cache to the identity store. 2021-08-25 13:39:59 -04:00
AvatarGroupsV1DownloadJob.java
AvatarGroupsV2DownloadJob.java
BaseJob.java
CleanPreKeysJob.java
ClearFallbackKbsEnclaveJob.java
ConversationShortcutUpdateJob.java Migrate to new Share APIs. 2021-07-15 16:28:13 -04:00
CreateSignedPreKeyJob.java
DirectoryRefreshJob.java Rename StorageSyncJobV2 -> StorageSyncJob. 2021-04-28 16:36:11 -03:00
DownloadLatestEmojiDataJob.java Clear emoji cache after downloading a new set. 2021-09-16 14:17:38 -03:00
EmojiSearchIndexDownloadJob.java Set last search index download time. 2021-06-07 10:32:18 -04:00
FailingJob.java
FastJobStorage.java
FcmRefreshJob.java
GroupCallPeekJob.java
GroupCallPeekWorkerJob.java
GroupCallUpdateSendJob.java Improve mapping SignalServiceAddresses to Recipients. 2021-07-07 14:58:51 -03:00
GroupSendJobHelper.java Improve mapping SignalServiceAddresses to Recipients. 2021-07-07 14:58:51 -03:00
GroupV1MigrationJob.java
GroupV2UpdateSelfProfileKeyJob.java Reactively share profiles to those who should already have it. 2021-05-10 19:30:10 -04:00
JobManagerFactories.java Add Change Number capability and Conversation Update item. 2021-09-08 21:04:06 -04:00
KbsEnclaveMigrationWorkerJob.java
LocalBackupJob.java
LocalBackupJobApi29.java
MarkerJob.java
MmsDownloadJob.java Improve clarity around time conversions. 2021-07-29 16:24:20 -04:00
MmsReceiveJob.java
MmsSendJob.java
MultiDeviceBlockedUpdateJob.java Fix some issues around SignalServiceAddress creation. 2021-08-27 14:43:38 -03:00
MultiDeviceConfigurationUpdateJob.java Initial pre-alpha support for sender key. 2021-06-07 18:14:12 -04:00
MultiDeviceContactUpdateJob.java Add a write-through cache to the identity store. 2021-09-02 21:24:53 -04:00
MultiDeviceGroupUpdateJob.java Fix crash where we required a UUID from an unregistered user. 2021-08-24 16:59:09 -03:00
MultiDeviceKeysUpdateJob.java Initial pre-alpha support for sender key. 2021-06-07 18:14:12 -04:00
MultiDeviceMessageRequestResponseJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
MultiDeviceOutgoingPaymentSyncJob.java Initial pre-alpha support for sender key. 2021-06-07 18:14:12 -04:00
MultiDeviceProfileContentUpdateJob.java Initial pre-alpha support for sender key. 2021-06-07 18:14:12 -04:00
MultiDeviceProfileKeyUpdateJob.java Initial pre-alpha support for sender key. 2021-06-07 18:14:12 -04:00
MultiDeviceReadUpdateJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
MultiDeviceStickerPackOperationJob.java Initial pre-alpha support for sender key. 2021-06-07 18:14:12 -04:00
MultiDeviceStickerPackSyncJob.java Initial pre-alpha support for sender key. 2021-06-07 18:14:12 -04:00
MultiDeviceStorageSyncRequestJob.java Initial pre-alpha support for sender key. 2021-06-07 18:14:12 -04:00
MultiDeviceVerifiedUpdateJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
MultiDeviceViewedUpdateJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
MultiDeviceViewOnceOpenJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
NullMessageSendJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
PaymentLedgerUpdateJob.java
PaymentNotificationSendJob.java Separate thread updates into a job and other perf improvements. 2021-08-24 16:59:09 -03:00
PaymentSendJob.java Do not send if unregistered. 2021-05-26 00:39:59 -04:00
PaymentTransactionCheckJob.java
ProfileKeySendJob.java Improve mapping SignalServiceAddresses to Recipients. 2021-07-07 14:58:51 -03:00
ProfileUploadJob.java Fix race condition overriding profile on registration. 2021-09-16 14:17:38 -03:00
PushDecryptDrainedJob.java
PushDecryptMessageJob.java Move distribution message processing into the decryption phase. 2021-07-15 16:28:13 -04:00
PushGroupSendJob.java Add measurements, improve MSL insert. 2021-09-02 21:24:53 -04:00
PushGroupSilentUpdateSendJob.java Improve mapping SignalServiceAddresses to Recipients. 2021-07-07 14:58:51 -03:00
PushGroupUpdateJob.java Separate thread updates into a job and other perf improvements. 2021-08-24 16:59:09 -03:00
PushMediaSendJob.java Separate thread updates into a job and other perf improvements. 2021-08-24 16:59:09 -03:00
PushNotificationReceiveJob.java
PushProcessMessageJob.java
PushReceivedJob.java
PushSendJob.java Improve logging around rate-limiting. 2021-09-02 21:24:54 -04:00
PushTextSendJob.java Remove database notifications from within a transaction. 2021-09-07 23:13:13 -04:00
ReactionSendJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
RecipientChangedNumberJob.kt Add Change Number capability and Conversation Update item. 2021-09-08 21:04:06 -04:00
RefreshAttributesJob.java Add Change Number capability and Conversation Update item. 2021-09-08 21:04:06 -04:00
RefreshOwnProfileJob.java Fix race condition overriding profile on registration. 2021-09-16 14:17:38 -03:00
RefreshPreKeysJob.java
RemoteConfigRefreshJob.java
RemoteDeleteSendJob.java Improve mapping SignalServiceAddresses to Recipients. 2021-07-07 14:58:51 -03:00
ReportSpamJob.java Add report spam in message request state. 2021-05-17 17:03:21 -03:00
RequestGroupInfoJob.java Separate thread updates into a job and other perf improvements. 2021-08-24 16:59:09 -03:00
RequestGroupV2InfoJob.java
RequestGroupV2InfoWorkerJob.java
ResendMessageJob.java Add a write-through cache to the identity store. 2021-08-25 13:39:59 -04:00
ResumableUploadSpecJob.java
RetrieveProfileAvatarJob.java Fix several issues with new avatar picker. 2021-07-23 08:05:28 -04:00
RetrieveProfileJob.java Add a write-through cache to the identity store. 2021-09-02 21:24:53 -04:00
RotateCertificateJob.java
RotateProfileKeyJob.java Reactively share profiles to those who should already have it. 2021-05-10 19:30:10 -04:00
RotateSignedPreKeyJob.java
SendDeliveryReceiptJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
SenderKeyDistributionSendJob.java Add a write-through cache to the identity store. 2021-08-25 13:39:59 -04:00
SendJob.java Add additional logging to media send jobs. 2021-07-09 15:30:08 -04:00
SendReadReceiptJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
SendRetryReceiptJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
SendViewedReceiptJob.java Improve conversion of Recipient to SignalServiceAddress. 2021-08-24 16:59:09 -03:00
ServiceOutageDetectionJob.java
SmsReceiveJob.java
SmsSendJob.java Fix long SMS send with no service failure loop. 2021-08-13 13:58:38 -04:00
SmsSentJob.java Fix long SMS send with no service failure loop. 2021-08-13 13:58:38 -04:00
StickerDownloadJob.java
StickerPackDownloadJob.java
StorageAccountRestoreJob.java Do the account restore within a transaction. 2021-08-19 21:19:56 -04:00
StorageForcePushJob.java Further simplify storage service syncing. 2021-04-28 16:36:11 -03:00
StorageSyncJob.java Add internal preference to disable storage syncing. 2021-09-16 13:32:25 -04:00
SubmitRateLimitPushChallengeJob.java Handle 428 rate limiting. 2021-05-05 16:47:13 -04:00
ThreadUpdateJob.java Separate thread updates into a job and other perf improvements. 2021-08-24 16:59:09 -03:00
TrimThreadJob.java Fix crash when sending media message as first message in conversation. 2021-08-13 13:58:38 -04:00
TypingSendJob.java Incrementally insert MSL entries for legacy group sends. 2021-07-07 14:58:50 -03:00
UpdateApkJob.java