Dominik Schürmann
b22cf763c4
Trying a fix for #585
2014-04-19 14:47:19 +02:00
Dominik Schürmann
71d8bcc8f4
Fix more strings
2014-04-19 14:13:50 +02:00
Dominik Schürmann
19d3fcec7a
Remove unused strings, fix some lint errors, fix some language confusions
2014-04-18 20:41:39 +02:00
Dominik Schürmann
b3badac0ee
Do not show lookup button in decrypt activity for decryption-only
2014-04-18 19:03:31 +02:00
Dominik Schürmann
e044d03d7f
FIx nfc button
2014-04-18 17:21:32 +02:00
Dominik Schürmann
a25a5f4d56
Fix upload of keys, closes #581
2014-04-18 01:26:25 +02:00
Vincent Breitmoser
8714f56cdc
get rid of PgpKeyHelper.getMasterKeyId
...
Closes #575
2014-04-17 16:34:20 +02:00
Vincent Breitmoser
86d9266a44
NotFoundExceptions for all getGeneric-type methods
2014-04-17 16:19:49 +02:00
Vincent Breitmoser
f6e7b92ced
load data only once in ImportKeysListLoader
...
Fixes #571
2014-04-17 15:50:18 +02:00
Vincent Breitmoser
2a34d0e0e4
add up navigation in ViewCertActivity
...
Fixes #567
2014-04-17 15:30:16 +02:00
Vincent Breitmoser
fda9bd1386
use project icons for certification status
...
Closes #573
2014-04-17 14:42:24 +02:00
Vincent Breitmoser
52ad83e345
secret keys can only be deleted individually from multi selection
2014-04-17 12:09:09 +02:00
Dominik Schürmann
f7c243564f
Use git submodules for libs, fix compilation, remove library sourcecode
2014-04-16 21:49:29 +02:00
Vincent
8b4700d521
Fix even more whitespace
2014-04-16 19:20:42 +02:00
Vincent
adb20689fe
Fix whitespace
2014-04-16 19:19:17 +02:00
Vincent Breitmoser
c7eb40b814
stripped support: implement has_secret support, in ui and impot of secret keys
...
Closes #570
2014-04-16 18:14:44 +02:00
Vincent Breitmoser
66b8b86695
stripped support: add has_secret column to keys table
2014-04-16 17:29:36 +02:00
Dominik Schürmann
08399dec4b
Fix PgpDecryptVerify signature verification: search for right signature subkey instead of using first subkey for verification
2014-04-15 23:54:05 +02:00
Dominik Schürmann
9df498b714
Fix ViewHolder in ImportKeysAdapter
2014-04-15 23:08:41 +02:00
Dominik Schürmann
1e22b28c2e
Optimize imports
2014-04-15 22:52:21 +02:00
Dominik Schürmann
fdcc4c1d3d
Fix nullpointer in ImportKeysListEntry
2014-04-15 22:48:28 +02:00
Dominik Schürmann
14a8586e8c
Improve verification result display, close #568
2014-04-15 22:37:36 +02:00
Vincent Breitmoser
71fb0f85bf
add web of trust help entry
2014-04-15 13:52:31 +02:00
Dominik Schürmann
b04e6816f4
Removing remaining uses of Id, closing one of the oldest bugs #9
2014-04-14 13:48:20 +02:00
Vincent Breitmoser
227155d484
add debug backup/restore options to main menu
...
Closes #543
2014-04-14 13:06:49 +02:00
Dominik Schürmann
13ffd2038d
key edit: fix crash when create date was after expiry date, change from gregorian calendar to calendar with creation from instance, experimental result status for decrypt activity
2014-04-14 01:11:08 +02:00
Dominik Schürmann
e10b24e2ea
Implement SIGNATURE_SUCCESS_CERTIFIED in PgpDecryptVerify (not tested)
2014-04-13 18:55:18 +02:00
Dominik Schürmann
9daa2ae359
Update license header for 2014
2014-04-13 17:27:22 +02:00
Dominik Schürmann
12b8282d9b
More ids removed
2014-04-11 20:23:46 +02:00
Dominik Schürmann
d624d1c406
Remove some Ids...
2014-04-11 20:09:01 +02:00
Dominik Schürmann
305b8c1858
Simplify and fix delete key dialog
2014-04-11 19:52:59 +02:00
Dominik Schürmann
094fb698de
Refactor ProviderHelper to be non-static using a constructor based on context (first commit to get context out of pgp classes)
2014-04-11 17:45:52 +02:00
Dominik Schürmann
bbd97cf800
Remove queries from PgpKeyHelper, introduce encrypt to signer mode (not tested)
2014-04-11 17:14:37 +02:00
Dominik Schürmann
b5c16e2446
Prettify more layouts
2014-04-11 16:00:37 +02:00
Vincent Breitmoser
baa3c86e12
split getMasterKeyId for the remaining use cases
...
Closes #549
2014-04-11 03:44:17 +02:00
Vincent Breitmoser
b77fb2fcc0
get rid of more getMasterKeyId usage, work on getKeyRingsAsArmoredString
2014-04-11 03:44:13 +02:00
Vincent Breitmoser
9af532880c
fix EditKeyActivity
2014-04-11 02:58:08 +02:00
Vincent Breitmoser
0f06b8a1d6
display correct primary user id in import dialogue MOSTLY
...
This is an incomplete fix; due to use of machine readable output, there
is no way to know the primary user id for keys fetched from a key
server.
Pending https://bitbucket.org/skskeyserver/sks-keyserver/issue/28/primary-uid-in-machine-readable-index
2014-04-10 20:33:54 +02:00
Vincent Breitmoser
0687f7f40e
use view holder pattern in KeyListFragment
...
Closes #551
2014-04-10 19:25:46 +02:00
Vincent Breitmoser
593d6ad3f7
Select*KeyFragment rewrites
...
- moved all specific Public/Secret logic from the Adapter class into
inner subclasses in the Fragments
- more versatile status display ("revoked", "expired", "can certify"...)
- applied view holder pattern
- query logic, including subqueries, moved into provider classes
Closes #375
2014-04-10 18:47:57 +02:00
Vincent Breitmoser
ce6a4041fd
ViewCertActivity cleanup
...
Closes #547
2014-04-10 15:34:16 +02:00
Dominik Schürmann
a63488cce3
Disable selection of user ids and keys in view key
2014-04-10 14:14:32 +02:00
Dominik Schürmann
a85b217756
Minimize use of class variables in ViewKey
2014-04-10 13:58:19 +02:00
Dominik Schürmann
da4016d565
Cleanup AsyncTask code for NFC
2014-04-10 13:53:02 +02:00
Dominik Schürmann
b3a39d7c24
Cleanup imports
2014-04-10 13:48:44 +02:00
Dominik Schürmann
8ee7dbfdb0
Merge branch 'master' of github.com:open-keychain/open-keychain
2014-04-10 13:48:05 +02:00
Dominik Schürmann
2ac8be2858
Integrate NFC functionality into ViewKeyActivity
2014-04-10 13:47:58 +02:00
Dominik Schürmann
8fcb0cf98d
Merge pull request #545 from danielhass/toast_replacement
...
Toast replacement
2014-04-10 11:26:53 +02:00
Daniel Haß
8ff9b768a3
Deleted wrong AppMsg
2014-04-10 00:08:26 +02:00
Dominik Schürmann
eba0640d3e
Prettify more layouts, fix edit and encrypt intents from key view
2014-04-09 20:10:23 +02:00