aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/ExportHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup, fix advanced sharingDominik Schürmann2015-10-151-125/+0
|
* Merge remote-tracking branch 'origin/master' into encrypted-exportVincent Breitmoser2015-09-281-7/+8
|\
| * Remove save support for Android < 4.4 (OKC-01-014)Dominik Schürmann2015-09-241-7/+8
| |
* | export: support encrypted export, first versionVincent Breitmoser2015-09-281-1/+1
| |
* | remove "export to file" code path from export operationVincent Breitmoser2015-09-261-1/+1
|/
* some cleanup in FileHelper, and allow input of filename during exportVincent Breitmoser2015-08-271-1/+1
|
* trigger indexing of file after operation (#1498)Vincent Breitmoser2015-08-221-1/+6
|
* add pseudo-static id property to CryptoOperationHelperVincent Breitmoser2015-07-091-1/+1
|
* change wording of export dialog, remove "export secret" checkboxVincent Breitmoser2015-07-081-16/+22
|
* Rudimentary backup featureDominik Schürmann2015-07-081-2/+2
|
* changed to work with multi-decryptAdithya Abraham Philip2015-06-271-0/+5
|
* deleted KeychainServiceAdithya Abraham Philip2015-06-271-7/+0
|
* added export and upload to KeychainNewServiceAdithya Abraham Philip2015-06-271-45/+30
|
* backport CryptoOperationFragment changes without eventbusVincent Breitmoser2015-06-101-5/+5
|
* renamed KeychainIntentService to KeychainServiceAdithya Abraham Philip2015-06-011-10/+10
|
* merged servicesAdithya Abraham Philip2015-06-011-3/+3
|
* 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