Commit Graph

24 Commits (52ca2951313ddf740b663f495152bd039c8229af)

Author SHA1 Message Date
Moxie Marlinspike 1a24885110 Fix issue "home button" issue with screen lock
Fixes #7475
7 years ago
Moxie Marlinspike 29fcce23b1 Prevent double screen lock intent from firing
Fixes #7475
7 years ago
Moxie Marlinspike d28dc670ea Migrate to Android fingerprints and auth for Signal screen lock 7 years ago
Pascal Hartig f2c5e904e8 Replace passphrase mismatch toast with error
Display a form error instead of a toast if the passphrase
doesn't match.

Closes #5268
// FREEBIE
9 years ago
Carlin 927aac2c4a Add button to toggle passphrase visibility
closes #3776
// FREEBIE
10 years ago
agrajaghh 257660200a add dark theme to PassphrasePromptActivity
Fixes #2296

Closes #2307
Closes #2627
10 years ago
Jake McGinty 0ff99258ac move routing logic to all activities
Fixes #2239
Closes #27923

// FREEBIE
10 years ago
Jake McGinty 810abe0275 material actionbar and fab
// FREEBIE
10 years ago
Moxie Marlinspike 4e98c350a5 Support localization in passphrase activity and lock notification.
// FREEBIE

Closes #1328
11 years ago
Moxie Marlinspike 08ed90c5ec Split out Util functions. 11 years ago
Moxie Marlinspike a3f1d9cdfd Beginning of libtextsecure refactor.
1) Break out appropriate components.

2) Switch the incoming pipeline from SendReceiveService to
   the JobManager.
11 years ago
Jake McGinty 7df49811b7 replace ABS with AppCompat
// FREEBIE
11 years ago
Chris V b990202468 Allow passphrase unlock from "unlock" keyboard action. 11 years ago
Jake McGinty ce7b8ab75a new passphrase prompt activity
// FREEBIE
11 years ago
Jake McGinty ce68429a9b activity to submit logcat to pastebin 11 years ago
Moxie Marlinspike b8f663b69c Move common crypto classes into TextSecureLibrary.
1) Move all the crypto classes from securesms.crypto.

2) Move all the crypto storage from securesms.database.keys

3) Replace the old imported BC code with spongycastle.
12 years ago
Moxie Marlinspike 6fedc6b737 Fix for double-click NPE? 12 years ago
Moxie Marlinspike bac6b78b11 Clear passphrase field on invalid entry. 12 years ago
Moxie Marlinspike 5eb04328d3 Improve passphrase and onboarding UI. Abstract out routing.
1) Update the create, prompt, and change passphrase activities.
   They are no longer dialog themed, and should look a little
   less ugly.

2) Update the import DB activity to be less ugly and more robust.

3) Abstract all of the state handling stuff out of
   ConversationListActivity.  This is now handled by RoutingActivity,
   which all launch intents move through.
12 years ago
Moxie Marlinspike bb0ec65744 Include source origin in string key name.
This should help eliminate string duplicates, as well as provide
visibility into where strings in a resource file are being used.
13 years ago
Moxie Marlinspike 4c3b7cbe08 Extract TextSecure strings for i18n.
1) Change all instances which use concatenation to build strings
with variables in them to use string formatting instead.

2) Extract all string literals from layouts and menus into strings.xml

3) Extract all string literals from code into strings.xml
13 years ago
Moxie Marlinspike b4e48f9dba Fix for NPE which should never happen, but apparently does. 13 years ago
Moxie Marlinspike ef0a86398a Fix for dialogs on GB. 13 years ago
Moxie Marlinspike bbea3fe1b1 Initial Project Import 14 years ago