aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup in HkpKeyserverDominik Schürmann2015-04-201-4/+3
|
* Added comments for server result sorting in key searchMax Mertens2015-03-181-0/+6
|
* Show HKP server results first in key cloud search. Fixes #1066Max Mertens2015-03-181-1/+8
|
* object oriented split user idDominik Schürmann2015-03-161-10/+8
|
* Disable maybe methods in ImportKeysListEntry for nowDominik Schürmann2015-03-101-2/+3
|
* split up and mark unsafe expiry-related methodsVincent Breitmoser2015-02-261-2/+2
|
* rewrite PgpSignEncrypt data flowVincent Breitmoser2015-02-013-4/+4
| | | | | | | - 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
* lift language level to java 7, and some code cleanupVincent Breitmoser2015-01-254-12/+12
|
* deal with non-existent user ids during import (#994)Vincent Breitmoser2015-01-021-1/+2
|
* integrate download from keyserver into key import operationVincent Breitmoser2014-10-231-15/+30
|
* Make bit size optionalDominik Schürmann2014-10-051-2/+5
|
* Fix bug where Keybase extraData gets lost when SKS wins the search race.Tim Bray2014-09-251-0/+10
|
* fix nullpointer ImportKeysListEntry (from pulltorefresh)Vincent Breitmoser2014-09-231-2/+5
| | | | Fixes #873
* Handle absence of personal information in Keybase search resultTim Bray2014-09-211-1/+4
|
* Merge user ids in import list for better displayDominik Schürmann2014-09-212-13/+55
|
* Beautify key id (thanks to Tim Bray)Dominik Schürmann2014-09-191-3/+3
|
* Use key icons in import, prettify itemsDominik Schürmann2014-09-181-0/+1
|
* package reordering: merge util and helper, there were no real difference; ↵Dominik Schürmann2014-09-174-10/+10
| | | | created ui.util for everything related to formatting
* Fix construction of algorithmID in Keybase result listsTim Bray2014-09-151-2/+2
|
* Keys found on multiple servers are now imported from all of themTim Bray2014-09-134-9/+14
|
* Change shuffle to rotate, and when merging ImportKeysList entries, if either ↵Tim Bray2014-09-132-2/+12
| | | | side is revoked/expired, the merge reflects that
* Add cloud search tab, lose Keybase/Keyserver tabs, re-organize prefsTim Bray2014-09-134-2/+195
|
* show bitsizes in import key list againVincent Breitmoser2014-08-301-4/+4
| | | | closes #802
* add ecc supportVincent Breitmoser2014-08-243-10/+17
|
* Copyright (C) 2014 Vincent BreitmoserVincent Breitmoser2014-08-211-0/+1
|
* Upload key workingDominik Schürmann2014-08-201-0/+2
|
* Upload key workingDominik Schürmann2014-08-201-0/+3
|
* Work on upload keyDominik Schürmann2014-08-201-14/+24
|
* Optimize importsDominik Schürmann2014-08-051-5/+5
|
* Add license headersDominik Schürmann2014-08-041-0/+17
|
* Fixing lint complaints, removing unused resourcesDominik Schürmann2014-08-041-5/+5
|
* move classes around a bitVincent Breitmoser2014-08-011-97/+0
|
* lowercase all key ids from keyserverVincent Breitmoser2014-07-311-2/+2
|
* Robots like coffee too...Dominik Schürmann2014-07-311-4/+0
|
* Parcelable data over 1MB can not be send through binder, parcel into a cache ↵Dominik Schürmann2014-07-311-0/+101
| | | | file, fix #592
* Keyserver exception translateableDominik Schürmann2014-07-312-1/+8
|
* Smaller notesDominik Schürmann2014-07-311-0/+8
|
* Even better Exception handling with keyserver queriesDominik Schürmann2014-07-311-8/+10
|
* Exception handling with keyserver queriesDominik Schürmann2014-07-311-5/+13
|
* Fallback if no primary user id existsDominik Schürmann2014-07-161-1/+1
|
* Move sks-keyservers.net CA into assets foldermar-v-in2014-06-251-6/+4
|
* Merge branch 'master' into hkps-by-defaultmar-v-in2014-06-242-0/+9
|\
| * Merge pull request #686 from mar-v-in/minidnsVincent2014-06-231-10/+11
| |\ | | | | | | Use minidns instead of dnsjava
| * \ Merge branch 'master' of https://github.com/da-kid/open-keychainDaniel Albert2014-06-231-0/+3
| |\ \
| | * | Handle empty keybase.io query, should fix #675Tim Bray2014-06-221-0/+3
| | | |
| * | | Fixed Issue #683 which caused OK to crash upon importing keys which contain ↵Daniel Albert2014-06-231-0/+6
| |/ / | | | | | | | | | percent signs.
* | | Use URLEncoder instead of Uri.encodemar-v-in2014-06-241-2/+6
| | |
* | | Rewrote hkp add to work with hkps as well.mar-v-in2014-06-241-24/+13
| | | | | | | | | | | | Also removes HttpClient dependency (deprecated for android)
* | | Few fixes on hkpsmar-v-in2014-06-231-4/+3
| | | | | | | | | | | | TODO: Fix add as well
* | | Add hkps support for sks-keyservers.netmar-v-in2014-06-231-65/+42
| |/ |/|