aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* | | linked: fix crash on <= lollipopVincent Breitmoser2015-10-251-3/+6
|/ /
* | import: use filesize from content provider on input uriVincent Breitmoser2015-10-231-3/+3
| |
* | decryptlist: use generic file icon for application/octet-streamVincent Breitmoser2015-10-231-0/+4
| |
* | fix argument order screwup in FileHelperVincent Breitmoser2015-10-222-2/+2
| |
* | decrypt: special case single encrypted text -> directly display text, if not ↵Vincent Breitmoser2015-10-211-0/+23
| | | | | | | | too large
* | encrypttext: localization, and truncate overlong inputVincent Breitmoser2015-10-211-2/+6
| |
* | encrypttext: handle input via Intent.EXTRA_STREAM in addition to ↵Vincent Breitmoser2015-10-211-6/+34
| | | | | | | | Intent.EXTRA_TEXT
* | displaytextactivity: truncate displayed text if too longVincent Breitmoser2015-10-211-0/+8
| |
* | Integrate yubikey reset methodDominik Schürmann2015-10-162-5/+32
| |
* | UI preparations for yubikey resetDominik Schürmann2015-10-162-31/+68
| |
* | Remove default PIN settingDominik Schürmann2015-10-163-34/+0
| |
* | Clear cache when PIN is too shortDominik Schürmann2015-10-162-12/+7
| |
* | Prevent nfc dialog from closing when touching outside of it, add cancel buttonDominik Schürmann2015-10-163-6/+16
| |
* | Allow choosing of YubiKey PINDominik Schürmann2015-10-163-155/+82
| |
* | Add NFC reset methodDominik Schürmann2015-10-161-10/+46
| |
* | Remove debug logDominik Schürmann2015-10-151-1/+0
| |
* | Display backup code UI instead of passphrase on decryptDominik Schürmann2015-10-152-2/+58
| |
* | Check if backup code in passphrase dialogDominik Schürmann2015-10-151-0/+21
| |
* | File ending consisitency for backupsDominik Schürmann2015-10-151-3/+5
| |
* | Cleanup, fix advanced sharingDominik Schürmann2015-10-154-69/+75
| |
* | Remove debug codeDominik Schürmann2015-10-151-9/+1
| |
* | Mime type consistencyDominik Schürmann2015-10-154-8/+8
| |
* | Use correct filename when sharing backupDominik Schürmann2015-10-151-8/+8
| |
* | Rename TemporaryStorageProvider to TemporaryFileProvider, use interface for ↵Dominik Schürmann2015-10-155-12/+12
| | | | | | | | db contract
* | Add restore to backup fragment, cleanup, renamingsDominik Schürmann2015-10-153-20/+57
| |
* | Rename DrawerBackupFragment to BackupRestoreFragmentDominik Schürmann2015-10-152-3/+3
| |
* | Cleanup in BackupCodeFragmentDominik Schürmann2015-10-151-16/+14
| |
* | Fix drawer selection for backupDominik Schürmann2015-10-151-1/+1
| |
* | 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
| | | | | | | | | | | | | | | | | | This reverts commit 3316cb65e6b739deb7d0652fcd16a9d9bedf8c5b. Committed to wrong branch, derp :)
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | storage (OKC-01-010)" Fix was not sufficient This reverts commit b10b14d9bc737edc56af0eec3a14bed5ebf3ea39.
* | | 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
| | |