session-android/src/org/thoughtcrime/securesms/service
Moxie Marlinspike 24fc93e9ae Switch to a more heavily TOFU model for identity keys.
1) There is no longer a concept of "verified" or "unverified."
   Only "what we saw last time" and "different from last time."

2) Let's eliminate "verify session," since we're all about
   identity keys now.

3) Mark manually processed key exchanges as processed.
2013-05-23 16:36:24 -07:00
..
AccountVerificationTimeoutException.java Initial GCM registration 2013-05-06 08:40:55 -07:00
ApplicationMigrationService.java Improve passphrase and onboarding UI. Abstract out routing. 2013-02-17 15:09:01 -08:00
KeyCachingService.java Lower maximum size of cursor window on DB upgrade. 2013-05-16 13:16:42 -07:00
MmscProcessor.java Handle failed MMS connectivity state appropriately. 2013-05-07 15:09:24 -07:00
MmsDownloader.java Handle failed MMS connectivity state appropriately. 2013-05-07 15:09:24 -07:00
MmsListener.java Pass on incoming messages until DB is imported. 2013-02-17 15:09:01 -08:00
MmsReceiver.java Make MMS more asynchronous and consistent with new SMS types. 2013-05-06 08:40:55 -07:00
MmsSender.java Handle failed MMS connectivity state appropriately. 2013-05-07 15:09:24 -07:00
RegistrationService.java Initial client support for GCM message send/receive 2013-05-06 08:40:55 -07:00
SendReceiveService.java Initial client support for GCM message send/receive 2013-05-06 08:40:55 -07:00
SmsListener.java Send m-notifyresp-ind after retrieving MMS 2013-05-06 19:09:06 -07:00
SmsReceiver.java Switch to a more heavily TOFU model for identity keys. 2013-05-23 16:36:24 -07:00
SmsSender.java Use DB sending type rather than in-memory hashtable. 2013-05-06 08:40:56 -07:00
SystemStateListener.java Radio updates happen frequently on some phones, switch to dynamic. 2013-02-14 20:42:29 -08:00