session-android/src/org/thoughtcrime/securesms/service
joeykrim 8464bc775a Removed extra comparisons by converting original phrase to uppercase, then comparing
Removed previous multiple comparisons that were variations of capitalizing the same phrase by converting the original phrase to all uppercase and then comparing
2013-07-13 16:41:09 -04: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 Add ability to disable local encryption passphrase. 2013-07-01 10:15:36 -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 Resolved a few MMS issues. 2013-06-15 09:06:15 -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 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