aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations
Commit message (Collapse)AuthorAgeFilesLines
* work on cookie scanning during creationVincent Breitmoser2015-03-241-2/+8
|
* Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-249-28/+34
|\ | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * Reworked Notify classManoj Khanna2015-03-204-16/+16
| |
| * New Passphrase class for safer passphrase handling in memoryDominik Schürmann2015-03-195-12/+18
| |
* | support github resource (pa)Vincent Breitmoser2015-03-241-0/+1
| |
* | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-156-1/+108
|\| | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
| * Add missing license headersDominik Schürmann2015-03-156-0/+102
| |
| * Fix for Issue #1115Manoj Khanna2015-03-131-1/+2
| |
| * added contact sync at end of CertifyOperationAdithya Abraham Philip2015-03-111-0/+4
| |
* | remove notiion of nonce/identifierVincent Breitmoser2015-03-131-2/+0
| |
* | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-083-18/+20
|\| | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyActivity.java
| * add support for certification of user attributesVincent Breitmoser2015-03-082-10/+18
| |
| * Check for insecure hash and symmetric encryption algos on decryptDominik Schürmann2015-03-051-0/+2
| |
| * Remove advanced preferences, move compression as menu item in encrypt ↵Dominik Schürmann2015-03-051-8/+0
| | | | | | | | activites, select hash and encryption algo based on hardcoded preferred lists
* | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-051-6/+69
|\| | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/results/OperationResult.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyFragment.java
| * Merge branch 'development' of https://github.com/adithyaphilip/open-keychain ↵Dominik Schürmann2015-03-041-0/+7
| |\ | | | | | | | | | | | | | | | | | | into adithyaphilip-development Conflicts: OpenKeychain/src/main/res/values/strings.xml
| | * added logging, notify for log exportAdithya Abraham Philip2015-03-011-0/+7
| | |
| * | Cleanup for styleMorgan Gangwere2015-03-031-13/+6
| | | | | | | | | | | | Some nitpicks were had. Also, change the null UUID to a constant.
| * | Fix root cause of #1077Morgan Gangwere2015-03-031-6/+70
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When importing lots of keys, lots of messages about the status of keys is generated, including some debug slime and general fluff that isn't really needed a lot of the time. As a result, a serious bug can come along after key imports or certain operations which cause a log to become parceled. This commit implements a pool to "dehydrate" logs into: they are placed into the pool (a ConcurrentHashMap) and a UUID assigned to them, which is parceled along. When the OperationResult is un-parceled, it reads in the appropriate UUID bits and rehydrates the appropriate log. In order to avoid any memory leaks, the log pool removes a reference to the log itself, allowing the log to die a natural death at the hands of the GC..
* | Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-021-14/+0
|\| | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/UserAttributesAdapter.java
* | NON-WORKING Merge branch 'development' into linked-identitiesVincent Breitmoser2015-03-0215-317/+686
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedKeyRing.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/UncachedPublicKey.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/WrappedUserAttribute.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainDatabase.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/KeychainProvider.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/SaveKeyringParcel.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListActivity.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/ViewKeyMainFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/UserAttributesAdapter.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/ContactHelper.java OpenKeychain/src/main/res/layout/view_key_main_fragment.xml OpenKeychain/src/main/res/values/strings.xml extern/spongycastle
| * Merge keybase-proof branchDominik Schürmann2015-02-271-0/+9
| |\
| | * Moved from WebView to Spannables, some proof cleanup tooTim Bray2014-11-071-0/+9
| | |
| * | determine correct filesize during decryption from LiteralData packetVincent Breitmoser2015-02-171-0/+1
| | |
| * | rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-0110-131/+346
| | | | | | | | | | | | | | | | | | | | | - 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
| * | prevent recursive consolidateVincent Breitmoser2015-01-311-0/+1
| | |
| * | Merge remote-tracking branch 'origin/t/snackbar' into developmentDominik Schürmann2015-01-295-198/+96
| |\ \ | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/build.gradle
| | * | use Notify helper everywhere, replace supertoasts with snackbar libraryVincent Breitmoser2015-01-195-198/+96
| | | |
| * | | Merge branch 'development' into detached-sigs-apiDominik Schürmann2015-01-274-3/+62
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java
| | * | | backend support for charset in ascii-armored streamsVincent Breitmoser2015-01-272-0/+12
| | | | |
| | * | | move last parts of import logic from kis into operationVincent Breitmoser2015-01-263-3/+50
| | | | |
| * | | | Merge branch 'development' into detached-sigs-apiDominik Schürmann2015-01-267-7/+207
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/remote/OpenPgpService.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
| | * | | lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-254-6/+5
| | | | |
| | * | | introduce PromoteKeyOperation to create dummy secret from public keysVincent Breitmoser2015-01-255-1/+170
| | | | |
| | * | | work on divert-to-key and other keyring stuffVincent Breitmoser2015-01-251-0/+2
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - allow modifySecretKeyRing operation without passphrase, but a only restricted subset of operations (ie, s2k strip/divert) - pass byte array with serial number to key edit operation to initialize divert-to-card key - update spongycastle to support serial numbers in iv for divert-to-card
| | * | 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-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/SaveKeyringParcel.java OpenKeychain/src/main/res/values/strings.xml
| | * | add support for user attributes (during canonicalization)Vincent Breitmoser2015-01-121-0/+15
| | | |
| * | | Experimental API support for detached signatures (not tested)Dominik Schürmann2015-01-081-0/+16
| |/ /
* | | 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
|/ /
* | 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
| |