Commit Graph

3136 Commits

Author SHA1 Message Date
Vincent Breitmoser
abfa7d743c some optimizations and indexes for the main key list query 2015-11-15 03:08:31 +01:00
Vincent Breitmoser
0456caedf4 provider: add debug variable to explain query plans 2015-11-15 02:18:39 +01:00
Vincent Breitmoser
529b9518c1 decrypt: skip all encountered marker packets (fix #1582) 2015-11-15 01:01:09 +01:00
Vincent Breitmoser
ba2c5c3bd0 inputdataop: leave content as-is if no header found (fixes #1592) 2015-11-14 23:37:33 +01:00
Vincent Breitmoser
d263bade92 decryptlist: minor cleanups and documentation 2015-11-14 18:28:25 +01:00
Vincent Breitmoser
e92bd4bea9 decryptlist: some cleanup and streamlining of control flow 2015-11-14 17:43:52 +01:00
Dominik Schürmann
4b594e4e75 Merge branch 'master' of github.com:open-keychain/open-keychain 2015-11-13 23:17:38 +01:00
Dominik Schürmann
1963ca9c2d Move permission check to createOperationInput 2015-11-13 23:17:34 +01:00
Vincent Breitmoser
4c5fce8f26 openpgpservice: move stream closing into delegating method 2015-11-13 18:02:54 +01:00
Vincent Breitmoser
820c91d132 Merge branch 'master' of github.com:open-keychain/open-keychain 2015-11-13 17:40:19 +01:00
Vincent Breitmoser
8f41f56ca1 decrypt: add tests for skipping stripped and unsuitable decryption subkeys 2015-11-13 17:40:11 +01:00
Dominik Schürmann
0eade61cd4 Merge branch 'master' of github.com:open-keychain/open-keychain 2015-11-13 17:36:25 +01:00
Dominik Schürmann
c6ea0b6a07 Request READ_EXTERNAL_STORAGE for decryption 2015-11-13 17:36:16 +01:00
Vincent Breitmoser
004c944bb7 Merge remote-tracking branch 'origin/master' 2015-11-13 17:00:14 +01:00
Vincent Breitmoser
712e526ab5 Merge commit '816dce0334e8b8d9da3cb00d31d26033b17040a3' 2015-11-13 17:00:09 +01:00
Vincent Breitmoser
2d7dada888 decrypt: skip unavailable and unsuitable keys 2015-11-13 16:58:26 +01:00
Dominik Schürmann
dd5d3dbf4c Update support libs to 23.1.1 2015-11-13 15:01:51 +01:00
Dominik Schürmann
4a8a4e37d0 Use fixed version of mockito 2015-11-13 14:59:45 +01:00
Vincent Breitmoser
816dce0334 service: minor code cleanups in key retrieval 2015-11-09 02:10:13 +01:00
Vincent Breitmoser
cf8d61f41e Merge branch 'master' of github.com:open-keychain/open-keychain 2015-11-09 02:05:12 +01:00
Dominik Schürmann
d6a1be825c Merge branch 'master' of github.com:open-keychain/open-keychain 2015-11-08 20:02:54 +01:00
Dominik Schürmann
89d016c49b Get whole public key via ACTION_GET_KEY 2015-11-08 20:02:50 +01:00
Dominik Schürmann
2f640980dd Cleanup settings activity 2015-11-08 19:29:51 +01:00
Vincent Breitmoser
5c47570e90 import: apply fixPgpMessage to text for import from clipboard 2015-11-06 12:09:27 +01:00
Vincent Breitmoser
33e8699be5 bench: add simple s2k benchmark (iterations for 100ms) 2015-11-04 21:27:24 +01:00
Vincent Breitmoser
0a266cdb4a bench: run ops multiple times and for an average time 2015-11-04 20:44:35 +01:00
Vincent Breitmoser
3ca8af060b Merge branch 'master' of github.com:open-keychain/open-keychain 2015-11-04 20:24:11 +01:00
Vincent Breitmoser
a4518c43c2 bench: simple working benchmark 2015-11-04 20:24:06 +01:00
Vincent Breitmoser
8feed0b097 bench: add benchmark operation for testing 2015-11-04 19:09:51 +01:00
Dominik Schürmann
31a45759cc Add READ_EXTERNAL_STORAGE permission 2015-11-03 10:59:53 +01:00
Dominik Schürmann
8f070e2450 Support for Android 6 ACTION_PROCESS_TEXT 2015-11-02 19:16:24 +01:00
Dominik Schürmann
00c972b6a8 Properly hide fab in ViewKeyActivity, fixes #1580 2015-11-02 18:24:59 +01:00
Dominik Schürmann
59e3122731 Merge branch 'master' of github.com:open-keychain/open-keychain 2015-11-02 18:10:05 +01:00
Dominik Schürmann
ccdfd55f61 Add runtime permission check for QR Code activity 2015-11-02 18:10:00 +01:00
Dominik Schürmann
05df0a63b7 Fix API 23 regression for activities without layout, see http://stackoverflow.com/q/32169303 2015-11-02 18:09:41 +01:00
Dominik Schürmann
c31f760110 Merge pull request #1578 from open-keychain/keyserver-sync-fix
Reworked KeyserverSyncAdapterService
2015-11-02 18:03:25 +01:00
Vincent Breitmoser
3411a5c087 keylist: add "search for query" button to empty view 2015-11-02 15:57:35 +01:00
Adithya Abraham Philip
4284aac0aa changed KeyserverSyncAdapterService to work with START_REDELIVER_INTENT 2015-10-31 00:21:13 +05:30
Dominik Schürmann
0641b9cba6 comment git dependency again 2015-10-29 23:03:11 +01:00
Dominik Schürmann
fbca191c8f update material drawer library 2015-10-29 23:01:16 +01:00
Vincent Breitmoser
e45636c07a import: make operation cancelable (again), make "update all" cancelable
(also, use unbounded blocking queue to fix update of more than 10 keys)
2015-10-29 18:22:04 +01:00
Vincent Breitmoser
55e22e68b4 import: reduce number of threads a little, and code cleanup 2015-10-29 17:14:22 +01:00
Vincent Breitmoser
ee79cc76d3 make use of proxies a Keyserver property 2015-10-29 16:58:20 +01:00
Vincent Breitmoser
1c83c33d35 editkey: always return EditKeyResult 2015-10-29 16:01:24 +01:00
Vincent Breitmoser
a665dd60fb use Proxy.NO_PROXY instead of null value for no proxy 2015-10-29 15:43:16 +01:00
Vincent Breitmoser
64a09a8945 encrypttext: fix mimetype check logic (#1574) 2015-10-29 15:08:57 +01:00
Vincent Breitmoser
a1330f78e4 uploadop: clean up, add logging 2015-10-29 14:50:29 +01:00
Vincent Breitmoser
e89dba8f24 prevent crashes in EncryptKeyCompletionView (2) 2015-10-26 21:57:31 +01:00
Dominik Schürmann
67a51cdfe3 Target SDK 23 and related fixes 2015-10-26 20:53:32 +01:00
Dominik Schürmann
33fea901e9 Update stickylistheaders, html-textview 2015-10-26 20:25:55 +01:00