aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/dialog
Commit message (Expand)AuthorAgeFilesLines
* object oriented split user idDominik Schürmann2015-03-162-5/+5
* Clarify logs in DeleteFileDialogDominik Schürmann2015-03-121-2/+2
* Merge pull request #1117 from danielnelz/developmentDominik Schürmann2015-03-121-1/+1
|\
| * Merge remote-tracking branch 'upstream/development' into developmentdanielnelz2015-03-091-22/+27
| |\
| * | Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-1/+1
* | | Improve file deletion stringsDominik Schürmann2015-03-121-3/+3
* | | Updated fix for Issue #1116Manoj Khanna2015-03-111-33/+71
* | | Add additional email addresses in create keyDominik Schürmann2015-03-101-0/+215
| |/ |/|
* | Some fixes for delete after encryptionDominik Schürmann2015-03-091-22/+27
|/
* Implemented NameEditTextchipset952015-03-091-22/+3
* minor code style correctionAdithya Abraham Philip2015-03-071-1/+7
* cleaned up codeAdithya Abraham Philip2015-03-061-9/+1
* added PassphraseEditText to SetPassphraseDialogFragmentAdithya Abraham Philip2015-03-061-5/+3
* Created EmailEditText, PasswordEditText and implemented wherever requiredchipset952015-03-062-35/+11
* Simplify dialogs according to Material DesignDominik Schürmann2015-03-042-13/+9
* Show name only in passphrase dialogDominik Schürmann2015-03-031-0/+17
* Fix expiry dialog, reorder layoutsDominik Schürmann2015-03-033-44/+47
* Remove old min sdk checkDominik Schürmann2015-03-031-3/+1
* Uncluttering advanced key viewDominik Schürmann2015-02-271-97/+0
* Simplify delete key dialogDominik Schürmann2015-02-271-2/+9
* Remove unused BadImportKeyDialogFragmentDominik Schürmann2015-02-271-67/+0
* Uncluttering App Settings: Move advanced info in dialogDominik Schürmann2015-02-231-0/+72
* Fix multi select and more colorsDominik Schürmann2015-02-221-2/+2
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-012-2/+2
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-253-16/+15
* fixed crash when file scheme is passed, broadened deletion scopeAbraham Philip2015-01-091-7/+28
* disable cancel button instead of hiding it on cancel preventionVincent Breitmoser2014-10-261-1/+1
* Remove PassphraseDialogFragmentDominik Schürmann2014-10-251-431/+0
* Added option for num keypad for YubiKeyJerzy Kołosowski2014-10-131-1/+12
* DeleteResult: add custom createNotifyVincent Breitmoser2014-10-111-10/+12
* 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
* 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; cre...Dominik Schürmann2014-09-173-4/+4
* 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
* add ecc supportVincent Breitmoser2014-08-241-59/+129