aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/ExportHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* shifted multi-threading to own serviceAdithya Abraham Philip2015-03-231-8/+5
| | | | | | added multi-threaded cloud import, restored KeychainIntentService eliminated code duplication in multi-threaded import
* Fixed a crash on ViewKeyActivityManoj Khanna2015-03-191-15/+0
| | | | | This occurs when deleting a key with a stripped master key from the ViewKeyActivity.
* Created enum MessageStatus in KeychainIntentServiceHandler and enum IOTypedanielnelz2015-03-091-1/+1
| | | | | in KeychainIntentService and replaced int constants with them. Fixed some typos.
* Merge remote-tracking branch 'origin/t/snackbar' into developmentDominik Schürmann2015-01-291-3/+3
|\ | | | | | | | | Conflicts: OpenKeychain/build.gradle
* | lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-251-2/+0
|/
* rewrite export with new operation styleVincent Breitmoser2014-10-131-12/+4
|
* Replace many PgpGeneralExceptions with PgpKeyNotFoundExceptionDominik Schürmann2014-10-091-1/+2
|
* Revert "Replace PgpGeneralException with NotFoundException where appropriate"Dominik Schürmann2014-10-091-1/+1
| | | | This reverts commit 49b4ff63122988dc1587844e6b4b2ee5d0855385.
* Replace PgpGeneralException with NotFoundException where appropriateDominik Schürmann2014-10-091-1/+1
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-171-0/+157
created ui.util for everything related to formatting