| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 
| | | |||||
| * | key listview | Dominik Schürmann | 2013-12-31 | 1 | -2/+6 | 
| | | |||||
| * | 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 | 
| |\ | | | | | Key details | ||||
| | * | 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 | 
| | |\ | | | | | | | OpenPgpData minor Fix | ||||
| | | * | 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 ↵ | Dominik Schürmann | 2013-12-30 | 15 | -180/+349 | 
| |/ | | | | instead of getClass.getName | ||||
| * | Info about translations | Dominik Schürmann | 2013-10-25 | 1 | -0/+4 | 
| | | |||||
| * | spring-cleaning: remove unused resources, rename strings from camelCase to ↵ | Dominik Schürmann | 2013-10-25 | 147 | -9868/+492 | 
| | | | | | snake_case to follow standard practice | ||||
| * | 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 | ||||
| | | * | Fixed 140 - Multiline Entries in KeyServerQueryActivity | Bahtiar `kalkin-` Gadimov | 2013-09-24 | 3 | -52/+90 | 
| | |/ | | | | | | | | | | | | | | | | | | | * EditText is now singleLine and has a hint * EditText has set inputType=text and imeOptions=actionSearch * Implemented listener for the actionSearch event * Reformated the source code according to the project specification. Sorry for the diff mess :-/ Signed-off-by: Bahtiar `kalkin-` Gadimov <bahtiar@gadimov.de> | ||||
| * | | 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 ↵ | Dominik Schürmann | 2013-09-22 | 5 | -87/+122 | 
| | | | | | crashes, PS: I hate fragment lifecycles... | ||||
| * | 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 | ||||
| | | * | set mainUserIdRest visible after GONE in previous key | Ashley Hughes | 2013-09-20 | 1 | -0/+2 | 
| | |/ | |||||
