Commit Graph
546 Commits
Author SHA1 Message Date
Felix Bechstein 541d175e90 fix wording: s/keyring/key/g 2013-08-15 18:09:18 +05:30
Felix Bechstein 42815be83b fix gradle build 2013-08-15 18:07:54 +05:30
Dominik Schürmann c6743acfce Merge pull request #68 from m0rph3us1987/master
Pass encrypted messages to different messaging services
2013-08-09 06:09:23 -07:00
Enrico Oliverio 8becbd0622 Type is set to text/plain so that encrypted messages can be sent with Whatsapp, Hangouts, SMS etc... 2013-08-09 14:57:46 +02:00
Dominik Schürmann d1c1c45421 Merge pull request #64 from bcbarnes-gmx/Issue53
Implemented issue #53 - Change intent actions from extra ints to intent actions
2013-07-25 06:55:05 -07:00
bcbarnes-gmx d76efdfe38 Merge branch 'master' into Issue53 2013-07-24 06:04:13 -05:00
bcbarnes-gmx f74d0b8719 Refactored action constants 2013-07-23 15:18:45 -05:00
Dominik Schürmann 178bd7f4fe Add coding style to README 2013-07-23 22:15:26 +02:00
bcbarnes-gmx 3d6ae3ee83 Implemented issue #53 - Change intent actions from extra ints to intent actions 2013-07-23 07:49:34 -05:00
Dominik Schürmann f608fc123f Merge pull request #62 from bcbarnes-gmx/Issue61
Issue #61 - Unable to upload public keys to PKS
2013-07-22 12:17:13 -07:00
bcbarnes-gmx 2ad6cca924 Issue #61 - Unable to upload public keys to PKS 2013-07-22 14:14:06 -05:00
Dominik Schürmann cb2d2ba0c2 Merge pull request #60 from bcbarnes-gmx/Issue43
Change key bit length control into a dropdown
2013-07-22 10:46:38 -07:00
bcbarnes-gmx a48aa2bcaa Change key bit length control into a dropdown 2013-07-22 11:11:41 -05:00
Dominik Schürmann 51ff397ef2 Merge pull request #59 from bcbarnes-gmx/Issue41
Issues #41 and #43
2013-07-22 08:43:05 -07:00
bcbarnes-gmx 27bf2a5771 Issues #41 and #43 2013-07-22 09:59:14 -05:00
Dominik Schürmann 28b3c20b15 Merge pull request #58 from bcbarnes-gmx/Issue55
Implement Issue55
2013-07-22 06:45:44 -07:00
Dominik Schürmann dce5b92d25 Merge pull request #57 from bcbarnes-gmx/Issue56
Implemented Issue56
2013-07-22 06:43:59 -07:00
bcbarnes-gmx 8c18bf8129 Implement issue #55 2013-07-22 08:43:19 -05:00
bcbarnes-gmx eaeb10c1e8 Implemented issues #56 2013-07-22 08:37:41 -05:00
bcbarnes-gmx 3f97e30fa0 Merge branch 'master' of git://github.com/ashh87/openpgp-keychain 2013-07-19 10:08:52 -05:00
Dominik Schürmann 92d76e482a debug infos 2013-05-28 23:16:44 +02:00
Dominik Schürmann 215864a33e Process safe implementation of PassphraseCacheService, First test for crypto provider 2013-05-28 22:48:42 +02:00
Dominik Schürmann b221c0c905 Crypto Provider implementation start 2013-05-28 15:10:36 +02:00
Dominik Schürmann 8c537d3367 gradle wrapper 2013-05-25 23:14:36 +02:00
Dominik Schürmann 4275019747 gradle wrapper 2013-05-25 23:13:39 +02:00
Dominik Schürmann bcd951e968 Better than version check: gradle wrapper 2013-05-25 23:10:52 +02:00
Dominik Schürmann 001458f4af Check gradle version before building 2013-05-25 23:03:02 +02:00
Dominik Schürmann 8a9c5b33c5 Update README for gradle 2013-05-25 22:52:44 +02:00
Dominik Schürmann 23caec0471 move ActionBarSherlock lib, add gradle build files 2013-05-25 22:48:11 +02:00
Ash Hughes 515b415a56 use Bouncycastle updated API 2013-05-18 23:11:14 +01:00
Dominik Schürmann 9744b569ab Merge pull request #51 from ashh87/master
Updates spongycastle to the fork:
https://github.com/ashh87/spongycastle

This allows us to import secret keys much more quickly and to enable passphrase changing for subkey only secret keys.
2013-05-13 08:33:48 -07:00
Ash Hughes 723a89079c enable passphrase changing for subkey only keychains 2013-05-13 16:10:11 +01:00
Ash Hughes 5db08b9bdc 2/2 use forked spongycastle to speed up secret key imports 2013-05-13 15:10:52 +01:00
Ash Hughes 3b798fd7e6 1/2 use forked spongycastle to speed up secret key imports 2013-05-13 15:07:18 +01:00
Dominik Schürmann 30fa184e7e Merge with ashh87s pull request 2013-03-22 14:16:49 +01:00
Ash Hughes 0075c522a6 use certification keys to sign keyrings 2013-03-21 14:48:30 +00:00
Ash Hughes cf34a1720e change edit key for empty private master keys 2013-03-21 14:18:38 +00:00
Dominik Schürmann bee5075f56 Merge branch 'mdietz' 2013-03-20 01:16:18 +01:00
Dominik Schürmann e736af550a describe allowBackup=false 2013-03-20 01:14:19 +01:00
Ash Hughes 650b22d5e9 only sign keys if private key has capability 2013-03-19 02:04:56 +00:00
Ash Hughes 2d856c5f0e use db to mark keys which can certify 2013-03-18 18:51:24 +00:00
Ash Hughes 12d6cfefd7 change how empty private cheks happen, speeds things up 2013-03-18 16:07:34 +00:00
Ash Hughes 2ccd3796c4 select correct master key for signing public key with 2013-03-16 00:15:06 +00:00
Ash Hughes 4fc4f09e84 Fix decrypt file selection and symmetric decryption failure 2013-03-15 23:24:06 +00:00
Ash Hughes 9985722c6e correctly encrypt using symmetric key if sign box checked 2013-03-15 21:34:31 +00:00
Ash Hughes dd27d132be tidy up code 2013-03-14 22:04:24 +00:00
Ash Hughes 935274960d remove signing icon for master keys which can't sign 2013-03-14 17:24:22 +00:00
Ash Hughes 00afc2e8ac fix issue 42 2013-03-14 13:23:04 +00:00
Ash Hughes 911719bdb6 don't cache passphrase twice 2013-03-14 12:58:09 +00:00
Ashley Hughes cf42bcd039 skip key 0 (master) on retry for passphrase 2013-03-14 12:28:22 +00:00