aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/PassphraseDialogActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Remove debug logDominik Schürmann2015-10-151-1/+0
* Display backup code UI instead of passphrase on decryptDominik Schürmann2015-10-151-1/+56
* Check if backup code in passphrase dialogDominik Schürmann2015-10-151-0/+21
* Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-291-0/+4
|\
| * Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-241-18/+37
| |\
| * \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-241-6/+7
| |\ \
| * | | return key ids from PassphraseDialogActivity, accept null useridsVincent Breitmoser2015-03-081-0/+3
| * | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-051-25/+33
| |\ \ \
| * \ \ \ NON-WORKING Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-021-13/+11
| |\ \ \ \
| * | | | | certification of the first linked identity packet!Vincent Breitmoser2015-01-131-0/+3
* | | | | | Remove dead codeDominik Schürmann2015-08-271-39/+30
* | | | | | Refactor theme selection of dialogsThialfihar2015-07-211-4/+2
* | | | | | made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-151-1/+6
* | | | | | made PassphraseDialogActivity compatible with null CryptoInputParcelAdithya Abraham Philip2015-07-131-0/+5
* | | | | | prevented passphrase caching on revocationAdithya Abraham Philip2015-07-131-13/+35
* | | | | | Use support.v7.app.AlertDialogDominik Schürmann2015-07-131-1/+1
* | | | | | multi-decrypt: save currentInputUri stateVincent Breitmoser2015-07-091-0/+2
* | | | | | use onResumeFragments instead of onResume for fragment initializationVincent Breitmoser2015-07-091-2/+2
* | | | | | Better keyboard layout for PINsDominik Schürmann2015-07-021-4/+4
* | | | | | instrument: change handling in PassphraseDialogActivity to work with espressoVincent Breitmoser2015-06-171-76/+32
* | | | | | handle empty passphrases in PassphraseDialogActivityVincent Breitmoser2015-05-311-0/+25
* | | | | | rewrite PgpDecryptVerify input, introduce PgpDecryptVerifyInputParcelVincent Breitmoser2015-05-301-2/+0
| |_|_|_|/ |/| | | |
* | | | | Fix YubiKey naming, cleanupDominik Schürmann2015-04-151-1/+1
* | | | | IMplement CryptoInputParcelCacheServiceDominik Schürmann2015-04-131-4/+2
* | | | | Cache CryptoInputParcel in OpenPgpServiceDominik Schürmann2015-04-101-3/+4
* | | | | fix Decrypt*Fragment for RequiredInputParcel (except decryptOriginalFilename)Vincent Breitmoser2015-04-011-3/+12
* | | | | Merge branch 'v/crypto-input-parcel' of github.com:open-keychain/open-keychai...Dominik Schürmann2015-03-311-2/+1
|\ \ \ \ \
| * | | | | work on passphrase data flowVincent Breitmoser2015-03-311-2/+1
* | | | | | Simplify passphrase dialog designDominik Schürmann2015-03-311-2/+3
|/ / / / /
* | | | | fix Encrypt* with RequiredInputParcelVincent Breitmoser2015-03-301-12/+9
* | | | | Merge remote-tracking branch 'origin/development' into developmentVincent Breitmoser2015-03-201-2/+3
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-2/+3
* | | | | generalize NfcOperationParcel to RequiredInputParcel, including passphrasesVincent Breitmoser2015-03-191-1/+17
|/ / / /
* | | / object oriented split user idDominik Schürmann2015-03-161-3/+3
| |_|/ |/| |
* | | Show name only in passphrase dialogDominik Schürmann2015-03-031-1/+8
* | | Prettify passphrase dialog, it no longer resizes on unlocking the keyDominik Schürmann2015-03-031-24/+25
| |/ |/|
* | Remove old pattern lib, add new pattern libDominik Schürmann2015-02-231-13/+11
|/
* fix small merge conflict oversightVincent Breitmoser2014-12-301-3/+0
* Merge branch 'development' of github.com:open-keychain/open-keychain into dev...Vincent Breitmoser2014-12-301-32/+85
|\
| * New work on PIN and lock pattern UIDominik Schürmann2014-12-291-32/+85
* | add PIN as a SecretKeyTypeVincent Breitmoser2014-12-301-0/+3
|/
* Added option for num keypad for YubiKeyJerzy Kołosowski2014-10-131-1/+13
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-3/+4
* 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
* more getActivity() checksVincent Breitmoser2014-10-031-2/+11
* passphrasecache: cache by master key, introduce preference for cache by subkeyVincent Breitmoser2014-09-231-5/+6
* PassphraseDialogActivity usage in Remote APIDominik Schürmann2014-09-171-19/+29
* Fix cleartext verifyDominik Schürmann2014-09-171-0/+7
* Passphrase handling in encryptDominik Schürmann2014-09-171-17/+22