| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | 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 |
* | | 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 | 1 | -0/+2 |
* | | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2014-01-14 | 1 | -4/+12 |
|\| |
|
| * | new keys are cross-certified | Ashley Hughes | 2014-01-13 | 1 | -4/+12 |
* | | fix some small layout bugs, add barcode scanner lib as source lib, fix qr cod... | Dominik Schürmann | 2014-01-14 | 4 | -547/+42 |
|/ |
|
* | key view is working | Dominik Schürmann | 2014-01-13 | 12 | -376/+360 |
* | fix compile | Dominik Schürmann | 2014-01-12 | 2 | -18/+24 |
* | cleanup layouts, prepare layouts for new key view | Dominik Schürmann | 2014-01-12 | 15 | -21/+108 |
* | preferences and help into menu not drawer according to guidelines and google ... | Dominik Schürmann | 2014-01-09 | 4 | -19/+245 |
* | fix bad crashes | Dominik Schürmann | 2014-01-09 | 6 | -251/+80 |
* | implement navigation drawer | Dominik Schürmann | 2014-01-09 | 14 | -739/+186 |
* | add experimental drawer navigation | Dominik Schürmann | 2014-01-09 | 4 | -18/+459 |
* | use bootstrap buttons | Dominik Schürmann | 2014-01-09 | 16 | -91/+120 |
* | fix import, add missing multi select menu | Dominik Schürmann | 2014-01-08 | 3 | -7/+3 |
* | multi selection for secret key list | Dominik Schürmann | 2014-01-07 | 2 | -1/+142 |
* | instructions on empty public key list for first start | Dominik Schürmann | 2014-01-07 | 1 | -1/+31 |
* | 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 | 2 | -15/+54 |
* | reorder menus, cleanup code, add experimental tab activity | Dominik Schürmann | 2014-01-07 | 8 | -396/+263 |
* | key edit fixes | Dominik Schürmann | 2014-01-07 | 7 | -189/+392 |
* | integrate UnderlineTextView, add zxing info | Dominik Schürmann | 2014-01-06 | 1 | -0/+69 |
* | externalize zxing lib, fix gradle build | Dominik Schürmann | 2014-01-06 | 1 | -1/+1 |
* | copy to clipboard in key view | Dominik Schürmann | 2014-01-06 | 1 | -59/+89 |
* | multi select and delete, needs testing | Dominik Schürmann | 2014-01-06 | 2 | -9/+280 |
* | Work on multiselect in key list | Dominik Schürmann | 2014-01-06 | 6 | -308/+198 |
* | reorder menu in key view | Dominik Schürmann | 2014-01-03 | 1 | -1/+1 |
* | cleanup and documentation | Dominik Schürmann | 2014-01-03 | 2 | -41/+32 |
* | prettify nfc dialog | Dominik Schürmann | 2014-01-03 | 1 | -2/+2 |
* | integrate NFC into key view and import activities | Dominik Schürmann | 2014-01-03 | 4 | -241/+252 |
* | integrate share activity in view activity | Dominik Schürmann | 2014-01-02 | 2 | -104/+44 |
* | fix nullpointer in EditKeyActivity | Dominik Schürmann | 2014-01-02 | 1 | -11/+11 |
* | final fixes for public key list | Dominik Schürmann | 2014-01-02 | 2 | -25/+28 |
* | fixing some layout problems | Dominik Schürmann | 2014-01-02 | 4 | -13/+8 |
* | New list with sticky list headers library | Dominik Schürmann | 2014-01-02 | 2 | -30/+143 |
* | Simple new list implementations, remove library, use simple adapter with head... | Dominik Schürmann | 2014-01-01 | 12 | -443/+760 |
* | show layout not before passphrase is entered | Dominik Schürmann | 2014-01-01 | 1 | -28/+28 |
* | Use data uri instead of extra for key details | Dominik Schürmann | 2014-01-01 | 3 | -32/+49 |
* | code styling | Dominik Schürmann | 2013-12-31 | 2 | -78/+95 |
* | Merge pull request #165 from kalkin/key-details | Dominik Schürmann | 2013-12-30 | 3 | -4/+112 |
|\ |
|
| * | Added context menu item KeyDetails to KeyListPublicFragment | Bahtiar `kalkin-` Gadimov | 2013-12-25 | 1 | -4/+11 |