Signal-Android/app/src/main/java/org/thoughtcrime/securesms/jobs
Greyson Parrelli e00397620a Simplify storing storage-service-specific recipient values.
This gives us the ability to separate things we need for the Recipient
class from things we only need for storage syncing.

Not only does this simplify the storage service model building code
(i.e. we no longer need to pass around a set of archived recipients),
but it also eliminates a join on the Identity table for building regular
recipients, which should help perf.
2020-10-07 17:22:05 -04:00
..
AttachmentCompressionJob.java Default to WEBP for sticker contentTypes. 2020-09-23 16:54:38 -04:00
AttachmentCopyJob.java
AttachmentDownloadJob.java
AttachmentMarkUploadedJob.java
AttachmentUploadJob.java Remove thumbnails from the AttachmentDatabase. 2020-09-23 16:54:38 -04:00
AvatarGroupsV1DownloadJob.java
AvatarGroupsV2DownloadJob.java
BaseJob.java Log sent timestamp with message sends. 2020-09-03 20:23:26 -04:00
CleanPreKeysJob.java
ClearFallbackKbsEnclaveJob.java Add the ability to migrate to new KBS enclaves. 2020-10-06 10:32:03 -03:00
CreateSignedPreKeyJob.java
DirectoryRefreshJob.java
FailingJob.java
FastJobStorage.java
FcmRefreshJob.java
GroupSendJobHelper.java
GroupV2UpdateSelfProfileKeyJob.java
JobManagerFactories.java Add the ability to migrate to new KBS enclaves. 2020-10-06 10:32:03 -03:00
KbsEnclaveMigrationWorkerJob.java Add the ability to migrate to new KBS enclaves. 2020-10-06 10:32:03 -03:00
LeaveGroupJob.java Reduce log noise. 2020-09-23 16:54:38 -04:00
LocalBackupJob.java Fix can create backups when timed backup is waiting for charging constraint. 2020-10-02 10:32:04 -03:00
MarkerJob.java
MmsDownloadJob.java Add vCard support for received MMS. 2020-09-23 16:54:38 -04:00
MmsReceiveJob.java
MmsSendJob.java Remove thumbnails from the AttachmentDatabase. 2020-09-23 16:54:38 -04:00
MultiDeviceBlockedUpdateJob.java
MultiDeviceConfigurationUpdateJob.java
MultiDeviceContactUpdateJob.java Reduce log noise. 2020-09-23 16:54:38 -04:00
MultiDeviceGroupUpdateJob.java
MultiDeviceKeysUpdateJob.java
MultiDeviceMessageRequestResponseJob.java
MultiDeviceProfileContentUpdateJob.java
MultiDeviceProfileKeyUpdateJob.java
MultiDeviceReadUpdateJob.java
MultiDeviceStickerPackOperationJob.java
MultiDeviceStickerPackSyncJob.java
MultiDeviceStorageSyncRequestJob.java
MultiDeviceVerifiedUpdateJob.java
MultiDeviceViewOnceOpenJob.java
ProfileKeySendJob.java Reduce log noise. 2020-09-23 16:54:38 -04:00
ProfileUploadJob.java
PushDecryptMessageJob.java Log sent timestamps when hitting message processing errors. 2020-09-24 12:26:18 -04:00
PushGroupSendJob.java Reduce log noise. 2020-09-23 16:54:38 -04:00
PushGroupSilentUpdateSendJob.java Inline CDS feature flag. 2020-09-23 16:54:38 -04:00
PushGroupUpdateJob.java
PushMediaSendJob.java Log sent timestamp with message sends. 2020-09-03 20:23:26 -04:00
PushNotificationReceiveJob.java
PushProcessMessageJob.java Simplify storing storage-service-specific recipient values. 2020-10-07 17:22:05 -04:00
PushReceivedJob.java
PushSendJob.java Remove thumbnails from the AttachmentDatabase. 2020-09-23 16:54:38 -04:00
PushTextSendJob.java Log sent timestamp with message sends. 2020-09-03 20:23:26 -04:00
ReactionSendJob.java Reduce log noise. 2020-09-23 16:54:38 -04:00
RefreshAttributesJob.java Separate capability reads from writes and introduce gv2-2 write flag. 2020-09-23 16:54:38 -04:00
RefreshOwnProfileJob.java
RefreshPreKeysJob.java
RemoteConfigRefreshJob.java
RemoteDeleteSendJob.java Reduce log noise. 2020-09-23 16:54:38 -04:00
RequestGroupInfoJob.java
RequestGroupV2InfoJob.java
RequestGroupV2InfoWorkerJob.java
ResumableUploadSpecJob.java Remove AttachmentsV3 feature flag. 2020-09-23 16:54:38 -04:00
RetrieveProfileAvatarJob.java
RetrieveProfileJob.java Fix crash in RetrieveProfileJob. 2020-09-24 10:46:56 -04:00
RotateCertificateJob.java Phone number privacy settings and certificate support behind feature flag. 2020-09-03 20:23:26 -04:00
RotateProfileKeyJob.java
RotateSignedPreKeyJob.java
SendDeliveryReceiptJob.java
SendJob.java Add support for fetching remote deprecation. 2020-09-08 18:03:56 -04:00
SendReadReceiptJob.java
ServiceOutageDetectionJob.java
SmsReceiveJob.java Fix crash when receiving SMS before finishing registration. 2020-09-23 16:54:38 -04:00
SmsSendJob.java Log sent timestamp with message sends. 2020-09-03 20:23:26 -04:00
SmsSentJob.java
StickerDownloadJob.java Re-download sticker if backing file data no longer exists. 2020-09-09 11:15:34 -04:00
StickerPackDownloadJob.java Add support for animated stickers. 2020-09-03 20:23:26 -04:00
StorageAccountRestoreJob.java
StorageForcePushJob.java Simplify storing storage-service-specific recipient values. 2020-10-07 17:22:05 -04:00
StorageSyncJob.java Simplify storing storage-service-specific recipient values. 2020-10-07 17:22:05 -04:00
TrimThreadJob.java Add trim conversations by time option. 2020-09-08 09:47:57 -04:00
TypingSendJob.java Reduce log noise. 2020-09-23 16:54:38 -04:00
UpdateApkJob.java