aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/OperationResults.java
Commit message (Collapse)AuthorAgeFilesLines
* Add cancelable mechanism and support in key importVincent Breitmoser2014-08-311-15/+20
| | | | Closes #323
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* make number of secret keys imported part of ImportResult parcelVincent Breitmoser2014-08-201-2/+5
|
* consolidate: working implementation, lacking uiVincent Breitmoser2014-08-171-0/+8
|
* Fix and simplify in OperationResultParcelDominik Schürmann2014-08-161-11/+7
|
* fix keys with no expiry in ui codeVincent Breitmoser2014-08-141-2/+7
|
* Pass through of master key id in SaveKeyringResultDominik Schürmann2014-08-141-4/+33
|
* Add license headersDominik Schürmann2014-08-041-0/+17
|
* avoid nullpointerexception in EditKeyResultVincent Breitmoser2014-07-311-2/+2
|
* Keyserver exception translateableDominik Schürmann2014-07-311-1/+1
|
* Create key: work on uploadDominik Schürmann2014-07-301-0/+9
|
* introduce EditKeyResult with transient UncachedKeyRing (half-baked!)Vincent Breitmoser2014-07-271-1/+13
|
* some more work on supertoast and result parcel stuffVincent Breitmoser2014-07-271-11/+31
|
* use SuperToast instead of AppMsg in code, part 2Vincent Breitmoser2014-07-071-3/+4
|
* work on edit keyDominik Schürmann2014-06-301-1/+2
|
* pass import results through to viewkeyactivity on updateVincent Breitmoser2014-06-281-0/+93
|
* import-log: properly distinguish return statesVincent Breitmoser2014-06-121-3/+3
|
* import-log: switch to flags instead of statuses for result intVincent Breitmoser2014-06-101-12/+43
|
* import-log: more interface workVincent Breitmoser2014-06-101-2/+0
|
* import-log: add OperationResults, use it in ImportKeys operationVincent Breitmoser2014-06-101-0/+63