| Commit message (Expand) | Author | Age | Files | Lines |
* | expose key server API | Dominik Schürmann | 2014-02-02 | 6 | -11/+10 |
* | Update version code for beta | Dominik Schürmann | 2014-02-02 | 1 | -1/+1 |
* | changelog | Dominik Schürmann | 2014-02-02 | 1 | -1/+5 |
* | change when passphrase is requested in edit activity | Ashley Hughes | 2014-02-02 | 1 | -22/+29 |
* | Use buttons for encrypt decrypt instead of actionbar | Dominik Schürmann | 2014-02-02 | 6 | -187/+157 |
* | Update libs in README | Dominik Schürmann | 2014-02-02 | 2 | -3/+7 |
* | Hacks to make dialogs on Android 2.3 black on white, and not black on black | Dominik Schürmann | 2014-02-02 | 8 | -23/+57 |
* | Update libs in about | Dominik Schürmann | 2014-02-02 | 1 | -1/+2 |
* | Resolve crashes on Android 2.3 due to ActionBarCompat conversion | Dominik Schürmann | 2014-02-02 | 11 | -226/+218 |
* | Switch from ActionBarSherlock to ActionBarCompat | Dominik Schürmann | 2014-02-02 | 481 | -38230/+155 |
* | update hasPassphrase for subkey only keyrings | Ashley Hughes | 2014-02-02 | 1 | -2/+16 |
* | allow passphrases to be removed | Ashley Hughes | 2014-02-02 | 1 | -2/+4 |
* | Merge branch 'edit-fixes' | Ashley Hughes | 2014-02-02 | 2 | -0/+8 |
|\ |
|
| * | fix select key-signing keys | Ashley Hughes | 2014-02-02 | 2 | -0/+8 |
* | | importing progress dialog language fixed | Dominik Schürmann | 2014-02-01 | 1 | -5/+6 |
* | | importing progress dialog language fixed | Dominik Schürmann | 2014-02-01 | 2 | -2/+1 |
* | | Cleanup | Dominik Schürmann | 2014-02-01 | 3 | -6/+1 |
* | | Update NFC help | Dominik Schürmann | 2014-02-01 | 2 | -3/+3 |
* | | Fix scanning of fingerprint qr code, whole qr code scanning still broken | Dominik Schürmann | 2014-02-01 | 3 | -28/+34 |
|/ |
|
* | Fix QR Code URI | Dominik Schürmann | 2014-02-01 | 2 | -7/+4 |
* | Update from transifex | Dominik Schürmann | 2014-02-01 | 1 | -1/+1 |
* | Reworking import, testing needed... | Dominik Schürmann | 2014-02-01 | 17 | -932/+431 |
* | Fix loader init | Dominik Schürmann | 2014-02-01 | 2 | -25/+42 |
* | Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain | Dominik Schürmann | 2014-02-01 | 1 | -1/+1 |
|\ |
|
| * | fix disable editing for subkey keys | Ashley Hughes | 2014-02-01 | 1 | -1/+1 |
* | | search works | Dominik Schürmann | 2014-02-01 | 12 | -96/+206 |
|/ |
|
* | Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain | Dominik Schürmann | 2014-02-01 | 8 | -90/+89 |
|\ |
|
| * | Merge branch 'master' of https://github.com/openpgp-keychain/openpgp-keychain | Ashley Hughes | 2014-02-01 | 11 | -210/+324 |
| |\ |
|
| * | | make sure method is public | Ashley Hughes | 2014-02-01 | 1 | -1/+1 |
| * | | 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 |
* | | | | rename KeyServerUploadActivity to UploadKeyActivity | Dominik Schürmann | 2014-02-01 | 3 | -4/+4 |
| |_|/
|/| | |
|
* | | | Started working on integration of keyserver query into import activity | Dominik Schürmann | 2014-02-01 | 11 | -210/+324 |
|/ / |
|
* | | 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 reformat... | Dominik Schürmann | 2014-02-01 | 19 | -680/+656 |
* | | 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 |
* | | update from transifex | Dominik Schürmann | 2014-01-31 | 19 | -54/+141 |
|/ |
|
* | bouncycastle uses the Date class, based off of UTC. Force all GregorianCalend... | Ashley Hughes | 2014-01-30 | 4 | -27/+15 |