aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/util
Commit message (Expand)AuthorAgeFilesLines
* PgpKeyOperation: factor out all android dependenciesVincent Breitmoser2014-04-011-0/+50
* Fix fingerprint handlingDominik Schürmann2014-03-201-2/+1
* Use getter and setterDominik Schürmann2014-03-201-12/+17
* Dont try to parse key/fingerprint result from keyserver queryDominik Schürmann2014-03-202-47/+55
* Add debug logging for hkp keyserver actionsThialfihar2014-03-201-5/+10
* fix emails not showing up in import keyserver searchuberspot2014-03-181-2/+1
* add mr option in keyserver class before query (code simplification)Dominik Schürmann2014-03-181-3/+3
* Merge pull request #424 from gogowitczak/mro-branchDominik Schürmann2014-03-181-42/+88
|\
| * Fixed coding style.gogowitczak2014-03-181-120/+130
| * removed TODO commentgogowitczak2014-03-151-7/+0
| * Keyserver query now uses machine readable output for search and get. Added se...gogowitczak2014-03-151-75/+118
* | certify: preserve user id certificates when saving secret keysVincent Breitmoser2014-03-171-1/+9
|/
* final ui code style changesuberspot2014-03-131-4/+5
* more code style changes in /ui and /utiluberspot2014-03-1311-224/+224
* Added possibility to specify port for KeyServer.gogowitczak2014-03-131-1/+1
* Added possibility to specify port for KeyServer.gogowitczak2014-03-131-24/+30
* Export cancellable - minor changesgrait2014-03-131-0/+5
* Fix error in importing/updating keys from keyserver by removing extra 0xMiroojin Bakshi2014-03-121-1/+1
* Fix key id and fingerprint handling, use full key idsDominik Schürmann2014-03-091-1/+1
* corrected commitAnkush2014-03-071-1/+1
* Fix license header of key server filesDominik Schürmann2014-03-042-2/+6
* Remove unused importsDominik Schürmann2014-03-041-6/+0
* Fix NewApi Lint ErrorsEmantor2014-03-031-1/+1
* Fix DefaultLocale Lint WarningsEmantor2014-03-031-3/+4
* fix display of fingerprint in key server queryDominik Schürmann2014-02-041-1/+8
* CleanupDominik Schürmann2014-02-011-1/+0
* Reworking import, testing needed...Dominik Schürmann2014-02-011-43/+0
* search worksDominik Schürmann2014-02-012-7/+11
* bouncycastle uses the Date class, based off of UTC. Force all GregorianCalend...Ashley Hughes2014-01-301-2/+6
* New Gradle project structureDominik Schürmann2014-01-2714-0/+1509