aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/DeleteResult.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix delete_failDominik Schürmann2016-04-181-1/+2
|
* fixed multi-deletion bug, moved logic into DeleteKeyDialogActivityAdithya Abraham Philip2015-07-151-1/+4
|
* allowed operations to modify CryptoInputParcel they receiveAdithya Abraham Philip2015-07-131-2/+4
|
* implemented revocation on deletionAdithya Abraham Philip2015-07-131-1/+15
|
* implement deletion of filesVincent Breitmoser2015-06-231-1/+1
|
* Reworked Notify classManoj Khanna2015-03-201-1/+1
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-2/+0
| | | | | | | - introduce high-level SignEncryptOperation for uri to uri signing/encryption - use SignEncryptParcel for high-level operation parameters - use PgpSignEncryptInput plus streams for low-level operation parameters - get rid of all sign/encrypt logic in KeychainIntentService
* use Notify helper everywhere, replace supertoasts with snackbar libraryVincent Breitmoser2015-01-191-42/+22
|
* DeleteResult: add custom createNotifyVincent Breitmoser2014-10-111-0/+96
|
* move delete into operation classVincent Breitmoser2014-10-111-0/+57