Commit Graph

6144 Commits

Author SHA1 Message Date
Dominik Schürmann
9c857ca66e Pull from transifex 2017-01-05 14:27:59 +01:00
Dominik Schürmann
1b64ffe561 Merge branch 'af-anssi' 2017-01-05 14:13:01 +01:00
Dominik Schürmann
068327c939 Fix to hide PIN input in dialog 2017-01-05 14:10:22 +01:00
Dominik Schürmann
960ebfed0c move NetworkReceiver 2017-01-05 13:59:26 +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
d7612b0ae2 Add comments related to ECC decryption with security tokens 2017-01-05 11:46:57 +01:00
Arnaud Fontaine
2ed25ab8f3 Update RSA key size error for security tokens 2017-01-05 11:10:11 +01:00
Arnaud Fontaine
42b5e291ca Rename methods related only to security tokens 2017-01-05 11:01:14 +01:00
Arnaud Fontaine
3a20dee36f Remove underscore in variable names 2017-01-04 15:44:24 +01:00
Arnaud Fontaine
e6fe29a0ff Remove test not useful now 2017-01-04 15:38:29 +01:00
Arnaud Fontaine
f7f96498eb Adding missing GPL headers 2017-01-04 14:59:57 +01:00
Arnaud Fontaine
6b43379a28 Remove use less files from previous commit 2017-01-04 14:59:57 +01:00
Arnaud Fontaine
4c9ea4e090 Fix unit testPrivateKeyTemplateSimple2048 2017-01-04 14:59:57 +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
27670d55e8 incorporate feedback 2017-01-04 12:11:13 +01:00
Vincent Breitmoser
2ed485fd12 fix loop bug in key selection 2017-01-04 02:21:12 +01:00
Dominik Schürmann
7616c1c8b8 saved instead of remembered, fixes #1976 2017-01-03 21:54:16 +01:00
Vincent Breitmoser
ac4bb3450f extract extension manually if getFileExtensionFromUrl failed
This fixes issues with whitespace in filenames
2017-01-03 19:06:43 +01:00
Dominik Schürmann
a160c8fe7f Merge pull request #1973 from open-keychain/fix-multi-import-load
fix loading of multiple keys simultaneously
2017-01-01 16:58:25 +01:00
Vincent Breitmoser
b4b13b6afe fix loading of multiple keys simultaneously 2016-12-31 21:42:08 +01:00
Vincent Breitmoser
5fb8efa816 use utf-8 as fallback if keyservers specify a bad charset ("uft-8") 2016-12-31 21:41:56 +01:00
Dominik Schürmann
42f213f4ef Some docs 2016-12-28 19:05:06 +01:00
Dominik Schürmann
f128653de4 Positive if-else + comments 2016-12-28 19:00:25 +01:00
Dominik Schürmann
1bf4ccf67c Fix OOM bug in multi threaded key import, fixes #1960 2016-12-28 18:52:29 +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
891ce29785 Skip dependency checks for bottomsheet 2016-12-05 17:12:50 +01:00
Dominik Schürmann
e7ca41c1e9 Fix height of section headers on Android 7 2016-12-05 16:58:40 +01:00
Dominik Schürmann
4d551c5c1a Pull from transifex 2016-12-05 13:55:00 +01:00
Dominik Schürmann
b4e936fc3f Fix padding and scrollbar in import 2016-12-05 13:50:33 +01:00
Dominik Schürmann
c064a46b36 Catch unsupported charset for keyservers 2016-12-05 13:24:43 +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
c57b544395 Add some missing license statements 2016-12-05 11:47:31 +01:00
Dominik Schürmann
2b89ed66c9 Remove unused word verification 2016-12-05 11:34:03 +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
5e92bdd65b Update support lib to 25.0.1 2016-12-04 20:12:37 +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
Tobias Erthal
ca67c52aa0 Updated 3 files from recycler-view-all 2016-12-04 20:02:49 +01:00
Tobias Erthal
37abe757f0 Check for key status before enabling click events. 2016-12-03 03:45:34 +01:00
Tobias Erthal
848bb01cff Updated SelectSignKeyAdapter.java from recycler-view 2016-12-03 03:45:25 +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
Vincent Breitmoser
d0f6cc6819 Merge pull request #1948 from open-keychain/openpgp-service-refactorings
break down result handling in OpenPgpService into methods
2016-12-01 15:07:20 +01:00
Vincent Breitmoser
e9bd8af5d0 break down result handling in OpenPgpService into methods 2016-12-01 13:45:43 +01:00
Tobias Erthal
d7ed998a40 Updated SelectSignKeyAdapter.java from recycler-view 2016-11-30 23:19:11 +01:00
Dominik Schürmann
7ec84230b0 Fix crash with coinbase handle 2016-11-30 19:16:09 +01:00