aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-2/+3
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-2/+2
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-2/+2
|
* New decryption screen UI with modernPGP iconsDominik Schürmann2014-10-081-4/+4
|
* fix hideKeyboard() in other activities as well, just to be safeVincent Breitmoser2014-10-022-0/+6
|
* fix NullPointerException in keyboard hackVincent Breitmoser2014-10-021-1/+10
|
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-3/+4
|
* Fix custom key configuration for primary user idsDominik Schürmann2014-09-211-2/+1
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-173-4/+4
| | | | created ui.util for everything related to formatting
* Passphrase handling in encryptDominik Schürmann2014-09-171-6/+3
|
* Work on new result handling (WIP)Dominik Schürmann2014-09-171-2/+6
|
* add ui support for stripping subkeysVincent Breitmoser2014-09-111-0/+4
|
* Yubikey: use PINDominik Schürmann2014-09-081-1/+1
|
* add error text on bad passphraseVincent Breitmoser2014-09-071-1/+1
|
* add proper async check for correct passphrase to passphrasedialogVincent Breitmoser2014-09-071-63/+120
|
* Add experimental support for yubikey PINs, remove caching of empty passphrasesDominik Schürmann2014-09-051-8/+28
|
* work on passphrase caching, make use of cached SecretKeyType data (WIP!)Vincent Breitmoser2014-09-031-43/+12
|
* add cancel prevention mechanism, improve cancellation for key importVincent Breitmoser2014-08-311-4/+41
|
* Add cancelable mechanism and support in key importVincent Breitmoser2014-08-311-54/+42
| | | | Closes #323
* add ecc supportVincent Breitmoser2014-08-241-59/+129
|
* Add ECDH and ECDSA valuesDominik Schürmann2014-08-211-0/+4
|
* move key deletion into KeychainIntentHandlerVincent Breitmoser2014-08-201-37/+48
|
* progress dialog design fixDominik Schürmann2014-08-201-1/+7
|
* Add subkey: at least one flag should be selected!Dominik Schürmann2014-08-181-53/+74
|
* Fixes for expiry UIDominik Schürmann2014-08-182-65/+85
|
* Fixing date picker issuesDominik Schürmann2014-08-162-22/+47
|
* Fix flags UI in add subkey dialogDominik Schürmann2014-08-161-4/+43
|
* Fix expiry when adding subkeysDominik Schürmann2014-08-161-2/+2
|
* fix keys with no expiry in ui codeVincent Breitmoser2014-08-141-1/+1
|
* Add user info dialogDominik Schürmann2014-08-131-0/+95
|
* Optimize importsDominik Schürmann2014-08-055-6/+2
|
* Increase maximum custom RSA sizeDominik Schürmann2014-08-051-1/+1
|
* Edit key: key flagsDominik Schürmann2014-08-051-4/+4
|
* Use PublicKeyAlgorithmTags instead of homebrew choices constants, fix expiry ↵Dominik Schürmann2014-08-052-20/+54
| | | | selection for adding new subkeys
* More work on add subkey dialog designDominik Schürmann2014-08-051-3/+6
|
* Work on add subkey dialog designDominik Schürmann2014-08-053-13/+39
|
* Better handling of user id revocation in UI codeDominik Schürmann2014-08-051-17/+47
|
* Create key: make single user id primary user id, other cleanupDominik Schürmann2014-08-051-6/+5
|
* Refactor expiry dialogDominik Schürmann2014-08-052-187/+189
|
* KeychainContract: use longs instead of String, other fixesDominik Schürmann2014-08-051-1/+1
|
* Cleanup, prevent encrypt Intent inceptionDominik Schürmann2014-08-041-1/+2
|
* Edit key: subkey adding, not finishedDominik Schürmann2014-08-041-11/+17
|
* Smaller UI fixesDominik Schürmann2014-08-041-0/+8
|
* Merge pull request #728 from mar-v-in/improve-file-moreDominik Schürmann2014-08-042-122/+52
|\ | | | | Improve file encrypt
| * Minor cleanupmar-v-in2014-08-021-1/+1
| |
| * Fix mergemar-v-in2014-07-311-3/+2
| |
| * Merge branch 'master' into improve-file-moremar-v-in2014-07-315-150/+403
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitmodules OpenKeychain/build.gradle OpenKeychain/src/main/AndroidManifest.xml OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/CachedPublicKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptMessageFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptAsymmetricFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptMessageFragment.java
| * \ Merge branch 'master' into improve-file-moremar-v-in2014-07-064-192/+55
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListFragment.java OpenKeychain/src/main/res/layout/encrypt_content.xml
| * | | Encrypt/Decrypt UI workmar-v-in2014-07-021-44/+15
| | | |
| * | | Missing import after mergemar-v-in2014-07-011-0/+1
| | | |