aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:dschuermann/openpgp-keychainDominik Schürmann2013-09-222-3/+5
|\
| * Update README.mdDominik Schürmann2013-09-221-3/+3
| |
| * Merge pull request #134 from ashh87/masterDominik Schürmann2013-09-201-0/+2
| |\ | | | | | | set mainUserIdRest visible after GONE in previous key
| | * set mainUserIdRest visible after GONE in previous keyAshley Hughes2013-09-201-0/+2
| |/
* / Set default algorithms to SHA-512 and AES-256Dominik Schürmann2013-09-202-3/+3
|/
* Rename COPYING to LICENSEDominik Schürmann2013-09-191-0/+0
|
* Renaming some filesDominik Schürmann2013-09-197-28/+51
|
* Work on new Import activityDominik Schürmann2013-09-1920-234/+655
|
* Merge pull request #131 from ogasser/patch-1Dominik Schürmann2013-09-171-1/+1
|\ | | | | Don't use revoked keys
| * Don't use revoked keysogasser2013-09-171-1/+1
|/ | | Check if keys are revoked when getting usable encryption keys. Only use keys which are not expired and not revoked.
* Merge pull request #128 from ashh87/masterDominik Schürmann2013-09-171-0/+13
|\ | | | | add public keys when importing secret keys
| * null checkAshley Hughes2013-09-171-1/+2
| |
| * add public keys when importing secret keysAshley Hughes2013-09-171-0/+12
|/
* Merge branch 'master' of github.com:dschuermann/openpgp-keychainDominik Schürmann2013-09-171-0/+0
|\
| * Merge pull request #127 from ashh87/masterDominik Schürmann2013-09-171-0/+0
| |\ | | | | | | Issue 115 - UTF passwords
| | * Issue 115 - UTF passwordsAshley Hughes2013-09-171-0/+0
| |/
* / Updated PRNGFixes from official blogpostDominik Schürmann2013-09-172-97/+120
|/
* API documentationDominik Schürmann2013-09-161-1/+1
|
* API documentationDominik Schürmann2013-09-161-2/+0
|
* API documentationDominik Schürmann2013-09-162-2/+2
|
* API documentationDominik Schürmann2013-09-161-4/+4
|
* API documentationDominik Schürmann2013-09-165-8/+33
|
* Simplify exception handling in serviceDominik Schürmann2013-09-162-61/+23
|
* Better error handlingDominik Schürmann2013-09-167-68/+116
|
* API update: boolean to allow/disallow user interaction allow real background ↵Dominik Schürmann2013-09-164-32/+59
| | | | pgp operations that will not require user input
* Docs for bouncy castleDominik Schürmann2013-09-161-4/+17
|
* More docs on rng issuesDominik Schürmann2013-09-151-0/+5
|
* Do not seed /dev/urandom. urandom is non-writeable on some devices. Because ↵Dominik Schürmann2013-09-151-42/+55
| | | | only OpenSSL seeding is broken, this should not result in security problems!
* Reorder security providers in application class, document functionalityDominik Schürmann2013-09-152-10/+29
|
* READMEDominik Schürmann2013-09-151-3/+3
|
* name build xmlsDominik Schürmann2013-09-152-2/+2
|
* READMEDominik Schürmann2013-09-151-11/+6
|
* READMEDominik Schürmann2013-09-151-17/+10
|
* remove unused codeDominik Schürmann2013-09-152-51/+0
|
* rename encryptAndSign to signAndEncryptDominik Schürmann2013-09-153-27/+4
|
* Put PgpMain methods in separate opbject classes, handle passphrase dialog in ↵Dominik Schürmann2013-09-1533-2621/+2792
| | | | EditKey not in SecretKeyList
* Move pgp classes into subpackageDominik Schürmann2013-09-1527-43/+41
|
* add untrusted signature statusDominik Schürmann2013-09-153-3/+5
|
* reorder manifestDominik Schürmann2013-09-152-12/+10
|
* Extended apiDominik Schürmann2013-09-1512-248/+553
|
* Define abstract remote serviceDominik Schürmann2013-09-153-221/+293
|
* once again reorder packagesDominik Schürmann2013-09-1514-17/+17
|
* Fix gradle buildDominik Schürmann2013-09-157-9/+12
|
* Version 2.1.1Dominik Schürmann2013-09-143-5/+25
|
* Update Intent APIDominik Schürmann2013-09-145-248/+81
|
* API updateDominik Schürmann2013-09-1412-46/+555
|
* Fix intent for api, fix slection dialog in demoDominik Schürmann2013-09-134-52/+60
|
* unify naming of api package and processDominik Schürmann2013-09-1314-20/+20
|
* remove unnecessary boolean from SignatureResultDominik Schürmann2013-09-133-24/+10
|
* READMEDominik Schürmann2013-09-101-6/+0
|