aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ConsolidateDialogActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-1/+1
|
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
|
* migrated consolidationAdithya Abraham Philip2015-06-271-55/+42
|
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-6/+5
|
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-8/+8
|
* merged servicesAdithya Abraham Philip2015-06-011-3/+3
|
* shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-3/+5
| | | | | | added multi-threaded cloud import, restored KeychainIntentService eliminated code duplication in multi-threaded import
* Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-1/+1
| | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-011-1/+1
| | | | | | | - 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
* Consolidate on database upgradeDominik Schürmann2014-09-091-4/+6
|
* progress dialog design fixDominik Schürmann2014-08-201-8/+0
|
* consolidate: implement (mostly) recovery modeVincent Breitmoser2014-08-201-44/+49
|
* ConsolidateDialogActivityDominik Schürmann2014-08-191-0/+102