aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/keyimport
Commit message (Collapse)AuthorAgeFilesLines
* Shifted duplicate method implementations from KeyRing to openpgp-api submoduleAlex Fong2016-05-151-1/+2
|
* Fix license headerDominik Schürmann2016-05-121-2/+2
|
* Use cert pinning only if availableDominik Schürmann2016-04-092-4/+4
|
* okhttp3Michal Kepkowski2016-03-142-44/+25
|
* small nullpointer fixVincent Breitmoser2016-03-021-3/+6
|
* added Facebook links support, reworked PreferencesAdithya Abraham Philip2015-12-067-18/+252
|
* import: make operation cancelable (again), make "update all" cancelableVincent Breitmoser2015-10-291-1/+0
| | | | (also, use unbounded blocking queue to fix update of more than 10 keys)
* make use of proxies a Keyserver propertyVincent Breitmoser2015-10-294-33/+40
|
* use Proxy.NO_PROXY instead of null value for no proxyVincent Breitmoser2015-10-292-6/+11
|
* uploadop: clean up, add loggingVincent Breitmoser2015-10-291-1/+1
|
* Harden parsing of keyserver results (OKC-01-003)Dominik Schürmann2015-09-253-28/+47
|
* Use more modular Keybase lib with OkHttp wrapperDominik Schürmann2015-09-211-3/+8
|
* Keyservers: Dont follow redirects, pin pgp.mit.edu, check for pinned cert on ↵Dominik Schürmann2015-09-201-1/+5
| | | | add (OKC-01-018)
* introduced constants for keyserver sync, fixed sync issueAdithya Abraham Philip2015-08-201-1/+1
|
* introduced keyserver sync adapterAdithya Abraham Philip2015-08-201-3/+3
|
* check response code for upload errorAdithya Abraham Philip2015-07-101-0/+4
|
* fix some nullpointers from proxy implementationVincent Breitmoser2015-07-071-2/+7
|
* removed e.printStackTrace from several placesAdithya Abraham Philip2015-07-031-3/+3
|
* added proxy logging, removed test function in KeybaseLibAdithya Abraham Philip2015-07-031-1/+2
|
* code cleanupAdithya Abraham Philip2015-07-031-2/+1
|
* ensuring code style is preservedAdithya Abraham Philip2015-07-033-20/+14
|
* added proxy support to KeybaseLibAdithya Abraham Philip2015-07-032-8/+10
|
* fixed Proxy generation, proxy working for for cloud importAdithya Abraham Philip2015-07-031-17/+11
|
* fixed certificate pinningAdithya Abraham Philip2015-07-031-4/+5
|
* added proxy support, silent right nowAdithya Abraham Philip2015-07-034-43/+73
|
* kill lagging search threadsAdithya Abraham Philip2015-07-021-3/+10
|
* 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
|