| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 3 | -12/+19 |
* | better onActivityResult handling for qr code import, remove unimplemented imp... | Dominik Schürmann | 2014-01-18 | 3 | -33/+25 |
* | default import is from keyserver | Dominik Schürmann | 2014-01-18 | 4 | -8/+9 |
* | add holo light icons | Dominik Schürmann | 2014-01-18 | 30 | -4/+5 |
* | prettify upload key | Dominik Schürmann | 2014-01-18 | 3 | -72/+60 |
* | do not sign on update from server action | Dominik Schürmann | 2014-01-18 | 4 | -14/+14 |
* | more layout fixes | Dominik Schürmann | 2014-01-18 | 3 | -52/+63 |
* | 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 | 5 | -90/+105 |
* | Externalize secret key selection into fragment for reuse in different activities | Dominik Schürmann | 2014-01-18 | 11 | -170/+244 |
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2014-01-16 | 6 | -12/+123 |
|\ |
|
| * | 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 | 3 | -7/+116 |
| |\ |
|
| | * | 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 | 2 | -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 |
* | | | Update gradle build files to 0.7.3 android plugin, add Gradle 1.9 wrapper, ad... | Dominik Schürmann | 2014-01-16 | 2 | -6/+7 |
|/ / |
|
* | | fix exporting to file, close #195 | Dominik Schürmann | 2014-01-14 | 1 | -13/+11 |
* | | toast on copy to clipboard | Dominik Schürmann | 2014-01-14 | 2 | -0/+3 |
* | | 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 | 2 | -6/+13 |
|\ \ |
|
| * | | Merge pull request #188 from ashh87/master | Dominik Schürmann | 2014-01-13 | 2 | -6/+13 |
| |\| |
|
| | * | new keys are cross-certified | Ashley Hughes | 2014-01-13 | 2 | -6/+13 |
* | | | fix some small layout bugs, add barcode scanner lib as source lib, fix qr cod... | Dominik Schürmann | 2014-01-14 | 11 | -555/+65 |
|/ / |
|
* / | simplify wording | Dominik Schürmann | 2014-01-13 | 1 | -1/+1 |
|/ |
|
* | bump version code to 21106 for beta testers | Dominik Schürmann | 2014-01-13 | 1 | -17/+1 |
* | key view is working | Dominik Schürmann | 2014-01-13 | 17 | -541/+577 |
* | fix compile | Dominik Schürmann | 2014-01-12 | 3 | -19/+25 |
* | cleanup layouts, prepare layouts for new key view | Dominik Schürmann | 2014-01-12 | 42 | -459/+345 |
* | bump version to 21105 for beta testers | Dominik Schürmann | 2014-01-10 | 1 | -1/+1 |
* | fix gradle build | Dominik Schürmann | 2014-01-10 | 1 | -1/+1 |
* | bump to version code 21104 for beta testers | Dominik Schürmann | 2014-01-10 | 1 | -1/+1 |
* | preferences and help into menu not drawer according to guidelines and google ... | Dominik Schürmann | 2014-01-09 | 6 | -22/+247 |
* | fix bad crashes | Dominik Schürmann | 2014-01-09 | 6 | -251/+80 |
* | implement navigation drawer | Dominik Schürmann | 2014-01-09 | 44 | -1495/+713 |
* | add experimental drawer navigation | Dominik Schürmann | 2014-01-09 | 22 | -35/+608 |
* | use bootstrap buttons | Dominik Schürmann | 2014-01-09 | 56 | -331/+334 |
* | add AndroidBootstrap lib | Dominik Schürmann | 2014-01-09 | 3 | -1/+7 |
* | fix import, add missing multi select menu | Dominik Schürmann | 2014-01-08 | 4 | -7/+12 |
* | multi selection for secret key list | Dominik Schürmann | 2014-01-07 | 3 | -2/+143 |
* | instructions on empty public key list for first start | Dominik Schürmann | 2014-01-07 | 3 | -8/+87 |
* | remove unused ids | Dominik Schürmann | 2014-01-07 | 1 | -43/+0 |
* | action encrypt to contact in view and multi select | Dominik Schürmann | 2014-01-07 | 5 | -17/+77 |
* | reorder menus, cleanup code, add experimental tab activity | Dominik Schürmann | 2014-01-07 | 13 | -401/+313 |