Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pass import results through to viewkeyactivity on update | Vincent Breitmoser | 2014-06-28 | 5 | -83/+125 |
* | fix nullpointerexception in importkeyactivity | Vincent Breitmoser | 2014-06-28 | 3 | -3/+20 |
* | code cleanup and plurals in import log entries | Vincent Breitmoser | 2014-06-28 | 9 | -154/+140 |
* | Merge remote-tracking branch 'upstream/master' | Daniel Albert | 2014-06-28 | 19 | -71/+1177 |
|\ | |||||
| * | Magic to find possible mails and names of device owner | Dominik Schürmann | 2014-06-28 | 5 | -5/+147 |
| * | More wizardry | Dominik Schürmann | 2014-06-27 | 5 | -104/+202 |
| * | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-06-27 | 8 | -91/+257 |
| |\ | |||||
| * | | Start work on a first-time wizard | Dominik Schürmann | 2014-06-27 | 8 | -4/+622 |
| * | | new edit key: first version to add user ids | Dominik Schürmann | 2014-06-24 | 7 | -58/+306 |
* | | | Switched to the dark icons | Daniel Albert | 2014-06-28 | 4 | -0/+0 |
* | | | Added unlock icon, fixed drawer items, switched to icons from resource in drawer | Daniel Albert | 2014-06-27 | 6 | -14/+20 |
* | | | Swapped out FontawesomeText with normal ImageView | Daniel Albert | 2014-06-26 | 1 | -10/+6 |
| |/ |/| | |||||
* | | Temporary fix for #648 | Daniel Albert | 2014-06-25 | 1 | -0/+8 |
* | | Merge pull request #690 from mar-v-in/hkps-by-default | Dominik Schürmann | 2014-06-25 | 6 | -90/+244 |
|\ \ | |||||
| * | | Move sks-keyservers.net CA into assets folder | mar-v-in | 2014-06-25 | 5 | -41/+85 |
| * | | Merge branch 'master' into hkps-by-default | mar-v-in | 2014-06-24 | 14 | -64/+558 |
| |\ \ | |||||
| * | | | Fix sks-keyservers.net sub pool | mar-v-in | 2014-06-24 | 1 | -1/+1 |
| * | | | Update Keyservers to use hkps as needed | mar-v-in | 2014-06-24 | 3 | -2/+25 |
| * | | | Use URLEncoder instead of Uri.encode | mar-v-in | 2014-06-24 | 1 | -2/+6 |
| * | | | Rewrote hkp add to work with hkps as well. | mar-v-in | 2014-06-24 | 1 | -24/+13 |
| * | | | Few fixes on hkps | mar-v-in | 2014-06-23 | 2 | -35/+34 |
| * | | | Add hkps support for sks-keyservers.net | mar-v-in | 2014-06-23 | 2 | -65/+77 |
| * | | | Add TlsHelper (designed to be used with sks-keyservers.net) | mar-v-in | 2014-06-23 | 1 | -0/+83 |
* | | | | Merge pull request #688 from da-kid/master | Dominik Schürmann | 2014-06-24 | 1 | -1/+5 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix for #687 | Daniel Albert | 2014-06-24 | 1 | -1/+5 |
* | | | | Merge submodules | Dominik Schürmann | 2014-06-24 | 2 | -6/+25 |
|\ \ \ \ | |||||
| * | | | | borrow tests from Haskell OpenPGP | Art O Cathain | 2014-06-23 | 2 | -6/+25 |
* | | | | | Rename registered apps to apps | Dominik Schürmann | 2014-06-24 | 1 | -2/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #686 from mar-v-in/minidns | Vincent | 2014-06-23 | 2 | -15/+18 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Switch to dnsjava | mar-v-in | 2014-06-23 | 2 | -15/+18 |
* | | | | Merge pull request #684 from da-kid/master | Dominik Schürmann | 2014-06-23 | 1 | -0/+6 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | Merge branch 'master' of https://github.com/da-kid/open-keychain | Daniel Albert | 2014-06-23 | 2 | -63/+110 |
| |\ \ | |||||
| * | | | Fixed Issue #683 which caused OK to crash upon importing keys which contain p... | Daniel Albert | 2014-06-23 | 1 | -0/+6 |
* | | | | remove margin in import keys (leftover from nav drawer) | Dominik Schürmann | 2014-06-23 | 1 | -2/+0 |
| |/ / |/| | | |||||
* | | | Merge pull request #681 from timbray/master | Dominik Schürmann | 2014-06-23 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | Handle empty keybase.io query, should fix #675 | Tim Bray | 2014-06-22 | 1 | -0/+3 |
| |/ / | |||||
* / / | new edit key: change passphrase | Dominik Schürmann | 2014-06-22 | 1 | -63/+107 |
|/ / | |||||
* | | new edit key: diff for existing user ids | Dominik Schürmann | 2014-06-22 | 8 | -36/+405 |
* | | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2014-06-22 | 7 | -131/+93 |
|\| | |||||
| * | ditch outdated certifyKey operation | Vincent Breitmoser | 2014-06-22 | 1 | -54/+0 |
| * | use arraylists instead of arrays in savekeyringparcel | Vincent Breitmoser | 2014-06-22 | 1 | -14/+14 |
| * | fix indentation in various key import methods | Vincent Breitmoser | 2014-06-22 | 1 | -60/+64 |
| * | Merge remote-tracking branch 'origin/master' | Vincent Breitmoser | 2014-06-22 | 17 | -283/+556 |
| |\ | |||||
| * | | fix parcel method in ParcelableKeyRing | Vincent Breitmoser | 2014-06-22 | 1 | -1/+3 |
| * | | use hashcode instead of keyid in import list (keyids may not be unique!) | Vincent Breitmoser | 2014-06-22 | 3 | -2/+12 |
* | | | Rename adapter | Dominik Schürmann | 2014-06-22 | 6 | -29/+39 |
* | | | add buttons in edit key | Dominik Schürmann | 2014-06-22 | 1 | -0/+64 |
| |/ |/| | |||||
* | | Revert hint_keybase_search | Dominik Schürmann | 2014-06-22 | 1 | -1/+1 |
* | | Merge pull request #672 from artbristol/functional-testing | Dominik Schürmann | 2014-06-21 | 6 | -51/+126 |
|\ \ | |||||
| * | | VERY basic test for save keyring | Art O Cathain | 2014-06-21 | 6 | -51/+126 |
| |/ |