Commit Graph

111 Commits

Author SHA1 Message Date
Dominik Schürmann 4c49bdcccc Fix documentation and variable naming in API 2014-03-06 14:02:21 +01:00
Ashley Hughes 01951810ae fix saving new key (tmp) 2014-03-06 13:00:17 +00:00
Ashley Hughes 8662ca2928 a method, if not the best one, for each property 2014-03-06 12:25:35 +00:00
Dominik Schürmann e1f525a0ac name KeychainIntentService properly 2014-03-04 22:17:45 +01:00
Dominik Schürmann 06f9134eb1 Enforce private key for applications, verify signed-only texts without passphrase input, better internal decrypt and verify method 2014-03-04 20:53:44 +01:00
Dominik Schürmann 89a4c38cc0 return SIGNATURE_SUCCESS_UNCERTIFIED from service 2014-03-04 15:18:05 +01:00
Dominik Schürmann 07bb421da5 Merge pull request #315 from jessicayuen/master
#226: Added cancel option to ProgressDialogFragments. Create Key is now cancelable.
2014-03-04 10:51:26 +01:00
Jessica Yuen af6713dc78 #226: Small fix to prevent message from being sent if IntentService is canceled 2014-03-03 23:04:55 -05:00
Jessica Yuen e4e3c555e9 #226: Async key gen task is stopped if progress is canceled 2014-03-02 20:55:13 -05:00
Jessica Yuen 91a2ecb15c #226: Activity no longer closes if progress is canceled for key creation in EditKeyActivity 2014-03-02 17:33:21 -05:00
Ashley Hughes d6b0975f9b begin adding parcel for save intent 2014-03-02 20:34:28 +00:00
Jessica Yuen 1baae3775e #226: Added cancel option to ProgressDialogFragments. Create Key is now cancelable. 2014-03-02 15:08:18 -05:00
Dominik Schürmann 4a13f70a88 API changes 2014-03-02 01:20:06 +01:00
Dominik Schürmann 0747a5815f cleanup 2014-02-24 01:32:00 +01:00
Dominik Schürmann c7c45a80fa fix signature passing and verify in demo 2014-02-24 01:24:46 +01:00
Ashley Hughes fa533dda32 pass through which keys are new 2014-02-22 16:08:38 +00:00
Ashley Hughes 1a28a4e921 change how primary id changing is passed through 2014-02-22 13:54:59 +00:00
Ashley Hughes 1b25ec5a0c master merge 2014-02-22 10:27:03 +00:00
Dominik Schürmann fb0816c126 internal renaming, cleanup 2014-02-21 02:40:44 +01:00
Dominik Schürmann aaddd26b51 verification of cleartext signatures works 2014-02-21 02:31:30 +01:00
Dominik Schürmann b952af90e6 Builder pattern for PgpOperationIncoming 2014-02-19 13:04:29 +01:00
Dominik Schürmann a5e33097a6 cleanup 2014-02-19 10:47:13 +01:00
Dominik Schürmann 1710f4416f Use builder pattern for sign and encrypt 2014-02-19 00:18:52 +01:00
Dominik Schürmann 9b4245739e merge internal signText and signAndEncrypt methods 2014-02-18 22:47:26 +01:00
Dominik Schürmann 708d0c9a5a better error check 2014-02-18 13:19:41 +01:00
Dominik Schürmann 0597b50258 documentation 2014-02-17 20:41:54 +01:00
Dominik Schürmann d5824e6740 cleanup 2014-02-17 19:50:07 +01:00
Dominik Schürmann f3bbd34482 Fix register activity 2014-02-17 19:06:29 +01:00
Dominik Schürmann 37f280afbb check if caller is allowed 2014-02-17 18:37:01 +01:00
Dominik Schürmann 2b98f2a0d7 Restructure API lib folder to support Eclipse 2014-02-15 17:09:21 +01:00
Dominik Schürmann a76169c39e fix regression bug with finish not called on activity but on fragment causing params to be not passed through 2014-02-15 16:08:43 +01:00
Ashley Hughes c9d9c800b6 pass through deleted keys 2014-02-15 14:45:57 +00:00
Dominik Schürmann 52f1c930eb parse string util method, better help text for access screen 2014-02-15 13:00:47 +01:00
Dominik Schürmann 3b0f76bf60 allow passphrase as parameter 2014-02-15 02:44:03 +01:00
Dominik Schürmann e0111c2ec4 code simplifications 2014-02-15 02:30:31 +01:00
Dominik Schürmann 5f39cb3ec0 fix passtrough of params 2014-02-15 02:08:27 +01:00
Dominik Schürmann 494a5fa414 private request codes, pass params through methods and pending intents, getKeyIds method 2014-02-15 01:06:03 +01:00
Dominik Schürmann 581e6edb4c cleanup 2014-02-14 17:19:54 +01:00
Dominik Schürmann d695374581 conversion of other methods 2014-02-14 17:01:17 +01:00
Dominik Schürmann acad2ba957 PendingIntent to handle user input 2014-02-14 13:40:24 +01:00
Dominik Schürmann ee2fec1759 fix nullpointer 2014-02-14 02:41:27 +01:00
Dominik Schürmann 7939aaaa44 Introducing new ParcelFileDescriptor pipes 2014-02-14 02:33:21 +01:00
Dominik Schürmann 519209da63 Layout fixes for registered apps 2014-02-13 23:34:57 +01:00
Ashley Hughes 076a7ec4a1 save work, this code doesn't work... 2014-02-13 22:05:36 +00:00
Ashley Hughes e150004e32 should have used refactor... 2014-02-08 21:42:04 +00:00
Dominik Schürmann a56219a027 reformat 2014-02-04 19:55:40 +01:00
Dominik Schürmann d090d4d332 work on lookup key, fix some illegal state exceptions with hack 2014-02-04 19:53:50 +01:00
Dominik Schürmann d75ea3f9e5 Certify not sign a key, added as button, does not belong to menu 2014-02-04 14:20:49 +01:00
Dominik Schürmann 6eaf45940e Switch from ActionBarSherlock to ActionBarCompat 2014-02-02 14:13:09 +01:00
Ashley Hughes f916c8f5af update hasPassphrase for subkey only keyrings 2014-02-02 10:24:03 +00:00
Dominik Schürmann 776392be3a Reworking import, testing needed... 2014-02-01 21:55:34 +01:00
Dominik Schürmann 0e53d901e6 search works 2014-02-01 19:49:44 +01:00
Ashley Hughes 1e565ef872 Merge branch 'master' of https://github.com/openpgp-keychain/openpgp-keychain 2014-02-01 17:29:23 +00:00
Dominik Schürmann abbdfd48df Started working on integration of keyserver query into import activity 2014-02-01 18:13:26 +01:00
Ashley Hughes af5e01db8e create new keys without lots of extra certification 2014-02-01 17:01:03 +00:00
Dominik Schürmann 34d791c9bd Allow state loss on dismissal of progress dialogs, fixes #217 2014-01-31 18:16:06 +01:00
Ashley Hughes fa0bd5edb4 builds, but intents are not called or handled correctly 2014-01-30 15:50:24 +00:00
Ashley Hughes 9f38c1436c save work 2014-01-30 15:43:08 +00: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 cb3ca37db9 New Gradle project structure 2014-01-27 14:18:25 +01:00