aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations
Commit message (Collapse)AuthorAgeFilesLines
* actually import user attributes (though they are not shown anywhere yet)Vincent Breitmoser2015-01-141-0/+12
|
* support addition of user attributesVincent Breitmoser2015-01-121-0/+2
|
* add support for user attributes (during canonicalization)Vincent Breitmoser2015-01-121-0/+15
|
* even more intermediate resultVincent Breitmoser2015-01-122-0/+79
|
* minor stuffVincent Breitmoser2015-01-031-3/+4
|
* make certify routines more robust (#1016)Vincent Breitmoser2015-01-032-0/+7
|
* add more descriptive string about non-mdc encrypted dataVincent Breitmoser2015-01-031-0/+1
|
* encapsulate high level edit key into new operation classVincent Breitmoser2015-01-034-15/+208
|
* extend canonicalize to strip local certificates on exportVincent Breitmoser2015-01-022-14/+27
|
* small improvements regarding pin tests and loggingVincent Breitmoser2015-01-011-0/+2
|
* add PIN as a SecretKeyTypeVincent Breitmoser2014-12-301-0/+1
|
* introduce handling of notation direct key signatures, and experimental pin ↵Vincent Breitmoser2014-12-301-1/+3
| | | | notation packet
* export secret and public keys in separate armored blocksVincent Breitmoser2014-10-311-9/+24
|
* forgot a thing for secret key exportVincent Breitmoser2014-10-301-18/+24
|
* Close stream on key export to avoid partial write (see #986)Vincent Breitmoser2014-10-291-0/+7
|
* Display error on certification attempt with yubikeyVincent Breitmoser2014-10-262-0/+6
| | | | Closes #978
* implement upload of keyring after certification, check that option by defaultVincent Breitmoser2014-10-263-7/+39
|
* Retry canonicalization with pubkey self certs if first attempt failedVincent Breitmoser2014-10-261-0/+1
| | | | Fixes #974
* remove unnecessary (and buggy) BufferedInputStream wrappingVincent Breitmoser2014-10-251-3/+10
|
* more rewordingVincent Breitmoser2014-10-251-2/+2
|
* change the way merging is loggedVincent Breitmoser2014-10-251-0/+4
|
* change indentation of import logsVincent Breitmoser2014-10-251-10/+10
|
* more work on import loggingVincent Breitmoser2014-10-251-1/+2
|
* add logging to import and change order of import, keyservers firstVincent Breitmoser2014-10-252-23/+49
|
* Fix import from cloudDominik Schürmann2014-10-241-1/+1
|
* Merge branch 'development' of github.com:open-keychain/open-keychain into ↵Dominik Schürmann2014-10-231-6/+81
|\ | | | | | | | | | | | | development Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListActivity.java
| * integrate download from keyserver into key import operationVincent Breitmoser2014-10-231-6/+81
| |
* | Externalize QR Code scanning and import into its own activity for better ↵Dominik Schürmann2014-10-231-0/+2
|/ | | | code separation
* some cleanup and documentation of *Operation classesVincent Breitmoser2014-10-154-4/+60
|
* fix export performance problemsVincent Breitmoser2014-10-141-0/+5
|
* forgot committing ExportResult classVincent Breitmoser2014-10-131-0/+60
|
* rewrite export with new operation styleVincent Breitmoser2014-10-132-68/+188
|
* CertifyOperation is not a Pgp- operationVincent Breitmoser2014-10-122-13/+38
|
* DeleteResult: add custom createNotifyVincent Breitmoser2014-10-111-0/+96
|
* move delete into operation classVincent Breitmoser2014-10-113-1/+152
|
* move around package structure a bitVincent Breitmoser2014-10-1013-0/+2138