aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DeleteKeyDialogActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-2/+3
|
* introduced keyserver sync adapterAdithya Abraham Philip2015-08-201-1/+0
|
* Refactor theme selection of dialogsThialfihar2015-07-211-6/+3
| | | | This makes sure the dark theme also uses dark dialogs.
* fixed multi-deletion bug, moved logic into DeleteKeyDialogActivityAdithya Abraham Philip2015-07-151-12/+17
|
* made mSignatureTime optional in CryptoOperationHelperAdithya Abraham Philip2015-07-151-1/+2
|
* added revocation tag NO_REASON to all revocations via PgpKeyOperationAdithya Abraham Philip2015-07-141-1/+1
|
* corrected DeleteKeyDialogActivity finishing on cancelAdithya Abraham Philip2015-07-131-9/+21
|
* show key name on revoke/delete dialogAdithya Abraham Philip2015-07-131-6/+23
|
* made key deletion require double confirmationAdithya Abraham Philip2015-07-131-1/+1
|
* added licenses, cleaned up code, fixed warningsAdithya Abraham Philip2015-07-131-20/+26
|
* prevented passphrase caching on revocationAdithya Abraham Philip2015-07-131-1/+2
|
* use only one DeleteDialogActivityAdithya Abraham Philip2015-07-131-61/+218
|
* implemented revocation on deletionAdithya Abraham Philip2015-07-131-0/+231