Commit Graph

2055 Commits

Author SHA1 Message Date
Vincent Breitmoser
1a60c2156d add fallback if security problem is unknown 2017-04-25 15:00:17 +02:00
Vincent Breitmoser
0db22b55e1 add expiry date info to key status card 2017-04-25 15:00:16 +02:00
Vincent Breitmoser
1e8d5bdad3 use info from SecurityProblem class in health card 2017-04-25 15:00:16 +02:00
Vincent Breitmoser
fed0fff9d7 add secret key status (wip) 2017-04-25 15:00:16 +02:00
Vincent Breitmoser
c59a570a27 fix nullpointer in ViewCertActivity 2017-04-25 14:32:01 +02:00
Vincent Breitmoser
c313f45219 whitelist sec and brainpool curves 2017-04-24 19:28:29 +02:00
Vincent Breitmoser
625e02d385 Merge pull request #2065 from icyflame/fix-crash-on-empty-name
Fix crash inside MultiUserIdsFrag because of null lastName
2017-04-05 16:25:53 +02:00
Vincent Breitmoser
3f674f8bbe nicer errors if key cannot be found in preselect 2017-02-27 15:13:15 +01:00
Vincent Breitmoser
2124a4598a DatabaseInteractor -> KeyRepository 2017-02-24 18:24:11 +01:00
Vincent Breitmoser
c7e01926e1 add LocalKeyStorage, don't store public keys larger than 50kb in database 2017-02-24 18:06:47 +01:00
Vincent Breitmoser
2bc05a2cd5 focus all read access for key ring data into DatabaseInteractor methods 2017-02-24 18:04:55 +01:00
Vincent Breitmoser
c2b9af077a replace calls to getGenericData with getCachedPublicKeyRing equivalents 2017-02-24 18:04:54 +01:00
Vincent Breitmoser
0277ba1afa replace DatabaseReadWriteInteractor with DatabaseInteractor where possible 2017-02-24 18:04:54 +01:00
Vincent Breitmoser
aef6e6614e extract DatabaseReadWriteInteractor 2017-02-24 18:04:54 +01:00
Vincent Breitmoser
d577257bd5 rename ProviderHelper -> DatabaseInteractor 2017-02-24 18:04:54 +01:00
Siddharth Kannan
06e7ddae2a Fix crash inside MultiUserIdsFrag because of null lastName
FIXES #2044

Signed-off-by: Siddharth Kannan <kannan.siddharth12@gmail.com>
2017-02-20 23:36:26 +05:30
Dominik Schürmann
5566cf7176 Do not encrypt filenames by default 2017-02-09 20:02:23 +01:00
Vincent Breitmoser
e06205ae55 redesign request key into dialog 2017-02-08 00:57:26 +01:00
Vincent Breitmoser
a9001b3b45 change "select allowed keys" into "request key permission" activity 2017-02-08 00:57:26 +01:00
Dominik Schürmann
5f56d3b85a Move intents into Constants class 2017-02-07 21:17:15 +01:00
Hari
ba1bd8d48a Added insecure warning to import card 2017-02-04 01:47:14 +05:30
Dominik Schürmann
015ef4aaae Merge pull request #2028 from rhari991/insecure-keys
Display insecure key warnings
2017-02-03 13:36:44 +01:00
Hari
62a14399ea Added warnings for insecure keys 2017-02-03 16:11:29 +05:30
Dominik Schürmann
5935dad9e8 Merge pull request #2024 from open-keychain/build-env
Update build environment
2017-02-02 12:55:47 +01:00
Dominik Schürmann
2625da55ed Add OpenKeychainIntents into main git 2017-02-02 11:08:27 +01:00
Hari
28bf1a37a1 Added ascii armor option to the backup api 2017-01-29 22:14:54 +05:30
Dominik Schürmann
78bbe20149 Add missing columns for projections, remove use of raw user id 2017-01-27 00:52:54 +01:00
daquexian
f26a355bd6 remove some splitUserId 2017-01-21 23:21:19 +08:00
klemens
bae6391dc0 spelling fixes 2017-01-14 11:38:05 +01:00
Dominik Schürmann
318903cd85 Use nordpols new TagDispatcherBuilder 2017-01-10 13:14:23 +01:00
Dominik Schürmann
7a9f951dc9 Update libraries 2017-01-10 13:01:02 +01:00
Dominik Schürmann
ede6754eda Merge pull request #1980 from open-keychain/fix-duplicate-keys
fix loop bug in key selection
2017-01-05 17:10:34 +01:00
Dominik Schürmann
068327c939 Fix to hide PIN input in dialog 2017-01-05 14:10:22 +01:00
Dominik Schürmann
63244a113a Code formatting and package re-structuring 2017-01-05 13:56:09 +01:00
Dominik Schürmann
b89ba85313 skip algorithm screen for security tokens version < 3.0 2017-01-05 13:40:40 +01:00
Arnaud Fontaine
a6b7b2bf4e Support of SmartPGP secure messaging 2017-01-04 14:59:57 +01:00
Arnaud Fontaine
05bfd6bc01 Support of OpenPGP card v3 2017-01-04 13:39:19 +01:00
Vincent Breitmoser
2ed485fd12 fix loop bug in key selection 2017-01-04 02:21:12 +01:00
Vincent Breitmoser
b4b13b6afe fix loading of multiple keys simultaneously 2016-12-31 21:42:08 +01:00
Dominik Schürmann
3363bbfb87 KeyListFragment: make import callback inline 2016-12-06 10:35:12 +01:00
Dominik Schürmann
a1c0ef48d2 Minor code style changes 2016-12-06 10:30:30 +01:00
Dominik Schürmann
7fa2c97cdc Add missing license headers, cleanup 2016-12-05 12:55:16 +01:00
Dominik Schürmann
f8f7fb7d14 Fix advanced upload, use OkHttp's HttpUrl class 2016-12-05 12:35:17 +01:00
Dominik Schürmann
dd69621408 Do not use ImportKeysListFragment for Security Token import, fixes #1959. Also introduces radio button to import key information from file 2016-12-04 22:58:41 +01:00
Dominik Schürmann
553f90f145 Merge branch 'master' of github.com:open-keychain/open-keychain 2016-12-04 20:13:19 +01:00
Dominik Schürmann
eed4de9941 Merge branch 'tobsbot-recycler-view' 2016-12-04 20:08:35 +01:00
Tobias Erthal
5cb9de01ad Fixed id offset, minor changes. 2016-12-04 20:02:56 +01:00
Vincent Breitmoser
d93842bdc6 Merge pull request #1920 from open-keychain/text-linkify
auto-linkify text in DisplayTextActivity, if data is signed
2016-12-01 16:42:51 +01:00
Dominik Schürmann
b02f50dd22 Merge pull request #1953 from open-keychain/openpgp-signature-result-v4
Openpgp signature result v4
2016-11-30 16:28:16 +01:00
Dominik Schürmann
704151cbed Remove dead code 2016-11-30 16:17:46 +01:00