Commit Graph
6425 Commits
Author SHA1 Message Date
Vincent Breitmoser a6f97cf46e remember if key signatures table has been initialized 2017-09-23 01:35:40 +02:00
Vincent Breitmoser 678a5c1562 slight cleanup 2017-09-23 01:35:39 +02:00
Vincent Breitmoser b814753b3b get rid of consolidate operation 2017-09-23 01:35:39 +02:00
Vincent Breitmoser f413d77360 introduce updateTrustDb to use instead of a full consolidate 2017-09-23 01:35:39 +02:00
Vincent Breitmoser e23045aeb8 introduce key signatures table 2017-09-22 04:18:14 +02:00
Vincent Breitmoser 2cd995526e set correct upload status for newly created keys 2017-09-22 01:58:43 +02:00
Vincent Breitmoser 318005dbb6 load keys from sd card during consolidate 2017-09-22 00:22:15 +02:00
Vincent Breitmoser fa258fb8b3 fix on click listener for linked identity items 2017-09-21 22:53:56 +02:00
Dominik SchürmannandGitHub afed37ed7d Merge pull request #2164 from open-keychain/simplify-cache-ttl
Simplify cache TTL logic
2017-09-20 09:30:29 -10:00
Vincent Breitmoser 647589c9ae default caching ttl to "until cleared" 2017-09-20 20:50:03 +02:00
Dominik SchürmannandGitHub ca1bcf93f2 Merge pull request #2162 from open-keychain/clipboard-reformat
Reformat public key blocks when loaded from clipboard
2017-09-20 06:37:11 -10:00
Vincent Breitmoser 03ca1292fa remember last selected passphrase cache ttl 2017-09-20 17:02:15 +02:00
Vincent Breitmoser d04439df6b ditch passphrase "time to live" setting 2017-09-20 17:02:15 +02:00
Vincent Breitmoser 90b7a0f4f1 handle one-octet length headers in public key block reformatting 2017-09-19 15:04:25 +02:00
Vincent Breitmoser 534f816e35 slightly nicer error reporting for reading from clipboard 2017-09-19 13:00:41 +02:00
Vincent Breitmoser ded139d302 aggressively reformat public key blocks from clipboard 2017-09-19 12:58:42 +02:00
Vincent BreitmoserandGitHub 1f2d9c85e0 Merge pull request #2160 from open-keychain/remove-move-to-card
remove "Move to Card" action from subkey edit ui
2017-09-13 10:45:54 +02:00
Vincent Breitmoser 12b6d42990 fix untranslatable string 2017-09-12 12:52:54 +02:00
Vincent Breitmoser c6557cc5fd remove "Move to Card" action from subkey edit ui 2017-09-12 02:08:30 +02:00
Dominik Schürmann ac10b03a0e Version 4.7-beta1 2017-09-11 11:10:38 -10:00
Vincent BreitmoserandGitHub 68b3923c33 Merge pull request #2157 from open-keychain/token-import
new Security Token import flow
2017-09-11 15:52:26 +02:00
Vincent Breitmoser 863651918e token-import: use entire fingerprint for promote operation 2017-09-11 15:30:10 +02:00
Vincent Breitmoser 10eeb5672b token-import: match fingerprints of subkeys 2017-09-11 15:30:06 +02:00
Vincent Breitmoser a1b049993f token-import: look up keys locally by all fingerprints 2017-09-11 03:20:00 +02:00
Vincent Breitmoser bd2e6aa698 token-import: bind only relevant subkeys 2017-09-11 01:55:03 +02:00
Vincent Breitmoser e0b5d97356 token-import: add entrypoint for blank token setup flow 2017-09-11 01:44:50 +02:00
Vincent Breitmoser 19bb4ff83c token-import: don't load fragment multiple times 2017-09-11 01:44:40 +02:00
Vincent Breitmoser bdc855d618 token-import: add debug states for locked keys 2017-09-11 01:44:40 +02:00
Vincent Breitmoser 419dffab02 token-import: move debug states out of fragment 2017-09-11 01:44:39 +02:00
Vincent Breitmoser 646940eb44 token-import: add ui for pin change and unlock 2017-09-11 01:43:20 +02:00
Vincent Breitmoser 36bec236f4 add routines to unlock security token 2017-09-08 15:17:33 +02:00
Vincent Breitmoser 4d0a686220 token-import: show unlock option for locked keys 2017-09-08 15:17:33 +02:00
Vincent Breitmoser 768abb3074 token-import: introduce parcelable SecurityTokenInfo 2017-09-08 15:17:33 +02:00
Vincent Breitmoser f40cebfb21 ditch yubikey fragment in ViewKeyActivity 2017-09-08 15:17:33 +02:00
Vincent Breitmoser 292b35c26d token-import: allow detaching of presenter 2017-09-08 15:16:50 +02:00
Vincent Breitmoser 16d6f07fe7 token-import: handle runtime storage permission 2017-09-08 15:16:50 +02:00
Vincent Breitmoser c1773de1c3 token-import: handle empty urls better 2017-09-08 15:16:50 +02:00
Vincent Breitmoser f1852338af debug: don't consolidate when a key is deleted 2017-09-08 15:16:50 +02:00
Vincent Breitmoser 8ae12e7590 token-import: option to simulate keys for import in debug builds 2017-09-08 15:16:50 +02:00
Vincent Breitmoser fb2a8624a4 token-import: remove old import/reset fragment 2017-09-08 15:16:50 +02:00
Vincent Breitmoser 2d2dce754d fix stupid error in UncachedKeyRing 2017-09-08 15:16:50 +02:00
Vincent Breitmoser 1af6a2796c token-import: change package structure a bit 2017-09-08 15:16:50 +02:00
Vincent Breitmoser 363551723b token-import: add logging 2017-09-08 15:16:50 +02:00
Vincent Breitmoser 050aed1ef5 token-import: extract string resources 2017-09-08 15:16:50 +02:00
Vincent Breitmoser e9efc07b74 token-import: reset yubikey 2017-09-08 15:16:50 +02:00
Vincent Breitmoser bc3031c9eb token-import: load from file 2017-09-08 15:16:50 +02:00
Vincent Breitmoser af7d36c038 token-import: first iteration 2017-09-08 15:16:50 +02:00
Vincent Breitmoser 21bc6f12f0 fix bugs introduced by using byte[] instead of String for fingerprints 2017-09-08 14:50:10 +02:00
Vincent Breitmoser 4a4e325bca encrypt to signing key in openkeychain ui 2017-09-06 22:07:56 +02:00
Dominik Schürmann 93caae1342 Pull from transifex 2017-08-29 21:13:21 +02:00