| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Preselected Suitable Key | tdjogi010@gmail.com | 2015-03-12 | 1 | -4/+9 | 
| | | |||||
| * | change user_id primary key in database, use keyring rather than unified ↵ | Vincent Breitmoser | 2015-03-11 | 3 | -14/+26 | 
| | | | | | query in consolidate | ||||
| * | make constant for certify hash algo | Dominik Schürmann | 2015-03-11 | 2 | -11/+6 | 
| | | |||||
| * | Version 3.2beta2 | Dominik Schürmann | 2015-03-10 | 3 | -3/+17 | 
| | | |||||
| * | Pull from transifex | Dominik Schürmann | 2015-03-10 | 71 | -1105/+1328 | 
| | | |||||
| * | Disable maybe methods in ImportKeysListEntry for now | Dominik Schürmann | 2015-03-10 | 1 | -2/+3 | 
| | | |||||
| * | Fix expiry, revoked checks in OpenPgpSignatureResultBuilder | Dominik Schürmann | 2015-03-10 | 1 | -2/+2 | 
| | | |||||
| * | Changelog 3.2beta1 | Dominik Schürmann | 2015-03-10 | 1 | -0/+14 | 
| | | |||||
| * | Remove unused NFC Beam html | Dominik Schürmann | 2015-03-10 | 24 | -268/+0 | 
| | | |||||
| * | Update openpgp lib | Dominik Schürmann | 2015-03-10 | 1 | -0/+0 | 
| | | |||||
| * | Update api lib | Dominik Schürmann | 2015-03-10 | 1 | -0/+0 | 
| | | |||||
| * | API 7 | Dominik Schürmann | 2015-03-10 | 12 | -280/+633 | 
| | | |||||
| * | Ripple | Dominik Schürmann | 2015-03-10 | 24 | -44/+40 | 
| | | |||||
| * | Merge branch 'adithyaphilip-contact-card' into development | Dominik Schürmann | 2015-03-10 | 3 | -8/+123 | 
| |\ | |||||
| | * | Merge branch 'contact-card' of ↵ | Dominik Schürmann | 2015-03-10 | 3 | -8/+123 | 
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/adithyaphilip/open-keychain into adithyaphilip-contact-card Conflicts: Graphics/get-material-icons.sh OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyEmailFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyInputFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyNameFragment.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/CreateKeyPassphraseFragment.java OpenKeychain/src/main/res/layout/create_key_email_fragment.xml OpenKeychain/src/main/res/values/strings.xml | ||||
| | * | Show passphrase checkbox in create key | Dominik Schürmann | 2015-03-10 | 3 | -0/+27 | 
| | | | |||||
| | * | changed default drawable for linked system contact | Adithya Abraham Philip | 2015-03-10 | 1 | -3/+3 | 
| | | | |||||
| | * | Make create key wizard step-by-step | Dominik Schürmann | 2015-03-10 | 41 | -151/+535 | 
| | | | |||||
| | * | cleaned up code, added comments | Adithya Abraham Philip | 2015-03-10 | 2 | -9/+16 | 
| | | | | | | | | | optimised imports | ||||
| | * | added contact linking | Adithya Abraham Philip | 2015-03-10 | 4 | -12/+102 | 
| | | | |||||
| | * | added card | Adithya Abraham Philip | 2015-03-10 | 3 | -5/+52 | 
| | | | |||||
| * | | Merge pull request #1121 from adithyaphilip/rawcontact-deletion | Dominik Schürmann | 2015-03-10 | 1 | -3/+47 | 
| |\ \ | | | | | | | Fixed contact deletion Issue #1120 | ||||
| | * | | added CALLER_IS_SYNCADAPTER parameter to delete queries | Adithya Abraham Philip | 2015-03-10 | 1 | -3/+47 | 
| | | | | |||||
| * | | | Add additional email addresses in create key | Dominik Schürmann | 2015-03-10 | 16 | -7/+522 | 
| |/ / | |||||
| * | | Show passphrase checkbox in create key | Dominik Schürmann | 2015-03-09 | 3 | -0/+27 | 
| | | | |||||
| * | | Make create key wizard step-by-step | Dominik Schürmann | 2015-03-09 | 41 | -151/+535 | 
| |/ | |||||
| * | Some fixes for delete after encryption | Dominik Schürmann | 2015-03-09 | 3 | -41/+46 | 
| | | |||||
| * | Fix ascii armor in encrypt activity | Dominik Schürmann | 2015-03-09 | 1 | -3/+2 | 
| | | |||||
| * | Fix compression check in activities | Dominik Schürmann | 2015-03-09 | 3 | -4/+3 | 
| | | |||||
| * | API: If signature key is known return pi to show key | Dominik Schürmann | 2015-03-09 | 1 | -73/+72 | 
| | | |||||
| * | Fix colors for remote activity | Dominik Schürmann | 2015-03-09 | 3 | -14/+7 | 
| | | |||||
| * | Cleanup new widgets | Dominik Schürmann | 2015-03-09 | 3 | -38/+41 | 
| | | |||||
| * | Merge pull request #1112 from chipset95/issue-1106-imp | Dominik Schürmann | 2015-03-09 | 6 | -56/+55 | 
| |\ | | | | | Improved EmailEditText, Added NameEditText, Removed PasswordEditText #1106 | ||||
| | * | Implemented NameEditText | chipset95 | 2015-03-09 | 6 | -98/+12 | 
| | | | |||||
| | * | Improved EmailEditText, Added NameEditText, Removed PasswordEditText #1106 | chipset95 | 2015-03-09 | 3 | -101/+85 | 
| | | | |||||
| * | | Redesign of encrypt activites finished | Dominik Schürmann | 2015-03-09 | 17 | -172/+141 | 
| | | | |||||
| * | | Improve icons | Dominik Schürmann | 2015-03-09 | 19 | -33/+33 | 
| | | | |||||
| * | | Fix padding in create key | Dominik Schürmann | 2015-03-09 | 1 | -0/+2 | 
| | | | |||||
| * | | Removed unused PasswordEditText | Dominik Schürmann | 2015-03-09 | 1 | -101/+0 | 
| | | | |||||
| * | | Merge branch 'development' of github.com:open-keychain/open-keychain into ↵ | Dominik Schürmann | 2015-03-09 | 12 | -117/+294 | 
| |\| | | | | | | | development | ||||
| | * | Merge pull request #1111 from adithyaphilip/passphrase-strength-indicator | Dominik Schürmann | 2015-03-09 | 6 | -90/+140 | 
| | |\ | | | | | | | Passphrase strength indicator | ||||
| | | * | minor xml code style correction | Adithya Abraham Philip | 2015-03-08 | 1 | -8/+8 | 
| | | | | |||||
| | | * | minor code style correction | Adithya Abraham Philip | 2015-03-07 | 3 | -2/+10 | 
| | | | | |||||
| | | * | removed created by comment | Adithya Abraham Philip | 2015-03-06 | 1 | -3/+0 | 
| | | | | |||||
| | | * | cleaned up code | Adithya Abraham Philip | 2015-03-06 | 3 | -52/+38 | 
| | | | | |||||
| | | * | changed default colors for PasswordStrengthView | Adithya Abraham Philip | 2015-03-06 | 2 | -8/+6 | 
| | | | | |||||
| | | * | added PassphraseEditText to SetPassphraseDialogFragment | Adithya Abraham Philip | 2015-03-06 | 3 | -6/+6 | 
| | | | | |||||
| | | * | added PassphraseEditText | Adithya Abraham Philip | 2015-03-06 | 3 | -31/+92 | 
| | | | | |||||
| | * | | unit test certification of user attributes | Vincent Breitmoser | 2015-03-08 | 1 | -8/+52 | 
| | | | | |||||
| | * | | add support for certification of user attributes | Vincent Breitmoser | 2015-03-08 | 5 | -19/+102 | 
| | |/ | |||||
