Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update from transifex | Dominik Schürmann | 2014-01-31 | 19 | -54/+141 |
| | |||||
* | bouncycastle uses the Date class, based off of UTC. Force all ↵ | Ashley Hughes | 2014-01-30 | 4 | -27/+15 |
| | | | | GregorianCalendars to use UTC, so get and set of key dates works as expected | ||||
* | binding signatures have the same creation time | Ashley Hughes | 2014-01-30 | 1 | -1/+6 |
| | |||||
* | change key expiry | Ashley Hughes | 2014-01-30 | 2 | -26/+29 |
| | |||||
* | add some changelog items | Dominik Schürmann | 2014-01-29 | 1 | -1/+10 |
| | |||||
* | language fix | Dominik Schürmann | 2014-01-29 | 18 | -22/+21 |
| | |||||
* | Fix transifex config and pull translations | Dominik Schürmann | 2014-01-29 | 20 | -320/+459 |
| | |||||
* | small language changes | Dominik Schürmann | 2014-01-29 | 1 | -2/+2 |
| | |||||
* | show unknown in ViewKey if user id is not set | Dominik Schürmann | 2014-01-29 | 1 | -2/+7 |
| | |||||
* | Give expiry dates to PgpKeyOperation | Dominik Schürmann | 2014-01-29 | 5 | -17/+43 |
| | |||||
* | Use intent data instead of IDs for upload and sign, fixes #205 | Dominik Schürmann | 2014-01-29 | 4 | -40/+43 |
| | |||||
* | save keyring in-place, fixes #228, #203 | Dominik Schürmann | 2014-01-29 | 3 | -198/+232 |
| | |||||
* | small code restructures | Dominik Schürmann | 2014-01-29 | 1 | -5/+5 |
| | |||||
* | show import secret key userID | Ashley Hughes | 2014-01-28 | 1 | -1/+2 |
| | |||||
* | exporting secret keys means exporting public, no need to do so twice | Ashley Hughes | 2014-01-28 | 1 | -25/+22 |
| | |||||
* | Fix logging in ClipboardReflection | Dominik Schürmann | 2014-01-28 | 1 | -5/+3 |
| | |||||
* | re-enable getEmbeddedSignatures | Ashley Hughes | 2014-01-27 | 1 | -10/+10 |
| | |||||
* | New Gradle project structure | Dominik Schürmann | 2014-01-27 | 352 | -0/+8407 |
| | |||||
* | Disable getEmbeddedSignatures() until patch by Ashh87 has been applied again ↵ | Dominik Schürmann | 2014-01-27 | 1 | -8/+8 |
| | | | | in our spongy castle fork | ||||
* | fix crash on keys with empty user id | Dominik Schürmann | 2014-01-25 | 4 | -46/+46 |
| | |||||
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2014-01-24 | 1 | -5/+7 |
|\ | |||||
| * | add "never" for ttl for passphrase cache | M. Dietrich | 2014-01-23 | 1 | -5/+7 |
| | | |||||
* | | Fix language problems (thanks to yahoe.001) | Dominik Schürmann | 2014-01-24 | 1 | -2/+3 |
|/ | |||||
* | remove unused adapter | Dominik Schürmann | 2014-01-19 | 1 | -266/+0 |
| | |||||
* | fix crashes on Android 2.3 | Dominik Schürmann | 2014-01-19 | 11 | -108/+161 |
| | |||||
* | more language fixes and cleanup | Dominik Schürmann | 2014-01-19 | 1 | -8/+9 |
| | |||||
* | use plurals | Dominik Schürmann | 2014-01-19 | 4 | -15/+21 |
| | |||||
* | improve sharing of key | Dominik Schürmann | 2014-01-19 | 1 | -7/+32 |
| | |||||
* | share fingerprint with qr code | Dominik Schürmann | 2014-01-19 | 3 | -30/+70 |
| | |||||
* | fix qr code scanning, implement basic scanning of fingerprint only | Dominik Schürmann | 2014-01-19 | 3 | -93/+172 |
| | |||||
* | improve performance of adapter implementations by caching index, use data ↵ | Dominik Schürmann | 2014-01-19 | 9 | -61/+221 |
| | | | | uri where possible in ViewKeyActivity | ||||
* | cleanup | Dominik Schürmann | 2014-01-18 | 2 | -27/+3 |
| | |||||
* | handle onActivityResult in FileDialogFragment directly | Dominik Schürmann | 2014-01-18 | 9 | -110/+63 |
| | |||||
* | layout fixes | Dominik Schürmann | 2014-01-18 | 1 | -3/+3 |
| | |||||
* | better onActivityResult handling for qr code import, remove unimplemented ↵ | Dominik Schürmann | 2014-01-18 | 2 | -26/+18 |
| | | | | import button | ||||
* | default import is from keyserver | Dominik Schürmann | 2014-01-18 | 2 | -6/+7 |
| | |||||
* | prettify upload key | Dominik Schürmann | 2014-01-18 | 1 | -36/+17 |
| | |||||
* | do not sign on update from server action | Dominik Schürmann | 2014-01-18 | 1 | -4/+0 |
| | |||||
* | sign key without passphrase fixed | Dominik Schürmann | 2014-01-18 | 1 | -8/+10 |
| | |||||
* | Much more usable sign activity | Dominik Schürmann | 2014-01-18 | 2 | -62/+59 |
| | |||||
* | Externalize secret key selection into fragment for reuse in different activities | Dominik Schürmann | 2014-01-18 | 6 | -107/+174 |
| | |||||
* | file imports fix | Ashley Hughes | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | fix clipboard null crash | Ashley Hughes | 2014-01-16 | 2 | -4/+6 |
| | |||||
* | Merge pull request #196 from ashh87/master | Dominik Schürmann | 2014-01-14 | 2 | -7/+116 |
|\ | | | | | cross-cert changes | ||||
| * | always check binding when verifying | Ashley Hughes | 2014-01-15 | 1 | -12/+18 |
| | | |||||
| * | refactor | Ashley Hughes | 2014-01-14 | 1 | -32/+48 |
| | | |||||
| * | begin refactor | Ashley Hughes | 2014-01-14 | 1 | -14/+40 |
| | | |||||
| * | check primary bindings | Ashley Hughes | 2014-01-14 | 1 | -30/+45 |
| | | |||||
| * | subkey binding check, start primary binding check | Ashley Hughes | 2014-01-14 | 1 | -1/+47 |
| | | |||||
| * | small tidy | Ashley Hughes | 2014-01-13 | 1 | -1/+1 |
| | |