Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create new keys without lots of extra certification | Ashley Hughes | 2014-02-01 | 8 | -90/+89 |
|\ | |||||
| * | wrong types being created | Ashley Hughes | 2014-02-01 | 1 | -2/+2 |
| | | |||||
| * | create keys with minimal keyrings being constructed in between | Ashley Hughes | 2014-01-31 | 3 | -8/+25 |
| | | |||||
| * | more probable changes for spongycastle2 | Ashley Hughes | 2014-01-31 | 2 | -0/+28 |
| | | |||||
| * | default keys gen | Ashley Hughes | 2014-01-31 | 1 | -12/+8 |
| | | |||||
| * | generate single key | Ashley Hughes | 2014-01-31 | 2 | -21/+9 |
| | | |||||
| * | builds, but intents are not called or handled correctly | Ashley Hughes | 2014-01-30 | 1 | -6/+9 |
| | | |||||
| * | needs to be public... | Ashley Hughes | 2014-01-30 | 1 | -1/+1 |
| | | |||||
| * | save work | Ashley Hughes | 2014-01-30 | 2 | -44/+12 |
| | | |||||
* | | save fingerprint on save | Dominik Schürmann | 2014-02-01 | 1 | -0/+2 |
| | | |||||
* | | No bouncy castle objects in key view | Dominik Schürmann | 2014-02-01 | 7 | -36/+25 |
| | | |||||
* | | Fix layout, add API notes to README, register fingerprint URIs, some ↵ | Dominik Schürmann | 2014-02-01 | 19 | -680/+656 |
| | | | | | | | | reformatting (sry) | ||||
* | | Remove eclipse info from README | Dominik Schürmann | 2014-01-31 | 1 | -5/+0 |
| | | |||||
* | | Fix display of long user ids in key view | Dominik Schürmann | 2014-01-31 | 1 | -10/+10 |
| | | |||||
* | | Allow state loss on dismissal of progress dialogs, fixes #217 | Dominik Schürmann | 2014-01-31 | 2 | -24/+28 |
| | | |||||
* | | Fix and simplify user id parsing | Dominik Schürmann | 2014-01-31 | 6 | -55/+51 |
| | | |||||
* | | Change gradle build for spongy castle, now Android Studio properly finds the ↵ | Dominik Schürmann | 2014-01-31 | 6 | -69/+53 |
| | | | | | | | | classes | ||||
* | | 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 |
| | |||||
* | Merge pull request #233 from ashh87/expiry | Dominik Schürmann | 2014-01-30 | 2 | -26/+29 |
|\ | | | | | change key expiry | ||||
| * | 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 | 21 | -332/+471 |
| | |||||
* | 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 |
| | |||||
* | Update gradle build files to use android plugin 0.8.0, build tools 19.0.1 | Dominik Schürmann | 2014-01-29 | 12 | -31/+20 |
| | |||||
* | small code restructures | Dominik Schürmann | 2014-01-29 | 3 | -7/+7 |
| | |||||
* | Merge pull request #232 from ashh87/export-with-certs | Dominik Schürmann | 2014-01-28 | 2 | -26/+24 |
|\ | | | | | Small import/export fixes | ||||
| * | 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 |
|/ | |||||
* | Update github links | Dominik Schürmann | 2014-01-28 | 1 | -5/+5 |
| | |||||
* | Fix logging in ClipboardReflection | Dominik Schürmann | 2014-01-28 | 1 | -5/+3 |
| | |||||
* | LICENSE must be GPLv3 | Dominik Schürmann | 2014-01-28 | 1 | -202/+674 |
| | |||||
* | Fix README info about spongy castle | Dominik Schürmann | 2014-01-28 | 1 | -2/+1 |
| | |||||
* | Merge pull request #229 from ashh87/master | Dominik Schürmann | 2014-01-27 | 3 | -11/+37 |
|\ | | | | | re-enable getEmbeddedSignatures | ||||
| * | re-enable getEmbeddedSignatures | Ashley Hughes | 2014-01-27 | 3 | -11/+37 |
|/ | |||||
* | Info about installing apk | Dominik Schürmann | 2014-01-27 | 1 | -0/+1 |
| | |||||
* | build process for API DEmo in README | Dominik Schürmann | 2014-01-27 | 1 | -0/+6 |
| | |||||
* | New gradle folder structure for API Demo | Dominik Schürmann | 2014-01-27 | 4 | -0/+260 |
| | |||||
* | New gradle folder structure for API Demo | Dominik Schürmann | 2014-01-27 | 1 | -4/+0 |
| | |||||
* | New gradle folder structure for API Demo | Dominik Schürmann | 2014-01-27 | 36 | -114/+349 |
| | |||||
* | Spongy Castle info to README | Dominik Schürmann | 2014-01-27 | 1 | -7/+3 |
| | |||||
* | Add info about Android Studio to README | Dominik Schürmann | 2014-01-27 | 1 | -5/+5 |
| | |||||
* | New Gradle project structure | Dominik Schürmann | 2014-01-27 | 359 | -215/+0 |
| | |||||
* | Remove old spongy castle libs | Dominik Schürmann | 2014-01-27 | 5 | -0/+0 |
| |