aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Expand)AuthorAgeFilesLines
* Unify backup filenameDominik Schürmann2015-10-151-2/+3
* Dont force OpenKeychain in open with for pgp-keysDominik Schürmann2015-10-151-1/+1
* Open decrypted application/pgp-keys only in OpenKeychainDominik Schürmann2015-10-151-2/+7
* Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-091-26/+3
|\
| * Revert "viewkeyactivity: ask for passphrase for backup only if key has one"Vincent Breitmoser2015-10-091-29/+3
| * viewkeyactivity: ask for passphrase for backup only if key has oneVincent Breitmoser2015-10-091-3/+29
| * Revert "Check that the encrypt input uris are not linked to our own internal ...Dominik Schürmann2015-10-081-26/+3
* | viewkeyactivity: ask for passphrase for backup only if key has oneVincent Breitmoser2015-10-091-3/+29
* | Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-087-79/+116
|\|
| * Remove ShareHelper: Not compat with Android >= 5, reduce code complexityDominik Schürmann2015-10-083-55/+6
| * use only primary and mutually bound subkeys for fingerprint verificationVincent Breitmoser2015-10-061-4/+4
| * Raise min asymmetric key length for all ciphers to 2048 bitDominik Schürmann2015-10-041-15/+23
| * Show dialog before sharing logDominik Schürmann2015-10-042-5/+83
* | decrypt: fix broken file saveVincent Breitmoser2015-10-061-2/+2
* | Merge branch 'master' into encrypted-exportVincent Breitmoser2015-10-018-103/+116
|\|
| * No show key button for RESULT_INVALID_SIGNATURE, CleanupDominik Schürmann2015-09-303-9/+19
| * Cleanup in BaseNfcActivityDominik Schürmann2015-09-301-10/+2
| * Improve NFC exception handling, fixes RuntimeExceptionsDominik Schürmann2015-09-306-59/+66
| * Fix crashes with Fluffys PGP appletDominik Schürmann2015-09-303-19/+31
| * Enable YubiKey creationDominik Schürmann2015-09-301-14/+5
| * Full 160 bit for phrase confirm, stuffed with onesDominik Schürmann2015-09-291-2/+3
* | import: special treatment for application/pgp-keysVincent Breitmoser2015-09-301-4/+10
* | import: simplify ImportKeysActivity, don't display search bar for fixed inputVincent Breitmoser2015-09-301-159/+89
* | enc-export: use BackupActivity for backup from ViewKeyActivityVincent Breitmoser2015-09-302-9/+15
* | enc-export: handle onSaveInstanceState, add nicer layout for landscapeVincent Breitmoser2015-09-292-38/+86
* | enc-export: add "back" button to fail stateVincent Breitmoser2015-09-291-6/+16
* | enc-export: add comments about debug mechanismsVincent Breitmoser2015-09-291-0/+3
* | enc-export: localize snackbar stringsVincent Breitmoser2015-09-292-7/+7
* | enc-export: rename fragment to match classVincent Breitmoser2015-09-291-1/+1
* | enc-export: implement save file as CREATE_DOCUMENT, with static fallback for ...Vincent Breitmoser2015-09-292-16/+75
* | enc-export: mv BackupCodeEntryFragment BackupCodeFragmentVincent Breitmoser2015-09-292-4/+4
* | use annotations for android sdk constraintsVincent Breitmoser2015-09-283-8/+10
* | Merge remote-tracking branch 'origin/master' into encrypted-exportVincent Breitmoser2015-09-2811-434/+179
|\|
| * Check that the encrypt input uris are not linked to our own internal storage ...Dominik Schürmann2015-09-251-3/+26
| * Cleanup FileHelperDominik Schürmann2015-09-243-9/+6
| * Remove save support for Android < 4.4 (OKC-01-014)Dominik Schürmann2015-09-245-238/+20
| * Fix some illegal state exceptionsDominik Schürmann2015-09-241-5/+24
| * Confirm designDominik Schürmann2015-09-241-11/+16
| * phrase confirmationDominik Schürmann2015-09-242-129/+12
| * Use more modular Keybase lib with OkHttp wrapperDominik Schürmann2015-09-211-1/+5
| * Keyservers: Dont follow redirects, pin pgp.mit.edu, check for pinned cert on ...Dominik Schürmann2015-09-202-36/+66
| * use intent icon as fallback if we get no thumbnailVincent Breitmoser2015-09-191-2/+4
| * Fix DECRYPT_DATA intentDominik Schürmann2015-09-181-1/+1
* | enc-export: easier mechanism to get backup code from edittextsVincent Breitmoser2015-09-281-7/+8
* | upload: re-add upload by bytesVincent Breitmoser2015-09-281-0/+1
* | enc-backup: working "save to file"Vincent Breitmoser2015-09-281-8/+21
* | enc-backup: working first versionVincent Breitmoser2015-09-282-50/+82
* | export: support encrypted export, first versionVincent Breitmoser2015-09-281-2/+6
* | upload: identify key by masterKeyId onlyVincent Breitmoser2015-09-262-7/+16
* | export: externalize upload into its own operationVincent Breitmoser2015-09-262-19/+20