session-android/src/org/thoughtcrime/securesms/service
rhodey 2c2a03e5e2 Enhanced MMS configuration prompts and processing.
1) Added a new message status to MmsDatabase to
   signify a pending MMS download which requires
   APN settings.

2) Added a database method to query MMS messages
   based on status.

3) Added login to SendReceiveService for processing
   of MMS pending APN information.

4) Moved all APN/MMS settings into ApnPreferencesActivity
   and transformed PromptApnActivity into a simple
   informational activity.

5) Added logic to check for APN settings on send and
   receive of all MMS (media, group, email) and direct
   user to PromptApnActivity then ApnPreferencesActivity
   if necessary.

6) Vocab/grammar adjustments.
2013-10-20 16:56:34 -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 Upgrade notification KeyCachingService code to NotificationCompat.Builder 2013-10-12 15:04:16 +02:00
MmscProcessor.java Handle failed MMS connectivity state appropriately. 2013-05-07 15:09:24 -07:00
MmsDownloader.java Enhanced MMS configuration prompts and processing. 2013-10-20 16:56:34 -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 Allow to resend a failed message 2013-10-13 15:39:15 +02:00
RegistrationService.java Initial client support for GCM message send/receive 2013-05-06 08:40:55 -07:00
SendReceiveService.java Enhanced MMS configuration prompts and processing. 2013-10-20 16:56:34 -07:00
SmsListener.java Removed extra comparisons by converting original phrase to uppercase, then comparing 2013-07-13 16:41:09 -04: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