Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaner handling of verification state | Vincent Breitmoser | 2015-03-10 | 1 | -46/+64 |
* | Merge remote-tracking branch 'development' into linked-identities | Vincent Breitmoser | 2015-03-10 | 24 | -432/+786 |
|\ | |||||
| * | Show passphrase checkbox in create key | Dominik Schürmann | 2015-03-09 | 1 | -0/+19 |
| * | Make create key wizard step-by-step | Dominik Schürmann | 2015-03-09 | 5 | -35/+312 |
| * | Some fixes for delete after encryption | Dominik Schürmann | 2015-03-09 | 1 | -22/+27 |
| * | 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 | 1 | -1/+1 |
| * | 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 | 4 | -54/+53 |
| |\ | |||||
| | * | Implemented NameEditText | chipset95 | 2015-03-09 | 4 | -96/+10 |
| | * | 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 | 7 | -57/+123 |
| * | | Removed unused PasswordEditText | Dominik Schürmann | 2015-03-09 | 1 | -101/+0 |
| * | | Merge branch 'development' of github.com:open-keychain/open-keychain into dev... | Dominik Schürmann | 2015-03-09 | 8 | -81/+228 |
| |\| | |||||
| | * | Merge pull request #1111 from adithyaphilip/passphrase-strength-indicator | Dominik Schürmann | 2015-03-09 | 4 | -64/+131 |
| | |\ | |||||
| | | * | 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 | 2 | -52/+37 |
| | | * | changed default colors for PasswordStrengthView | Adithya Abraham Philip | 2015-03-06 | 1 | -3/+5 |
| | | * | added PassphraseEditText to SetPassphraseDialogFragment | Adithya Abraham Philip | 2015-03-06 | 2 | -5/+5 |
| | | * | added PassphraseEditText | Adithya Abraham Philip | 2015-03-06 | 2 | -14/+89 |
| * | | | Remove dublicate email check | Dominik Schürmann | 2015-03-06 | 1 | -3/+1 |
| * | | | Merge branch 'development' of github.com:open-keychain/open-keychain into dev... | Dominik Schürmann | 2015-03-06 | 1 | -38/+74 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Improve way of getting possible names by filtering out emails | Dominik Schürmann | 2015-03-06 | 1 | -1/+25 |
| * | | | Merge branch 'development' of github.com:open-keychain/open-keychain into dev... | Dominik Schürmann | 2015-03-06 | 5 | -84/+216 |
| |\ \ \ | |||||
| * | | | | Fix elevation | Dominik Schürmann | 2015-03-06 | 1 | -2/+2 |
* | | | | | concurrency and continuity fixes for verification backstack handling | Vincent Breitmoser | 2015-03-10 | 1 | -14/+26 |
* | | | | | support backstack for verification | Vincent Breitmoser | 2015-03-09 | 1 | -12/+26 |
* | | | | | rearrange linked id layouts, add CertListWidget | Vincent Breitmoser | 2015-03-09 | 3 | -69/+192 |
* | | | | | add linked id certs uri to KeychainProvider | Vincent Breitmoser | 2015-03-09 | 2 | -7/+15 |
* | | | | | fix transition animation | Vincent Breitmoser | 2015-03-09 | 3 | -9/+41 |
* | | | | | use loader in LinkedIdViewFragment | Vincent Breitmoser | 2015-03-09 | 8 | -110/+267 |
* | | | | | successfully certify linked ids | Vincent Breitmoser | 2015-03-08 | 4 | -21/+80 |
* | | | | | return key ids from PassphraseDialogActivity, accept null userids | Vincent Breitmoser | 2015-03-08 | 4 | -7/+5 |
* | | | | | minor changes, add convertFingerprintToKeyId method | Vincent Breitmoser | 2015-03-08 | 3 | -11/+11 |
* | | | | | Merge branch 'development' into linked-identities | Vincent Breitmoser | 2015-03-08 | 32 | -540/+1154 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | add support for certification of user attributes | Vincent Breitmoser | 2015-03-08 | 4 | -17/+97 |
| | |_|/ | |/| | | |||||
| * | | | Merge pull request #1108 from tdjogi010/development | Vincent | 2015-03-06 | 1 | -38/+74 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | Asks Passphrase for key delete/export in ViewKeyActivity. | tdjogi010@gmail.com | 2015-03-06 | 1 | -38/+74 |
| * | | | Added GPLv3 License | chipset95 | 2015-03-06 | 2 | -0/+34 |
| * | | | Created EmailEditText, PasswordEditText and implemented wherever required | chipset95 | 2015-03-06 | 5 | -84/+182 |
| | |/ | |/| | |||||
| * | | Format code of merged password strength widget | Dominik Schürmann | 2015-03-05 | 2 | -40/+49 |
| * | | Merge branch 'issue1050' of https://github.com/lezorich/open-keychain into pa... | Dominik Schürmann | 2015-03-05 | 4 | -0/+496 |
| |\ \ | |||||
| | * | | Integrates passphrase strength indicator to create key wizard. | Lukas Zorich | 2015-03-03 | 1 | -0/+6 |
| | * | | Add license to password strength view classes | Lukas Zorich | 2015-03-03 | 3 | -0/+68 |
| | * | | Implemented Matt Allen password strength indicator | Lukas Zorich | 2015-03-03 | 2 | -0/+420 |
| | |/ | |||||
| * | | Use ArrayList instead of LinkedList | Dominik Schürmann | 2015-03-05 | 5 | -11/+13 |
| * | | Cleanup of PgpConstants | Dominik Schürmann | 2015-03-05 | 1 | -24/+22 |