| Commit message (Expand) | Author | Age | Files | Lines |
* | code styling | Dominik Schürmann | 2013-12-31 | 3 | -81/+100 |
* | Add pinned listview lib | Dominik Schürmann | 2013-12-31 | 30 | -0/+1114 |
* | readme wording | Dominik Schürmann | 2013-12-31 | 1 | -1/+1 |
* | Merge pull request #165 from kalkin/key-details | Dominik Schürmann | 2013-12-30 | 6 | -6/+237 |
|\ |
|
| * | Added context menu item KeyDetails to KeyListPublicFragment | Bahtiar `kalkin-` Gadimov | 2013-12-25 | 1 | -4/+11 |
| * | Renamed keyDetails to key_details | Bahtiar `kalkin-` Gadimov | 2013-12-25 | 2 | -2/+2 |
| * | Added first draft of KeyDetailsActivity | Bahtiar `kalkin-` Gadimov | 2013-12-25 | 4 | -2/+215 |
| * | Added shortifyFingerprint() to PGPHelper | Bahtiar `kalkin-` Gadimov | 2013-12-25 | 1 | -0/+11 |
* | | Readme wording | Dominik Schürmann | 2013-12-31 | 1 | -2/+2 |
* | | fix gradle build | Dominik Schürmann | 2013-12-30 | 10 | -30/+280 |
* | | Add pinned section listview library | Dominik Schürmann | 2013-12-30 | 2 | -0/+5 |
* | | rename resources folders, new high def icons | Dominik Schürmann | 2013-12-30 | 2 | -6/+7 |
* | | rename resources folders, new high def icons | Dominik Schürmann | 2013-12-30 | 35 | -52/+89 |
* | | Fix custom action bars for Android 4.4 | Dominik Schürmann | 2013-12-30 | 3 | -40/+10 |
* | | target android-19 | Dominik Schürmann | 2013-12-30 | 4 | -5/+5 |
* | | Inform user if signature check fails | Dominik Schürmann | 2013-12-30 | 5 | -6/+58 |
* | | Remove deprecated com.fsck.k9.permission.READ_ATTACHMENT | Dominik Schürmann | 2013-12-30 | 1 | -1/+0 |
* | | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2013-12-30 | 2 | -0/+4 |
|\| |
|
| * | Merge pull request #163 from erbsenmann/master | Dominik Schürmann | 2013-11-09 | 2 | -0/+4 |
| |\ |
|
| | * | Cleanup. | erbsenmann | 2013-11-08 | 2 | -2/+2 |
| | * | Minor fix in OpenPgpData: type is now also considered in parcel | erbsenmann | 2013-11-08 | 1 | -0/+2 |
| | * | Minor fix in OpenPgpData: type is now also written to and read from parcel | erbsenmann | 2013-11-08 | 1 | -0/+2 |
| |/ |
|
* / | remote service: package signature verification, use string for service instea... | Dominik Schürmann | 2013-12-30 | 15 | -180/+349 |
|/ |
|
* | Info about translations | Dominik Schürmann | 2013-10-25 | 1 | -0/+4 |
* | spring-cleaning: remove unused resources, rename strings from camelCase to sn... | Dominik Schürmann | 2013-10-25 | 147 | -9868/+492 |
* | remove unused code | Dominik Schürmann | 2013-10-06 | 1 | -49/+0 |
* | QR Code import works now | Dominik Schürmann | 2013-10-06 | 5 | -27/+91 |
* | QR Code sharing with multiple QR Codes | Dominik Schürmann | 2013-10-05 | 5 | -11/+225 |
* | Add parts of zxing library to generate qr codes | Dominik Schürmann | 2013-10-05 | 67 | -1/+10307 |
* | New API version, import from clipboard | Dominik Schürmann | 2013-10-05 | 22 | -193/+928 |
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2013-10-02 | 3 | -52/+90 |
|\ |
|
| * | Merge pull request #141 from kalkin/issue-140 | Dominik Schürmann | 2013-09-24 | 3 | -52/+90 |
| |\ |
|
| | * | Fixed 140 - Multiline Entries in KeyServerQueryActivity | Bahtiar `kalkin-` Gadimov | 2013-09-24 | 3 | -52/+90 |
| |/ |
|
* | | Show if item has wrong API version | Dominik Schürmann | 2013-10-02 | 2 | -9/+34 |
* | | API update | Dominik Schürmann | 2013-10-02 | 7 | -51/+79 |
|/ |
|
* | Increment for a beta build | Dominik Schürmann | 2013-09-23 | 1 | -1/+1 |
* | Remove old api docs | Dominik Schürmann | 2013-09-22 | 1 | -68/+0 |
* | Fix margin of user ids in import layout | Dominik Schürmann | 2013-09-22 | 1 | -1/+1 |
* | Fix file import, part 2 | Dominik Schürmann | 2013-09-22 | 1 | -5/+2 |
* | Fix file import, commitAllowingStateLoss() was he answer to fragment crashes,... | Dominik Schürmann | 2013-09-22 | 5 | -87/+122 |
* | Better support for gpg files in CMs file manager | Dominik Schürmann | 2013-09-22 | 1 | -3/+4 |
* | Import keys with adapter, loader, and new design | Dominik Schürmann | 2013-09-22 | 30 | -800/+705 |
* | Move adapters into sub package | Dominik Schürmann | 2013-09-22 | 3 | -0/+514 |
* | Merge branch 'master' of github.com:dschuermann/openpgp-keychain | Dominik Schürmann | 2013-09-22 | 2 | -3/+5 |
|\ |
|
| * | Update README.md | Dominik Schürmann | 2013-09-22 | 1 | -3/+3 |
| * | Merge pull request #134 from ashh87/master | Dominik Schürmann | 2013-09-20 | 1 | -0/+2 |
| |\ |
|
| | * | set mainUserIdRest visible after GONE in previous key | Ashley Hughes | 2013-09-20 | 1 | -0/+2 |
| |/ |
|
* / | Set default algorithms to SHA-512 and AES-256 | Dominik Schürmann | 2013-09-20 | 2 | -3/+3 |
|/ |
|
* | Rename COPYING to LICENSE | Dominik Schürmann | 2013-09-19 | 1 | -0/+0 |
* | Renaming some files | Dominik Schürmann | 2013-09-19 | 7 | -28/+51 |