Signal-Android/src/org/thoughtcrime/securesms/service
Veeti Paananen eb1b762a76 Improve password caching notification UI & UX
On Jelly Bean and above:

- Use the standard notification style for a better and consistent visual
  appearance

- Use the JB notification actions API for the locking action

- Use a lower notification priority to prioritize other notifications
  over TextSecure

On ICS:

- Use the existing custom notification layout

Everywhere:

- Allow opening the app itself from the notification

- Simplify strings: don't talk about a "cached passphrase" but about the
  app being "unlocked"/"locked"
2013-12-22 04:48:39 +02: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 Improve password caching notification UI & UX 2013-12-22 04:48:39 +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 Fix for bug that could drop unencrypted MMS on KitKat. 2013-12-07 11:03:26 -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
QuickResponseService.java Finish KitKat compatibility details. 2013-12-02 12:31:59 -08: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
SmsDeliveryListener.java Finish KitKat compatibility details. 2013-12-02 12:31:59 -08:00
SmsListener.java Let unencrypted messages through. 2013-12-03 08:10:58 -08: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