aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/BaseOperation.java
Commit message (Expand)AuthorAgeFilesLines
* re-add accidentally deleted stringVincent Breitmoser2015-10-211-1/+2
* fix symmetric passphrase caching (fixes #1401)Vincent Breitmoser2015-07-081-2/+6
* cleanup, NonNull annotation, never return null in PgpDecryptVerifyVincent Breitmoser2015-07-061-3/+3
* eventbus: initial attempt, replace messenger hack with eventbus communicationVincent Breitmoser2015-06-061-1/+8
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-2/+2
* New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-191-2/+3
* Add missing license headersDominik Schürmann2015-03-151-0/+17
* introduce PromoteKeyOperation to create dummy secret from public keysVincent Breitmoser2015-01-251-0/+6
* some cleanup and documentation of *Operation classesVincent Breitmoser2014-10-151-3/+25
* CertifyOperation is not a Pgp- operationVincent Breitmoser2014-10-121-1/+24
* move around package structure a bitVincent Breitmoser2014-10-101-0/+55