aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | |
| * | | Merge branch 'master' into improve-file-moremar-v-in2014-07-012-36/+90
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/KeychainApplication.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DecryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/EncryptFileFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog/FileDialogFragment.java
| * \ \ \ Merge branch 'master' into improve-file-moremar-v-in2014-06-242-0/+217
| |\ \ \ \
| * | | | | Improve file more, Part 1mar-v-in2014-06-222-82/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use Uris where it makes sense, Use File class to clarify it's a file (and not whatever else a string could be) - Show sdcard in side menu in storage API #665 - Propose filename with gpg ending when storing it using the storage API #665 - Don't show output dialog on Android 4.4 #665 - Only show filename on Android < 4.4 #665 TODO: - File deletion for Android < 4.4 - Testing (especially with Android < 4.4) - Batch-encryption - UI - Temporary content provider (see #665 discussion)
* | | | | | Add user id with dialogDominik Schürmann2014-08-011-0/+268
| |_|_|_|/ |/| | | |
* | | | | couple of logging fixesVincent Breitmoser2014-07-311-2/+0
| | | | |
* | | | | rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-7/+7
| | | | |
* | | | | Create key: repeat passphraseDominik Schürmann2014-07-301-5/+0
| | | | |
* | | | | Redesigned QR Code viewDominik Schürmann2014-07-271-111/+0
| | | | |
* | | | | Open keyboard on passphrase dialog, this should now work on all Android ↵Dominik Schürmann2014-07-272-27/+92
| | | | | | | | | | | | | | | | | | | | versions... hopefully