Commit Graph
1394 Commits
Author SHA1 Message Date
Daniel Hammann 3d9cc7fc56 Merge branch 'ui-createkey' 2014-03-23 18:32:19 +01:00
Daniel Hammann 36376c4999 Merge branch 'save-key-workaround' of https://github.com/honnel/openpgp-keychain into save-key-workaround
Conflicts:
	OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
2014-03-22 15:46:30 +01:00
Daniel Hammann 9c18062951 The current implementation of saving new generated key doesn't save the key 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. 2014-03-22 15:42:50 +01:00
Daniel Hammann 4e285d9254 The current implementation of saving new generated key doesn't save the key 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. 2014-03-22 15:31:18 +01:00
Daniel Hammann 0f6dc253a4 Because of an unknown reason toast messages were commented out. 2014-03-21 23:01:24 +01:00
Dominik Schürmann 1b57a10bb6 Fix nfc help button 2014-03-21 11:26:18 +01:00
Dominik Schürmann c6189c5218 remove ach language, not supported by android 2014-03-21 10:29:29 +01:00
Dominik Schürmann c85a0e9cca Pull from transifex 2014-03-21 10:28:34 +01:00
Dominik Schürmann 4dac00bb21 Pull from transifex 2014-03-21 10:28:26 +01:00
Dominik Schürmann 620c67f441 reformat merge 2014-03-21 10:05:59 +01:00
Dominik Schürmann 8fead6fddb Merge pull request #458 from hav3n/branch-delete-fix
New Fix for #410
2014-03-21 09:59:19 +01:00
Dominik Schürmann a7ea9d4eca Merge pull request #461 from honnel/ui-tasks
UI-Icon-Modifying #429
2014-03-21 09:59:14 +01:00
Dominik Schürmann 81624aa648 Merge pull request #460 from honnel/uri-for-sign
URI is transported in intents data not extra. #459
2014-03-21 09:57:27 +01:00
Daniel Hammann e00eeab1bf UI-Icon-Modifying #429 added hint to text edit, different icons for share and clipboard button 2014-03-20 22:49:59 +01:00
Daniel Hammann 2f0075e043 URI is transported in intents data not extra. 2014-03-20 22:35:05 +01:00
Nikhil Peter Raj 4e6325a140 Fix GPL Headers 2014-03-21 01:56:33 +05:30
Nikhil Peter Raj 2816461283 Fix for #410 2014-03-21 01:50:20 +05:30
Dominik Schürmann 58b22d1213 Merge pull request #457 from hav3n/branch-fix-certify
Fix for #451
2014-03-20 20:12:43 +01:00
Nikhil Peter Raj d9b909a24f Update fix for #451 2014-03-21 00:27:03 +05:30
Dominik Schürmann 59d51fe68e Fix fingerprint handling 2014-03-20 19:48:18 +01:00
Nikhil Peter Raj 016641a422 Cleanup for #451 2014-03-20 23:46:26 +05:30
Dominik Schürmann df6fff93f0 Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain 2014-03-20 19:11:59 +01:00
Dominik Schürmann 0510e0e217 verify downloaded key by comparing fingerprints 2014-03-20 19:11:51 +01:00
Dominik Schürmann 7edc062147 Merge pull request #456 from thi/adjust-fingerprint-layouts
Adjust fingerprint layouts
2014-03-20 19:08:42 +01:00
Nikhil Peter Raj 0a8b45ee88 Fix for #451 2014-03-20 23:37:29 +05:30
Thialfihar f5ecd2ae46 Move fingerprint up below the algorithm in key view
This makes it consistent with the key list entry layout and it also
makes more sense, as it belongs to key identification.
2014-03-20 18:40:30 +01:00
Thialfihar 602fb654af Move fingerprint to the right in key list entry
Fits much better there and doesn't separate the user ID.
2014-03-20 18:40:29 +01:00
Thialfihar a17481b80a Group fingerprint again to make it visually consistent 2014-03-20 18:40:29 +01:00
Dominik Schürmann 77365202e0 put colorize method into key helper 2014-03-20 16:10:42 +01:00
Dominik Schürmann 81e0d04230 colorize fingerprint in import 2014-03-20 16:09:05 +01:00
Dominik Schürmann 36815b9185 Use getter and setter 2014-03-20 16:04:05 +01:00
Dominik Schürmann 2b77489932 Dont try to parse key/fingerprint result from keyserver query 2014-03-20 15:54:49 +01:00
Dominik Schürmann 747a41a0be Merge pull request #455 from 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
2014-03-20 14:31:09 +01:00
Thialfihar 3fa3fc444b Add debug logging for hkp keyserver actions 2014-03-20 14:21:21 +01:00
Thialfihar 16ae9c8999 Let convertKeyIdToHex handle short key IDs
If a short key ID is given, then it should only be displayed as such.
2014-03-20 14:19:33 +01:00
Dominik Schürmann 4137fbff5b Merge pull request #453 from thi/452-unrevoked-keys-displayed-in-red
Fix key list views in main key view
2014-03-20 11:35:48 +01:00
Thialfihar 62fb1fb579 Fix key list views in main key view
Since the views are being reused, a revoked key might set the text
color of a view and when the view is being reused for a non-revoked
key it is still red. So grab the default text colour and set it
explicitly when the key is not revoked.
2014-03-20 00:37:03 +01:00
Dominik Schürmann 107affcb34 Merge pull request #450 from uberspot/master
add apg's fix for Key id display
2014-03-19 17:33:30 +01:00
uberspot 977e76e7e4 add apg's fix for Key id display 2014-03-19 18:28:34 +02:00
Dominik Schürmann 52838a50c1 Merge branch 'master' of github.com:openpgp-keychain/openpgp-keychain 2014-03-19 16:22:26 +01:00
Dominik Schürmann 8059c78e55 Remove oxygen text from icon 2014-03-19 16:22:22 +01:00
Dominik Schürmann 12b97d251a Cleanup 2014-03-19 16:22:10 +01:00
Dominik Schürmann 41fda151dc Merge pull request #448 from AlexanderS/lint-fixes
use correct LongSparseArray for minimum api level
2014-03-19 15:41:15 +01:00
Alexander SulfrianandAlexander Sulfrian 69d26496a2 use correct LongSparseArray for minimum api level 2014-03-19 14:26:00 +01:00
Dominik Schürmann 3416e51f84 Merge pull request #445 from gogowitczak/rwrsa-branch
Disabled possibility to generate weak RSA keys (512 and 1024 bit)
2014-03-19 09:40:28 +01:00
gogowitczak 19e962481d Note about blocked possibility to generate weak (<1024) RSA key. 2014-03-18 23:30:42 +01:00
gogowitczak 2435794279 Blocked ok button for generating weak (<1024) RSA key. 2014-03-18 21:52:44 +01:00
Dominik Schürmann 9d60224980 Cleanup SelectSecretKeyActivity and also return Uri 2014-03-18 19:36:59 +01:00
Dominik Schürmann 38ffa66682 Merge pull request #443 from uberspot/master
CertifyKeyActivity sets error if no key is selected
2014-03-18 19:17:50 +01:00
uberspot 654c302961 CertifyKeyActivity sets error if no key is selected 2014-03-18 20:13:39 +02:00