aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/DeleteResult.java
Commit message (Collapse)AuthorAgeFilesLines
* 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