Commit Graph

  • e873bac880 Fixes for selection of certify key Dominik Schürmann 2015-03-15 16:24:06 +0100
  • ff60e80d42 Merge pull request #1142 from tdjogi010/development Dominik Schürmann 2015-03-15 15:56:12 +0100
  • 8a2bd80d40 Merge pull request #1148 from manojkhannakm/development Dominik Schürmann 2015-03-15 15:35:32 +0100
  • f1dc58ddfd Merge pull request #1147 from Hiperzone/development Dominik Schürmann 2015-03-15 15:34:07 +0100
  • f4cb254404 Dont display key ids in KeySpinner, display creation date when user ids duplicate Dominik Schürmann 2015-03-15 15:29:06 +0100
  • 0b654bdfe5 Use fixed version of com.squareup:fest-android, enable offline builds Dominik Schürmann 2015-03-15 14:57:37 +0100
  • 0fe060e88e Fixed a ClassCastException Manoj Khanna 2015-03-15 12:30:08 +0530
  • c2593f29ff Query for duplicate user ids Dominik Schürmann 2015-03-15 02:40:31 +0100
  • d3dd9020f5 -fixed out of bounds crash when retrieving the main profile name with secret keys -fixed a possible crash when retrieving the main profile contactid Daniel Ramos 2015-03-15 00:12:26 +0000
  • 6c9b2ce0c0 Add missing license headers Dominik Schürmann 2015-03-15 00:49:29 +0100
  • ba7d8a5867 show certificates for secret keys differently Vincent Breitmoser 2015-03-14 23:10:58 +0100
  • 8ede97b9ff Merge branch 'development' of github.com:open-keychain/open-keychain into development Dominik Schürmann 2015-03-14 21:36:35 +0100
  • f1b1ecae20 Merge pull request #1143 from manojkhannakm/development Dominik Schürmann 2015-03-14 21:36:28 +0100
  • afa7790fbd disable debug sync Dominik Schürmann 2015-03-14 14:08:03 +0100
  • 12734127a7 Use names also for main contact Dominik Schürmann 2015-03-14 14:07:45 +0100
  • cd7f631221 Show key name instead of key id in contacts, cleanup Dominik Schürmann 2015-03-14 14:05:31 +0100
  • 23290b9013 Merge pull request #1144 from adithyaphilip/main-profile-keys Dominik Schürmann 2015-03-14 13:40:53 +0100
  • 3f844cc70b work on second step of identity creation Vincent Breitmoser 2015-03-13 16:30:49 +0100
  • 9e3125c15e don't filter tweet intent Vincent Breitmoser 2015-03-13 14:58:06 +0100
  • 9e379fd19c improve error handling in LinkedIdViewFragment, disable unknown identity types (for now?) Vincent Breitmoser 2015-03-13 14:37:52 +0100
  • 4c122dfb60 verification takes a second at least Vincent Breitmoser 2015-03-13 14:07:37 +0100
  • 8fcffdd7cd use ViewAnimator for progress, streamline text on first step Vincent Breitmoser 2015-03-13 13:54:52 +0100
  • da3540805e Merge branch 'development' of https://github.com/tdjogi010/open-keychain into development tdjogi010@gmail.com 2015-03-13 11:35:05 +0530
  • d56c90ce76 Preselected Suitable Key tdjogi010@gmail.com 2015-03-12 20:59:05 +0530
  • a9a5551d95 remove notiion of nonce/identifier Vincent Breitmoser 2015-03-13 01:55:31 +0100
  • b26e57ab19 change finish button label to "link identity" Vincent Breitmoser 2015-03-13 01:37:54 +0100
  • d7ef2c1b9e added some documentation Adithya Abraham Philip 2015-03-13 04:49:34 +0530
  • 759009ddb4 added own profile support in linekd system contact Adithya Abraham Philip 2015-03-13 04:04:11 +0530
  • 9776957ab1 fix linked wizard buttons Vincent Breitmoser 2015-03-12 22:50:22 +0100
  • d4375b7dfc links own keys to me profile in contacts Adithya Abraham Philip 2015-03-13 03:13:22 +0530
  • 163cbb04a0 twitter layout step3 -> step2 Vincent Breitmoser 2015-03-12 22:35:14 +0100
  • 706d339004 regenerate twitter token Vincent Breitmoser 2015-03-12 22:09:05 +0100
  • 4adf2b343c small fix for CreateFinalFragment Vincent Breitmoser 2015-03-12 22:06:30 +0100
  • bebd726384 twitter Step3 -> Step2 Vincent Breitmoser 2015-03-12 21:07:43 +0100
  • 4f31bbff0f ditch custom text step for twitter Vincent Breitmoser 2015-03-12 21:03:42 +0100
  • a5e8825882 finish implementing twitter resource Vincent Breitmoser 2015-03-12 20:46:50 +0100
  • 5b5e5b4981 Fix for Issue #1115 Manoj Khanna 2015-03-13 00:53:05 +0530
  • 448797e649 Preselected Suitable Key tdjogi010@gmail.com 2015-03-12 20:59:05 +0530
  • b953623802 Clarify logs in DeleteFileDialog Dominik Schürmann 2015-03-12 14:34:58 +0100
  • 27027b8ee5 Use notify instead of Toast for NFC check Dominik Schürmann 2015-03-12 13:39:20 +0100
  • 67a9f12790 Merge pull request #1133 from Rrego6/development Dominik Schürmann 2015-03-12 13:38:15 +0100
  • 183457334f Merge pull request #1117 from danielnelz/development Dominik Schürmann 2015-03-12 13:27:04 +0100
  • dae48e84c8 Improve file deletion strings Dominik Schürmann 2015-03-12 13:18:31 +0100
  • 4de978bccb Merge pull request #1137 from manojkhannakm/development Dominik Schürmann 2015-03-12 13:11:29 +0100
  • fb1701f09f Merge pull request #1134 from adithyaphilip/sync-confirmed-keys Dominik Schürmann 2015-03-12 13:08:18 +0100
  • 52200edfd7 Fixed possible ArrayIndexOutOfBoundsException. danielnelz 2015-03-11 21:32:20 +0100
  • 08972de68f added contact sync at end of CertifyOperation Adithya Abraham Philip 2015-03-11 23:11:01 +0530
  • 45eea9b5b8 corrected linked system contact display name Adithya Abraham Philip 2015-03-11 23:10:32 +0530
  • 9ff4d7b2bc change user_id primary key in database, use keyring rather than unified query in consolidate Vincent Breitmoser 2015-03-11 18:28:36 +0100
  • bb018b8fc1 Updated fix for Issue #1116 Manoj Khanna 2015-03-11 19:55:31 +0530
  • 82a2a76a33 make constant for certify hash algo Dominik Schürmann 2015-03-11 14:37:23 +0100
  • 471f92a967 Check if NFC is available on device Raoul 2015-03-10 22:06:17 -0400
  • 8d71a3fa92 better state management in LinkedIdView, move confirm progress into card Vincent Breitmoser 2015-03-10 19:02:51 +0100
  • 4ed1bf0ca4 Version 3.2beta2 Dominik Schürmann 2015-03-10 16:30:00 +0100
  • 58d066a54e Pull from transifex Dominik Schürmann 2015-03-10 16:19:46 +0100
  • 446e16fc62 Disable maybe methods in ImportKeysListEntry for now Dominik Schürmann 2015-03-10 15:55:19 +0100
  • 79a4e7fb9c Fix expiry, revoked checks in OpenPgpSignatureResultBuilder Dominik Schürmann 2015-03-10 15:52:44 +0100
  • 0e32b37f9d Changelog 3.2beta1 Dominik Schürmann 2015-03-10 15:35:47 +0100
  • 7346144ba9 Remove unused NFC Beam html Dominik Schürmann 2015-03-10 15:18:24 +0100
  • 686146a871 Update openpgp lib Dominik Schürmann 2015-03-10 15:17:27 +0100
  • 8f44500fdf Update api lib Dominik Schürmann 2015-03-10 11:35:12 +0100
  • f13953e8fc API 7 Dominik Schürmann 2015-03-10 11:34:35 +0100
  • f58ab3e439 hack loadSystemContact back in Vincent Breitmoser 2015-03-10 05:11:46 +0100
  • 531697ffe7 Merge remote-tracking branch 'origin/development' into linked-identities Vincent Breitmoser 2015-03-10 04:56:51 +0100
  • 3b7f21d98a add expand item to linked id list Vincent Breitmoser 2015-03-10 04:27:40 +0100
  • deafe946fd filter out unknown linked ids Vincent Breitmoser 2015-03-10 03:30:20 +0100
  • f069d9814d minor additions to CertListWidget Vincent Breitmoser 2015-03-10 02:22:47 +0100
  • b3257e0ffa Ripple Dominik Schürmann 2015-03-10 02:13:36 +0100
  • 2a42ff016f cleaner handling of verification state Vincent Breitmoser 2015-03-10 02:08:51 +0100
  • ae1c80e8b3 Merge branch 'adithyaphilip-contact-card' into development Dominik Schürmann 2015-03-10 01:52:14 +0100
  • 64e85a2eb4 Merge branch 'contact-card' of https://github.com/adithyaphilip/open-keychain into adithyaphilip-contact-card Dominik Schürmann 2015-03-10 01:51:30 +0100
  • b74fa6c662 Merge pull request #1121 from adithyaphilip/rawcontact-deletion Dominik Schürmann 2015-03-10 01:45:28 +0100
  • bce0fe6221 Add additional email addresses in create key Dominik Schürmann 2015-03-10 01:44:07 +0100
  • 4db86fdabe Merge remote-tracking branch 'development' into linked-identities Vincent Breitmoser 2015-03-10 00:57:23 +0100
  • f76f84dfb2 concurrency and continuity fixes for verification backstack handling Vincent Breitmoser 2015-03-10 00:55:48 +0100
  • 6df9387c2c support backstack for verification Vincent Breitmoser 2015-03-09 23:58:05 +0100
  • 3012001979 Show passphrase checkbox in create key Dominik Schürmann 2015-03-09 22:09:48 +0100
  • 224f243c79 added CALLER_IS_SYNCADAPTER parameter to delete queries Adithya Abraham Philip 2015-03-10 03:28:12 +0530
  • 5f0a468d9a changed default drawable for linked system contact Adithya Abraham Philip 2015-03-10 02:48:04 +0530
  • 7d2e2e3eec Make create key wizard step-by-step Dominik Schürmann 2015-03-09 22:00:44 +0100
  • e3547b4979 Show passphrase checkbox in create key Dominik Schürmann 2015-03-09 22:09:48 +0100
  • 67076b2019 Make create key wizard step-by-step Dominik Schürmann 2015-03-09 22:00:44 +0100
  • ebf3596341 rearrange linked id layouts, add CertListWidget Vincent Breitmoser 2015-03-09 21:04:03 +0100
  • 012b7e4830 cleaned up code, added comments Adithya Abraham Philip 2015-03-10 01:27:33 +0530
  • 159b197930 add linked id certs uri to KeychainProvider Vincent Breitmoser 2015-03-09 21:03:27 +0100
  • f8a6f814dd added contact linking Adithya Abraham Philip 2015-03-10 01:05:40 +0530
  • bc43797c32 added card Adithya Abraham Philip 2015-03-09 00:37:14 +0530
  • 704821a8db Merge remote-tracking branch 'upstream/development' into development danielnelz 2015-03-09 20:25:03 +0100
  • 7d27faf00c Added braces to if else. danielnelz 2015-03-09 20:14:11 +0100
  • 17301be2ca Created enum MessageStatus in KeychainIntentServiceHandler and enum IOType in KeychainIntentService and replaced int constants with them. Fixed some typos. danielnelz 2015-03-09 20:09:05 +0100
  • cc66435e38 Some fixes for delete after encryption Dominik Schürmann 2015-03-09 18:59:15 +0100
  • 7c22fc843b Fix ascii armor in encrypt activity Dominik Schürmann 2015-03-09 18:33:20 +0100
  • 009e8e9e39 Fix compression check in activities Dominik Schürmann 2015-03-09 18:21:54 +0100
  • 3fe7fa202c API: If signature key is known return pi to show key Dominik Schürmann 2015-03-09 17:12:46 +0100
  • 138773798a fix transition animation Vincent Breitmoser 2015-03-09 16:56:10 +0100
  • b2e5ac2820 Fix colors for remote activity Dominik Schürmann 2015-03-09 16:55:23 +0100
  • 08fd2a2de3 use loader in LinkedIdViewFragment Vincent Breitmoser 2015-03-09 16:30:13 +0100
  • bd1705410a Cleanup new widgets Dominik Schürmann 2015-03-09 16:17:12 +0100
  • d8c4867825 Merge pull request #1112 from chipset95/issue-1106-imp Dominik Schürmann 2015-03-09 16:08:45 +0100
  • 72c18734ad Redesign of encrypt activites finished Dominik Schürmann 2015-03-09 16:03:58 +0100