aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations
Commit message (Expand)AuthorAgeFilesLines
* export: improve stream handling, performanceVincent Breitmoser2015-09-281-3/+12
* export: support encrypted export, first versionVincent Breitmoser2015-09-282-32/+78
* upload: identify key by masterKeyId onlyVincent Breitmoser2015-09-262-21/+21
* export: more cleanup and splitting into subroutinesVincent Breitmoser2015-09-262-49/+52
* export: externalize upload into its own operationVincent Breitmoser2015-09-264-106/+230
* export: clean up, fix possible infinite loopVincent Breitmoser2015-09-261-61/+54
* export: move execute operation to topVincent Breitmoser2015-09-261-40/+41
* remove "export to file" code path from export operationVincent Breitmoser2015-09-262-65/+5
* mime: skip trailing unsigned parts, and ignore nested signed dataVincent Breitmoser2015-09-172-3/+17
* mime: support for signed-then-encrypted formatVincent Breitmoser2015-09-172-16/+140
* mime: add failure case if openpgp processing fails!Vincent Breitmoser2015-09-162-0/+6
* mime: add logging messagesVincent Breitmoser2015-09-162-19/+18
* mime: handle non-mime data, just pass it throughVincent Breitmoser2015-09-162-11/+41
* mime: respect charset header (default to utf-8)Vincent Breitmoser2015-09-162-12/+7
* multidecrypt: use bottom sheet for longclick optionsVincent Breitmoser2015-09-161-3/+5
* multidecrypt: display all outputUris as individual itemsVincent Breitmoser2015-09-161-1/+1
* mime: return one OpenPgpMetadata object per body partVincent Breitmoser2015-09-162-10/+32
* preliminary working mime parsing in DecryptListFragment! (beware WIP, here be...Vincent Breitmoser2015-09-162-11/+23
* mime: add logging to InputDataOperationVincent Breitmoser2015-09-152-49/+92
* mime: create more general InputDataOperation, which for now and does basic mi...Vincent Breitmoser2015-09-154-374/+202
* Merge branch 'master' into mime4jVincent Breitmoser2015-09-146-158/+219
|\
| * share rather than save log files (OKC-01-015)Vincent Breitmoser2015-09-111-17/+63
| * never import secret keys from keyserver (OKC-01-001)Vincent Breitmoser2015-09-112-4/+12
| * perform fingerprint check after canonicalization (OKC-01-009)Vincent Breitmoser2015-09-112-14/+3
| * add support for signed-only data in the backend (#1507)Vincent Breitmoser2015-09-101-0/+1
| * Merge branch 'linked-identities' (and fix OperationHelper ids)Vincent Breitmoser2015-08-292-2/+72
| |\
| | * Merge tag 'v3.2.1' into linked-identitiesVincent Breitmoser2015-05-111-0/+2
| | |\
| | * | check for fingerprint of any subkey (arguable?)Vincent Breitmoser2015-05-061-6/+7
| | * | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-2414-274/+234
| | |\ \
| | * \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-04-092-11/+16
| | |\ \ \
| | * | | | work on cookie scanning during creationVincent Breitmoser2015-03-241-2/+8
| | * | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-249-28/+34
| | |\ \ \ \
| | * | | | | support github resource (pa)Vincent Breitmoser2015-03-241-0/+1
| | * | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-156-1/+108
| | |\ \ \ \ \
| | * | | | | | remove notiion of nonce/identifierVincent Breitmoser2015-03-131-2/+0
| | * | | | | | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-083-18/+20
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-051-6/+69
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-021-14/+0
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | NON-WORKING Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-0215-317/+686
| | |\| | | | | | | |
| | * | | | | | | | | small fixes to user attribute handlingVincent Breitmoser2015-01-141-0/+1
| | * | | | | | | | | 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
| * | | | | | | | | | Remove dead codeDominik Schürmann2015-08-271-2/+2
| * | | | | | | | | | fixed update all crashAdithya Abraham Philip2015-08-241-55/+31
| * | | | | | | | | | mention filename to export to in logVincent Breitmoser2015-08-222-0/+3
| * | | | | | | | | | introduced constants for keyserver sync, fixed sync issueAdithya Abraham Philip2015-08-203-6/+5
| * | | | | | | | | | reworked keyserversyncadapterservice flowAdithya Abraham Philip2015-08-201-9/+1
| * | | | | | | | | | introduced keyserver sync adapterAdithya Abraham Philip2015-08-201-11/+26