aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/provider/ProviderHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* just skip foreign uid certifications during import for nowVincent Breitmoser2014-09-131-0/+4
| | | | Related to #836, fix still pending
* Merge pull request #843 from da-kid/masterDominik Schürmann2014-09-131-4/+25
|\ | | | | Implemented Pull2Refresh
| * Implemented Pull2Refresh in the KeyListFragmentDaniel Albert2014-09-121-4/+25
| | | | | | | | | | | | Added KeyUpdateHelper and extended ProviderHelper for better fingerprint collection Added a class for handling the list in the swipe2refresh layout that prevents scrolling bugs Added Pull2Refresh to the KeyListFragment
* | Get certificates by raw user ids, be more liberal about accepted user id ↵Dominik Schürmann2014-09-131-4/+8
| | | | | | | | encodings
* | promote all result parcels to top level classes in their own packageVincent Breitmoser2014-09-131-5/+5
|/
* Consolidate on database upgradeDominik Schürmann2014-09-091-9/+9
|
* work on passphrase caching, make use of cached SecretKeyType data (WIP!)Vincent Breitmoser2014-09-031-1/+10
|
* add getSecretKeyType method to CachedPublicKeyRingVincent Breitmoser2014-09-031-2/+16
|
* cache key s2k type in database, for later useVincent Breitmoser2014-09-021-15/+30
|
* ditch NullProgressableVincent Breitmoser2014-08-301-2/+2
|
* add ecc supportVincent Breitmoser2014-08-241-1/+1
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2014-08-201-3/+1
|\
| * Fix key sharingDominik Schürmann2014-08-201-3/+1
| |
* | consolidate: small ui thingsVincent Breitmoser2014-08-201-0/+4
| |
* | consolidate: remove debug "breakpoint"Vincent Breitmoser2014-08-201-5/+0
|/
* consolidate: prevent concurrent calls of step 2Vincent Breitmoser2014-08-201-86/+103
|
* consolidate: implement (mostly) recovery modeVincent Breitmoser2014-08-201-0/+5
|
* consolidate: use KeychainProvider for deletion operationVincent Breitmoser2014-08-201-2/+1
|
* Fix stringsDominik Schürmann2014-08-191-1/+1
|
* consolidate: a lot more log output, better recoveryVincent Breitmoser2014-08-191-23/+63
|
* consolidate: split into two steps, can pick up at second step if anything failsVincent Breitmoser2014-08-191-15/+50
|
* consolidate: working implementation, lacking uiVincent Breitmoser2014-08-171-8/+173
|
* Pass through of master key id in SaveKeyringResultDominik Schürmann2014-08-141-19/+19
|
* handle modify and save errors in KeychainIntentResultVincent Breitmoser2014-08-141-0/+4
|
* move v3 key import prevention into canonicalization methodDominik Schürmann2014-08-141-10/+0
|
* Do not import v3 keys, they are insecure!Dominik Schürmann2014-08-141-0/+10
|
* Dont write version header by defaultDominik Schürmann2014-08-141-1/+4
|
* API: User interaction when account keys are deletedDominik Schürmann2014-08-131-1/+1
|
* Optimize importsDominik Schürmann2014-08-051-5/+5
|
* KeychainContract: use longs instead of String, other fixesDominik Schürmann2014-08-051-7/+7
|
* Fix CachedPublicKeyringmar-v-in2014-08-011-0/+4
| | | | I had this code already in my git, but it was in between the load of other things in there, just pulled it out.
* Remove runtime check to fix passphrase serviceDominik Schürmann2014-08-011-6/+0
|
* fix bug in UploadKeyActivity, minor work on uri handlingVincent Breitmoser2014-07-311-0/+6
|
* rename Wrapped*Key* to Canonicalized*Key*Vincent Breitmoser2014-07-311-67/+64
|
* couple of fixes in save*KeyRing methodsVincent Breitmoser2014-07-301-23/+13
|
* move getPublicKey into abstract WrappedKeyRing (also, fix getPrimaryUserId)Vincent Breitmoser2014-07-151-1/+1
|
* Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2014-07-151-1/+1
|\
| * merge: different msg if nothing was mergedVincent Breitmoser2014-07-151-1/+1
| |
* | some fixes for editDominik Schürmann2014-07-151-1/+1
|/
* some UncachedKeyRing fixes, primary user id mostlyVincent Breitmoser2014-07-111-6/+5
|
* don't use zero plural string for englishVincent Breitmoser2014-07-021-1/+5
| | | | closes #703
* pass import results through to viewkeyactivity on updateVincent Breitmoser2014-06-281-2/+2
|
* code cleanup and plurals in import log entriesVincent Breitmoser2014-06-281-60/+35
| | | | closes #698
* fix indentation in various key import methodsVincent Breitmoser2014-06-221-60/+64
|
* VERY basic test for save keyringArt O Cathain2014-06-211-13/+2
|
* generate public keyring from secret if not availableVincent Breitmoser2014-06-181-18/+18
|
* consolidate: almost sane loggingVincent Breitmoser2014-06-181-42/+54
|
* consolidate: add key import routines with consolidationVincent Breitmoser2014-06-181-43/+166
|
* consolidate: make it workVincent Breitmoser2014-06-181-0/+13
|