Commit Graph

1742 Commits

Author SHA1 Message Date
Dominik Schürmann
9b15482c41 put signatureType where it belongs 2014-04-11 19:23:29 +02:00
Dominik Schürmann
bd6aeea6db PgpSignEncrypt is now context-free 2014-04-11 19:14:39 +02:00
Dominik Schürmann
5346d2e878 PgpSignEncrypt: merge generateSignature() into main method 2014-04-11 18:53:24 +02:00
Dominik Schürmann
e39b081927 PgpSignEncrypt: get by master key id 2014-04-11 18:08:10 +02:00
Dominik Schürmann
c4d9fd88aa More cleanup in providerHelper 2014-04-11 17:58:32 +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
a9281b129c Prettify view_key_userids_item 2014-04-11 16:09:51 +02:00
Dominik Schürmann
b5c16e2446 Prettify more layouts 2014-04-11 16:00:37 +02:00
Dominik Schürmann
85bb3d9480 Merge pull request #553 from Valodim/split-masterKeyId
Split master key & partial fix for uid order
2014-04-11 14:39:35 +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
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
Dominik Schürmann
31e8926d6f Merge pull request #550 from Valodim/select-fragment
Select*KeyFragment rewrites
2014-04-10 19:16: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
Dominik Schürmann
946c1e115c Merge pull request #537 from thi/change-license-to-gpl
Change license to gpl
2014-04-08 12:29:08 +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