Dominik Schürmann
59d51fe68e
Fix fingerprint handling
2014-03-20 19:48:18 +01:00
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
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
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
gogowitczak
19e962481d
Note about blocked possibility to generate weak (<1024) RSA key.
2014-03-18 23:30:42 +01:00
Dominik Schürmann
9badff0b5b
Merge pull request #434 from honnel/revocation-status
...
Show revocation status in ViewKeyKeysAdapter #375
2014-03-18 16:45:44 +01:00
Daniel Hammann
2d3f47eb99
Show revocation status in SelectPublicKeyFragment #375
...
Added revocation status in Key List View (graphical symbol and red coloring)
2014-03-18 16:33:49 +01:00
Dominik Schürmann
72a5d6d870
Merge pull request #431 from honnel/ui-modification
...
Ui modification
2014-03-18 14:57:32 +01:00
Dominik Schürmann
711a51f7fc
Merge pull request #430 from Valodim/certify
...
Revamp certify dialogue
2014-03-18 14:43:20 +01:00
Dominik Schürmann
30644b5c4f
Merge pull request #420 from gogowitczak/master
...
Added FAQ: specifying connection port for Keyserver.
2014-03-18 14:24:53 +01:00
Daniel Hammann
b39d37f59c
#429 4)
...
In the clicking for a particular contact , two icon in the actionbar show the same hint ('Share'). Second
icon hint can be 'Keyserver' or just only 'server'
2014-03-17 22:17:05 +01:00
Vincent Breitmoser
87004fd0ca
certify: preserve user id certificates when saving secret keys
2014-03-17 14:11:32 +01:00
uberspot
cea62b1857
Lock drawer as open in tablets
2014-03-16 23:35:14 +02:00
Vincent Breitmoser
1de0312bb5
certify: revamp certifykeyactivity
...
show info on the key to be certified, along with a list of (selectable)
user ids. user ids are handed through to the signing service, but not
yet handled.
2014-03-15 18:20:49 +01:00
Vincent Breitmoser
efc8252598
certify: viewkeyuseridsadapter cosmetics and checkbox capability
2014-03-15 18:20:49 +01:00
Vincent Breitmoser
9920196f70
certify: selectsecretkeyfragment cosmetics
2014-03-15 18:20:49 +01:00
Vincent Breitmoser
db25c56b64
certify: add certify action button to viewkeymainfragment
2014-03-15 18:20:42 +01:00
uberspot
e387dd7c54
Fix export for new unified key list #409
2014-03-15 01:51:01 +02:00
gogowitczak
3abe17090e
Added FAQ: specifying connection port for Keyserver.
2014-03-14 20:24:27 +01:00
Dominik Schürmann
37c81400ac
Fix colors in item view
2014-03-13 20:18:25 +01:00
Dominik Schürmann
c1e16995db
remove unused color
2014-03-13 20:12:57 +01:00
Dominik Schürmann
ba9a4bec3a
Improve list item view, borderless button for API < 11
2014-03-13 20:11:21 +01:00
Dominik Schürmann
5c5e9d8e32
Forgot faq file
2014-03-13 19:09:54 +01:00
Dominik Schürmann
908cf8e769
Add FAQ tab to help
2014-03-13 19:08:03 +01:00
Dominik Schürmann
4c5ae3cdaa
Readd create key menu items
2014-03-13 19:01:24 +01:00
Dominik Schürmann
cf51e5ff56
XML cleanup and bigger filename EditText
2014-03-13 18:53:21 +01:00
Vincent Breitmoser
9a1ce093bf
Merge remote-tracking branch 'origin/master'
...
Conflicts:
OpenPGP-Keychain/src/main/res/menu/key_list_secret.xml
2014-03-13 13:40:47 +01:00
Dominik Schürmann
217f4a1cef
Merge pull request #396 from bhargavgolla/Lint-error-fix
...
Lint error fix after testing
2014-03-12 22:28:25 +01:00
Vincent Breitmoser
69f5bf6b57
Merge branch 'unified-keylist'
...
Conflicts:
OpenPGP-Keychain/src/main/AndroidManifest.xml
OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListActivity.java
OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListPublicFragment.java
OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListSecretActivity.java
OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/KeyListSecretFragment.java
OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyListPublicAdapter.java
OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/ui/adapter/KeyListSecretAdapter.java
OpenPGP-Keychain/src/main/res/layout/key_list_secret_item.xml
OpenPGP-Keychain/src/main/res/menu/key_list.xml
OpenPGP-Keychain/src/main/res/menu/key_list_multi.xml
OpenPGP-Keychain/src/main/res/menu/key_list_secret_multi.xml
2014-03-12 18:05:28 +01:00
uberspot
b955c3de01
Add Email suggestions in Create Key activity
2014-03-12 02:04:04 +02:00
uberspot
d586ad288d
fix plenty of lint warnings, make some for loops into foreach, remove unused imports and throw exceptions
2014-03-11 23:42:45 +02:00
Bhargav Golla
15d94c51bb
Removing tab
2014-03-10 23:20:30 -04:00
Bhargav Golla
b4022b9a24
Removing unused string
2014-03-10 23:19:10 -04:00
Bhargav Golla
31ffcb5db0
Merge remote-tracking branch 'upstream/master' into Lint-error-fix
2014-03-10 23:17:00 -04:00
uberspot
43a20ad1da
Add export... button and functionality in multi-select
2014-03-11 03:53:00 +02:00
uberspot
d937317012
Remove duplicate code from ActionBarHelper. You can now set the drawables via the method calls
2014-03-11 01:50:17 +02:00
Dominik Schürmann
c9b117b706
more tight layout
2014-03-11 00:31:13 +01:00
Sreeram Boyapati
dc865427e3
linear layout edited to display test horizontally
2014-03-11 04:50:15 +05:30
uberspot
3cad8b6248
Appropriate save Icon in EditKeyActivity
2014-03-11 00:46:25 +02:00
Dominik Schürmann
612ad9e6b3
Merge pull request #383 from sreeram-boyapati/master
...
Fix to passphrase dialog and Issue #207
2014-03-10 23:20:07 +01:00
Dominik Schürmann
d339029ab9
Pull from transifex
2014-03-10 22:40:59 +01:00
Bhargav Golla
b90e680ff9
Lint changes after testing
2014-03-10 14:59:15 -04:00
Dominik Schürmann
da83c8ff60
@color/white instead of hex
2014-03-10 18:26:52 +01:00
Dominik Schürmann
d91e2673d7
Revert "Lint changes"
...
This reverts commit e00436b409
.
2014-03-10 18:23:47 +01:00
Dominik Schürmann
ef8eb3f8b5
Merge pull request #381 from bhargavgolla/Lint-error-fix
...
Lint changes #223
2014-03-10 18:11:37 +01:00
Sreeram Boyapati
a41ee31b6c
Added string reference for Issue #207
2014-03-10 22:37:23 +05:30
Bhargav Golla
e00436b409
Lint changes
...
Deleting lint-report gen files
Adding lint output files to gitignore
2014-03-10 12:42:00 -04:00
Dominik Schürmann
6a8fa61908
remove double definition of progress_generating
2014-03-10 16:58:58 +01:00