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
4e408fae53
remove drawer layout remnants from import key dialogue
2014-04-10 20:33:22 +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
Dominik Schürmann
6d00ca7fdb
Temporary disable of master key id extraction from uri
2014-04-09 19:57:57 +02:00
Dominik Schürmann
21e6110b6d
Prettify some layouts
2014-04-09 19:42:27 +02:00
Vincent Breitmoser
35f9189a82
certs: fix verification in ViewKeyActivity (how embarassing)
...
Fixes #541
2014-04-09 18:34:19 +02:00
Dominik Schürmann
9c41477a4d
Fix gitignore for lint
2014-04-09 16:36:28 +02:00
Dominik Schürmann
30652a470f
Fix certification layout
2014-04-09 16:35:27 +02:00
Dominik Schürmann
19b62d67b3
Fix NFC
2014-04-09 16:05:47 +02:00
Dominik Schürmann
a0a51c9f92
Fix save keyring, improve signature verification
2014-04-09 15:39:50 +02:00
Daniel Haß
2a9eaaa1fb
Replaced Toasts in ViewKeyActivity
2014-04-09 15:14:29 +02:00
Daniel Haß
01991aa127
Removed unused Toast import in ViewKeyActivityJB
2014-04-09 15:11:17 +02:00
Daniel Haß
6c8157152e
Replaced Toasts in ImportKeysOrCodeFragment
2014-04-09 15:11:17 +02:00
Dominik Schürmann
27eb7c0f1b
Cleanup in SelectKeyCursorAdapter
2014-04-09 01:11:33 +02:00
Dominik Schürmann
9fb493418e
Hide keyboard after hiding custom key length field
2014-04-09 00:58:24 +02:00
Dominik Schürmann
e9efd0ec87
Merge pull request #539 from gogowitczak/custom-key-length-info
...
Modified Spinner values for CreateKeyDialog. Added info for user about custom key length restrictions.
2014-04-09 00:51:58 +02:00
Dominik Schürmann
b682cb2ae5
KeychainIntentService instead of APG
2014-04-09 00:09:47 +02:00
Dominik Schürmann
8680b5b08e
Fix DECRYPT and SEND intent
2014-04-09 00:05:16 +02:00
gogowitczak
19cab919af
Modified Spinner values for CreateKeyDialog. Added info for user about custom key length restrictions.
2014-04-08 23:59:41 +02:00
Dominik Schürmann
8ab9a0a2d0
Use NotFoundException in more places
2014-04-08 23:41:21 +02:00
Dominik Schürmann
d81de8509b
Fix decryption of messages/files encrypted for multiple public keys
2014-04-08 23:01:38 +02:00
Dominik Schürmann
a1efb24228
Introduce ProviderHelper.NotFoundException, remove dead code
2014-04-08 22:25:42 +02:00
Thialfihar
f2d8378d81
Change license from ASLv2 to GPLv3 where possible
2014-04-08 11:59:35 +02:00
Thialfihar
42faf0eb07
Update copyright timespan for Thialfihar
2014-04-08 11:59:35 +02:00
Dominik Schürmann
02549bd439
Merge pull request #536 from gogowitczak/custom-key-length
...
Added possibility to enter custom key length.
2014-04-08 10:00:53 +02:00
gogowitczak
e76fc97dd6
Fixed coding style.
2014-04-08 00:59:59 +02:00
gogowitczak
fc0c084a62
Added possibility to enter custom key length. Added key length limitations, according to issue #102 and SpongyCastle specification.
2014-04-07 16:31:38 +02:00
Daniel Haß
ddd0111704
Futher Toast replacements in CertifyKeyActivity
2014-04-07 10:48:57 +02:00
gogowitczak
f89ab48d61
Fixed gradle localTest bug on Windows.
2014-04-06 21:25:46 +02:00
Dominik Schürmann
191dcf0c31
Comment out localTest due to bug on windows
2014-04-06 20:52:44 +02:00
Vincent Breitmoser
b4e7d69b35
show key expiry status similar to revocation
2014-04-06 16:09:39 +02:00
Dominik Schürmann
6d11371905
Rename folder structure from OpenPGP Keychain to OpenKeychain
2014-04-06 12:57:42 +02:00