Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display expiry of subkeys in single key view. | Alexander Sulfrian | 2014-03-25 | 2 | -1/+31 |
| | |||||
* | Merge pull request #476 from thi/rename-old-apg-things | Dominik Schürmann | 2014-03-23 | 11 | -23/+23 |
|\ | | | | | Rename old mentionings of APG-named things | ||||
| * | Rename old mentionings of APG-named things | Thialfihar | 2014-03-23 | 11 | -23/+23 |
|/ | | | | | Mostly in comments, most importantly: STORE_PATH now ends in /KeychainBlobs instead of /ApgBlobs | ||||
* | Merge pull request #473 from thi/master | Dominik Schürmann | 2014-03-23 | 22 | -122/+55 |
|\ | | | | | Adjust credits, align signature in encrypt layout slightly, fix file decryption, remove icon set credits | ||||
| * | Update README.md, icon set not used anymore | Thialfihar | 2014-03-23 | 1 | -34/+30 |
| | | |||||
| * | Remove icon set credits | Thialfihar | 2014-03-23 | 19 | -38/+0 |
| | | |||||
| * | Fix file decryption interface | Thialfihar | 2014-03-23 | 1 | -10/+3 |
| | | | | | | | | | | | | Actually use mAssumeSymmetricEncryption and set it to false as default. Don't close the file input stream, so we can actually look for PGP encrypted data in the next step. | ||||
| * | Adjust encrypt layout, align signature with button | Thialfihar | 2014-03-23 | 1 | -2/+3 |
| | | |||||
| * | Adjust credits | Thialfihar | 2014-03-23 | 19 | -38/+19 |
|/ | |||||
* | Merge pull request #469 from honnel/save-key-workaround | Dominik Schürmann | 2014-03-23 | 1 | -1/+9 |
|\ | | | | | Can't save key after key generation | ||||
| * | Merge branch 'save-key-workaround' of ↵ | Daniel Hammann | 2014-03-22 | 0 | -0/+0 |
| |\ | | | | | | | | | | | | | | | | | | | https://github.com/honnel/openpgp-keychain into save-key-workaround Conflicts: OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java | ||||
| | * | The current implementation of saving new generated key doesn't save the key ↵ | Daniel Hammann | 2014-03-22 | 1 | -1/+8 |
| | | | | | | | | | | | | due to the public key of master key id can not be resolved by ProviderHelper.getPGPPublicKeyByKeyId (via URI/Cursor). Workaround uses local keys-arraylist for resoving the pubkey of master key id. | ||||
| * | | The current implementation of saving new generated key doesn't save the key ↵ | Daniel Hammann | 2014-03-22 | 1 | -1/+9 |
| |/ | | | | | | | due to the public key of master key id can not be resolved by ProviderHelper.getPGPPublicKeyByKeyId (via URI/Cursor). Workaround uses local keys-arraylist for resoving the pubkey of master key id. | ||||
* | | Use new FoldableLinearLayout in API settings | Dominik Schürmann | 2014-03-23 | 2 | -59/+15 |
| | | |||||
* | | Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain | Dominik Schürmann | 2014-03-22 | 7 | -150/+336 |
|\ \ | |||||
| * \ | Merge pull request #467 from uberspot/master | Dominik Schürmann | 2014-03-22 | 6 | -140/+329 |
| |\ \ | | | | | | | | | Make foldable settings in EncryptActivity into a separate widget | ||||
| | * | | Make foldable settings in EncryptActivity a separate widget | uberspot | 2014-03-21 | 6 | -140/+329 |
| | |/ | |||||
| * | | Merge pull request #468 from honnel/ui-createkey | Dominik Schürmann | 2014-03-22 | 1 | -10/+7 |
| |\ \ | | |/ | |/| | Because of an unknown reason toast messages were commented out. | ||||
| | * | Because of an unknown reason toast messages were commented out. | Daniel Hammann | 2014-03-21 | 1 | -10/+7 |
| |/ | |||||
* / | raname to mKeychainDatabase | Dominik Schürmann | 2014-03-21 | 1 | -6/+6 |
|/ | |||||
* | Fix nfc help button | Dominik Schürmann | 2014-03-21 | 1 | -1/+1 |
| | |||||
* | remove ach language, not supported by android | Dominik Schürmann | 2014-03-21 | 6 | -222/+0 |
| | |||||
* | Pull from transifex | Dominik Schürmann | 2014-03-21 | 24 | -0/+1311 |
| | |||||
* | Pull from transifex | Dominik Schürmann | 2014-03-21 | 21 | -92/+294 |
| | |||||
* | reformat merge | Dominik Schürmann | 2014-03-21 | 2 | -59/+64 |
| | |||||
* | Merge pull request #458 from hav3n/branch-delete-fix | Dominik Schürmann | 2014-03-21 | 8 | -140/+185 |
|\ | | | | | New Fix for #410 | ||||
| * | Fix GPL Headers | Nikhil Peter Raj | 2014-03-21 | 3 | -3/+3 |
| | | |||||
| * | Fix for #410 | Nikhil Peter Raj | 2014-03-21 | 8 | -142/+187 |
| | | |||||
* | | Merge pull request #461 from honnel/ui-tasks | Dominik Schürmann | 2014-03-21 | 2 | -3/+7 |
|\ \ | | | | | | | UI-Icon-Modifying #429 | ||||
| * | | UI-Icon-Modifying #429 added hint to text edit, different icons for share ↵ | Daniel Hammann | 2014-03-20 | 2 | -3/+7 |
| | | | | | | | | | | | | and clipboard button | ||||
* | | | Merge pull request #460 from honnel/uri-for-sign | Dominik Schürmann | 2014-03-21 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | URI is transported in intents data not extra. #459 | ||||
| * | | URI is transported in intents data not extra. | Daniel Hammann | 2014-03-20 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #457 from hav3n/branch-fix-certify | Dominik Schürmann | 2014-03-20 | 2 | -72/+94 |
|\ \ | | | | | | | Fix for #451 | ||||
| * | | Update fix for #451 | Nikhil Peter Raj | 2014-03-21 | 1 | -3/+2 |
| | | | |||||
| * | | Cleanup for #451 | Nikhil Peter Raj | 2014-03-20 | 2 | -5/+0 |
| | | | |||||
| * | | Fix for #451 | Nikhil Peter Raj | 2014-03-20 | 1 | -68/+96 |
| |/ | |||||
* | | Fix fingerprint handling | Dominik Schürmann | 2014-03-20 | 9 | -21/+19 |
| | | |||||
* | | Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain | Dominik Schürmann | 2014-03-20 | 3 | -23/+28 |
|\ \ | |||||
| * \ | Merge pull request #456 from thi/adjust-fingerprint-layouts | Dominik Schürmann | 2014-03-20 | 3 | -23/+28 |
| |\ \ | | |/ | |/| | Adjust fingerprint layouts | ||||
| | * | Move fingerprint up below the algorithm in key view | Thialfihar | 2014-03-20 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | This makes it consistent with the key list entry layout and it also makes more sense, as it belongs to key identification. | ||||
| | * | Move fingerprint to the right in key list entry | Thialfihar | 2014-03-20 | 1 | -8/+8 |
| | | | | | | | | | | | | Fits much better there and doesn't separate the user ID. | ||||
| | * | Group fingerprint again to make it visually consistent | Thialfihar | 2014-03-20 | 1 | -0/+5 |
| |/ | |||||
* / | verify downloaded key by comparing fingerprints | Dominik Schürmann | 2014-03-20 | 1 | -35/+45 |
|/ | |||||
* | put colorize method into key helper | Dominik Schürmann | 2014-03-20 | 5 | -80/+89 |
| | |||||
* | colorize fingerprint in import | Dominik Schürmann | 2014-03-20 | 1 | -1/+3 |
| | |||||
* | Use getter and setter | Dominik Schürmann | 2014-03-20 | 3 | -40/+111 |
| | |||||
* | Dont try to parse key/fingerprint result from keyserver query | Dominik Schürmann | 2014-03-20 | 7 | -88/+91 |
| | |||||
* | Merge pull request #455 from ↵ | Dominik Schürmann | 2014-03-20 | 2 | -5/+15 |
|\ | | | | | | | | | thi/454-fix-convert-key-id-to-hey-to-handle-short-key-ids 454 fix convert key id to hey to handle short key ids | ||||
| * | Add debug logging for hkp keyserver actions | Thialfihar | 2014-03-20 | 1 | -5/+10 |
| | | |||||
| * | Let convertKeyIdToHex handle short key IDs | Thialfihar | 2014-03-20 | 1 | -0/+5 |
|/ | | | | If a short key ID is given, then it should only be displayed as such. |