Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New Gradle project structure | Dominik Schürmann | 2014-01-27 | 221 | -7999/+0 |
* | remove navigation drawer from help | Dominik Schürmann | 2014-01-25 | 1 | -15/+7 |
* | smaller expiry buttons | Dominik Schürmann | 2014-01-25 | 1 | -1/+2 |
* | remove shadow from icon | Dominik Schürmann | 2014-01-25 | 6 | -0/+0 |
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2014-01-24 | 2 | -2/+5 |
|\ | |||||
| * | add "never" for ttl for passphrase cache | M. Dietrich | 2014-01-23 | 2 | -2/+5 |
* | | Fix language problems (thanks to yahoe.001) | Dominik Schürmann | 2014-01-24 | 2 | -24/+29 |
|/ | |||||
* | update from transifex for russian translation | Dominik Schürmann | 2014-01-21 | 1 | -1/+1 |
* | update from transifex | Dominik Schürmann | 2014-01-21 | 7 | -124/+124 |
* | pull translation from transifex | Dominik Schürmann | 2014-01-20 | 19 | -22/+718 |
* | update from transifex | Dominik Schürmann | 2014-01-19 | 5 | -35/+82 |
* | changelog for 2.2 | Dominik Schürmann | 2014-01-19 | 2 | -1/+14 |
* | pull from transifex | Dominik Schürmann | 2014-01-19 | 1 | -5/+5 |
* | pull from transifex | Dominik Schürmann | 2014-01-19 | 2 | -6/+17 |
* | pull from transifex | Dominik Schürmann | 2014-01-19 | 15 | -226/+184 |
* | fix plural | Dominik Schürmann | 2014-01-19 | 1 | -0/+1 |
* | more language fixes and cleanup | Dominik Schürmann | 2014-01-19 | 15 | -114/+75 |
* | use plurals | Dominik Schürmann | 2014-01-19 | 6 | -65/+206 |
* | remove unused string | Dominik Schürmann | 2014-01-19 | 1 | -1/+0 |
* | transifex config and current translations | Dominik Schürmann | 2014-01-19 | 60 | -0/+3241 |
* | improve sharing of key | Dominik Schürmann | 2014-01-19 | 1 | -3/+2 |
* | improve sharing of key | Dominik Schürmann | 2014-01-19 | 2 | -20/+44 |
* | share fingerprint with qr code | Dominik Schürmann | 2014-01-19 | 3 | -3/+9 |
* | fix qr code scanning, implement basic scanning of fingerprint only | Dominik Schürmann | 2014-01-19 | 1 | -0/+1 |
* | improve performance of adapter implementations by caching index, use data uri... | Dominik Schürmann | 2014-01-19 | 2 | -5/+5 |
* | layout fixes | Dominik Schürmann | 2014-01-18 | 2 | -9/+16 |
* | better onActivityResult handling for qr code import, remove unimplemented imp... | Dominik Schürmann | 2014-01-18 | 1 | -7/+7 |
* | default import is from keyserver | Dominik Schürmann | 2014-01-18 | 2 | -2/+2 |
* | add holo light icons | Dominik Schürmann | 2014-01-18 | 30 | -4/+5 |
* | prettify upload key | Dominik Schürmann | 2014-01-18 | 2 | -36/+43 |
* | do not sign on update from server action | Dominik Schürmann | 2014-01-18 | 3 | -10/+14 |
* | more layout fixes | Dominik Schürmann | 2014-01-18 | 3 | -52/+63 |
* | Much more usable sign activity | Dominik Schürmann | 2014-01-18 | 3 | -28/+46 |
* | Externalize secret key selection into fragment for reuse in different activities | Dominik Schürmann | 2014-01-18 | 5 | -63/+70 |
* | Update gradle build files to 0.7.3 android plugin, add Gradle 1.9 wrapper, ad... | Dominik Schürmann | 2014-01-16 | 1 | -1/+1 |
* | toast on copy to clipboard | Dominik Schürmann | 2014-01-14 | 1 | -0/+1 |
* | prettify import | Dominik Schürmann | 2014-01-14 | 3 | -6/+21 |
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2014-01-14 | 1 | -2/+1 |
|\ | |||||
| * | Merge pull request #188 from ashh87/master | Dominik Schürmann | 2014-01-13 | 1 | -2/+1 |
| |\ | |||||
| | * | new keys are cross-certified | Ashley Hughes | 2014-01-13 | 1 | -2/+1 |
* | | | fix some small layout bugs, add barcode scanner lib as source lib, fix qr cod... | Dominik Schürmann | 2014-01-14 | 4 | -7/+20 |
|/ / | |||||
* / | simplify wording | Dominik Schürmann | 2014-01-13 | 1 | -1/+1 |
|/ | |||||
* | key view is working | Dominik Schürmann | 2014-01-13 | 5 | -165/+217 |
* | cleanup layouts, prepare layouts for new key view | Dominik Schürmann | 2014-01-12 | 27 | -438/+237 |
* | preferences and help into menu not drawer according to guidelines and google ... | Dominik Schürmann | 2014-01-09 | 2 | -3/+2 |
* | implement navigation drawer | Dominik Schürmann | 2014-01-09 | 29 | -748/+524 |
* | add experimental drawer navigation | Dominik Schürmann | 2014-01-09 | 17 | -17/+149 |
* | use bootstrap buttons | Dominik Schürmann | 2014-01-09 | 39 | -240/+214 |
* | add AndroidBootstrap lib | Dominik Schürmann | 2014-01-09 | 1 | -1/+5 |
* | fix import, add missing multi select menu | Dominik Schürmann | 2014-01-08 | 1 | -0/+9 |