session-android/src/org/thoughtcrime/securesms/jobs
Moxie Marlinspike d3271f548c Support for retrieving stored messages via websocket.
1) When registering with server, indicate that the server should
   store messages and send notifications.

2) Process notification GCM messages, and connect to the server
   to retrieve actual message content.
2015-02-18 11:09:01 -08:00
..
persistence Move responsibility for Context injection out of JavaSerializer. 2014-11-16 17:23:33 -08:00
requirements Update to jobmanager 0.10.0 2014-12-29 13:32:37 -08:00
AttachmentDownloadJob.java fix temp file permission denied 2015-01-05 17:01:32 -08:00
AvatarDownloadJob.java Support for retrieving stored messages via websocket. 2015-02-18 11:09:01 -08:00
CleanPreKeysJob.java Put everything under either internal or api. 2014-11-12 15:42:43 -08:00
ContextJob.java Switch to using our own JobManager. 2014-10-20 19:13:06 -07:00
CreateSignedPreKeyJob.java Put everything under either internal or api. 2014-11-12 15:42:43 -08:00
DeliveryReceiptJob.java Support for multi-device provisioning flow. 2015-01-24 10:15:47 -08:00
DirectoryRefreshJob.java Move directory refresh from a service over to a job. 2014-11-27 15:24:26 -08:00
GcmRefreshJob.java Don't completely disable GCM. 2014-11-24 10:48:33 -08:00
MasterSecretJob.java Let's have JobManager only deal with checked exceptions. 2014-11-12 15:29:58 -08:00
MmsDownloadJob.java support mms basic auth 2014-12-02 08:59:43 +00:00
MmsReceiveJob.java Let's have JobManager only deal with checked exceptions. 2014-11-12 15:29:58 -08:00
MmsSendJob.java Don't notify on MMS delivery failure if message has been deleted. 2015-02-11 10:29:05 -08:00
PushDecryptJob.java Support for retrieving stored messages via websocket. 2015-02-18 11:09:01 -08:00
PushGroupSendJob.java Add expiration check on build freshness. 2015-01-12 09:12:10 -08:00
PushMediaSendJob.java media constraints model 2015-01-12 13:20:25 -08:00
PushReceiveJob.java Support for retrieving stored messages via websocket. 2015-02-18 11:09:01 -08:00
PushSendJob.java Support for multi-device provisioning flow. 2015-01-24 10:15:47 -08:00
PushTextSendJob.java Add expiration check on build freshness. 2015-01-12 09:12:10 -08:00
RefreshPreKeysJob.java Put everything under either internal or api. 2014-11-12 15:42:43 -08:00
SendJob.java don't copy data when no dataUri 2015-01-13 11:57:46 -08:00
SmsDecryptJob.java Fix for old-skool SMS key exchange UI behavior. 2014-12-29 15:09:13 -08:00
SmsReceiveJob.java Fix for old-skool SMS key exchange UI behavior. 2014-12-29 15:09:13 -08:00
SmsSendJob.java Add expiration check on build freshness. 2015-01-12 09:12:10 -08:00
SmsSentJob.java Let's have JobManager only deal with checked exceptions. 2014-11-12 15:29:58 -08:00
TrimThreadJob.java Do thread trimming as JobManager job rather than AsyncTask. 2014-11-24 22:50:32 -08:00