Commit Graph
849 Commits
Author SHA1 Message Date
Ashley Hughes 4119757699 bouncycastle uses the Date class, based off of UTC. Force all GregorianCalendars to use UTC, so get and set of key dates works as expected 2014-01-30 11:35:55 +00:00
Ashley Hughes 358ab7d7e4 binding signatures have the same creation time 2014-01-30 09:50:56 +00:00
Ashley Hughes 800452b5c1 change key expiry 2014-01-30 00:33:20 +00:00
Dominik Schürmann c4265c5e91 add some changelog items 2014-01-29 10:55:55 +01:00
Dominik Schürmann 1b1724f7af language fix 2014-01-29 10:46:59 +01:00
Dominik Schürmann 08d301a308 Fix transifex config and pull translations 2014-01-29 04:06:53 +01:00
Dominik Schürmann bf59d2a69b small language changes 2014-01-29 04:03:15 +01:00
Dominik Schürmann 7b38bfcbf4 show unknown in ViewKey if user id is not set 2014-01-29 03:58:36 +01:00
Dominik Schürmann c70195e4e3 Give expiry dates to PgpKeyOperation 2014-01-29 03:51:36 +01:00
Dominik Schürmann ecf6fc26c5 Use intent data instead of IDs for upload and sign, fixes #205 2014-01-29 03:24:42 +01:00
Dominik Schürmann f276455624 save keyring in-place, fixes #228, #203 2014-01-29 03:06:26 +01:00
Dominik Schürmann 312b7fde53 small code restructures 2014-01-29 01:38:34 +01:00
Ashley Hughes 2d4b2ae0df show import secret key userID 2014-01-28 23:55:27 +00:00
Ashley Hughes e6d4b0c70b exporting secret keys means exporting public, no need to do so twice 2014-01-28 23:03:52 +00:00
Dominik Schürmann 0d1cd047c9 Fix logging in ClipboardReflection 2014-01-28 10:31:36 +01:00
Ashley Hughes 4071ce8550 re-enable getEmbeddedSignatures 2014-01-27 23:31:19 +00:00
Dominik Schürmann cb3ca37db9 New Gradle project structure 2014-01-27 14:18:25 +01:00
Dominik Schürmann 8ca42b9bf9 Disable getEmbeddedSignatures() until patch by Ashh87 has been applied again in our spongy castle fork 2014-01-27 13:34:28 +01:00
Dominik Schürmann 7183c4ab06 fix crash on keys with empty user id 2014-01-25 20:00:01 +01:00
Dominik Schürmann 206ba4e551 Merge branch 'master' of github.com:dschuermann/openpgp-keychain 2014-01-24 16:05:42 +01:00
Dominik Schürmann 647b802b59 Fix language problems (thanks to yahoe.001) 2014-01-24 16:05:34 +01:00
M. Dietrich 64addd58d4 add "never" for ttl for passphrase cache 2014-01-23 14:22:15 +01:00
Dominik Schürmann 936e7494b9 remove unused adapter 2014-01-19 20:07:27 +01:00
Dominik Schürmann 8624a0167c fix crashes on Android 2.3 2014-01-19 17:54:26 +01:00
Dominik Schürmann 1b1927883b more language fixes and cleanup 2014-01-19 16:06:23 +01:00
Dominik Schürmann f4a9688bd9 use plurals 2014-01-19 15:45:43 +01:00
Dominik Schürmann 6f1dbc2f74 improve sharing of key 2014-01-19 13:42:34 +01:00
Dominik Schürmann a966d1afa1 share fingerprint with qr code 2014-01-19 01:15:25 +01:00
Dominik Schürmann 88aa439ea7 fix qr code scanning, implement basic scanning of fingerprint only 2014-01-19 00:45:53 +01:00
Dominik Schürmann 1bac2849b8 improve performance of adapter implementations by caching index, use data uri where possible in ViewKeyActivity 2014-01-19 00:00:56 +01:00
Dominik Schürmann 12c7e219c8 cleanup 2014-01-18 22:40:55 +01:00
Dominik Schürmann 96936dda23 handle onActivityResult in FileDialogFragment directly 2014-01-18 22:37:00 +01:00
Dominik Schürmann e8b9dfe379 layout fixes 2014-01-18 21:52:59 +01:00
Dominik Schürmann 1c5acc9721 better onActivityResult handling for qr code import, remove unimplemented import button 2014-01-18 21:20:20 +01:00
Dominik Schürmann f3638d5b44 default import is from keyserver 2014-01-18 21:17:23 +01:00
Dominik Schürmann b4b2a12a45 prettify upload key 2014-01-18 20:40:41 +01:00
Dominik Schürmann b6240f8927 do not sign on update from server action 2014-01-18 20:27:28 +01:00
Dominik Schürmann 803a1e9481 sign key without passphrase fixed 2014-01-18 20:03:40 +01:00
Dominik Schürmann 46291d6b3e Much more usable sign activity 2014-01-18 19:54:27 +01:00
Dominik Schürmann 47e3bd6d65 Externalize secret key selection into fragment for reuse in different activities 2014-01-18 18:44:34 +01:00
Ashley Hughes 64f9ea95f4 file imports fix 2014-01-16 10:04:42 +00:00
Ashley Hughes 09caba36a0 fix clipboard null crash 2014-01-16 10:04:28 +00:00
Dominik Schürmann 9c0432d24c Merge pull request #196 from ashh87/master
cross-cert changes
2014-01-14 23:54:40 -08:00
Ashley Hughes 0bca0a4b08 always check binding when verifying 2014-01-15 00:41:18 +00:00
Ashley Hughes c95a52c070 refactor 2014-01-14 22:12:57 +00:00
Dominik Schürmann 16b753acca fix exporting to file, close #195 2014-01-14 22:07:28 +01:00
Dominik Schürmann 0caa4de4fe toast on copy to clipboard 2014-01-14 21:53:57 +01:00
Dominik Schürmann 7cde5c89d0 Merge branch 'master' of github.com:dschuermann/openpgp-keychain 2014-01-14 21:19:56 +01:00
Dominik Schürmann 59217ec9ba fix some small layout bugs, add barcode scanner lib as source lib, fix qr code scanning issues 2014-01-14 21:19:43 +01:00
Ashley Hughes cd4a3dd237 begin refactor 2014-01-14 15:48:05 +00:00