Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved orbot notify, added periodic sync | Adithya Abraham Philip | 2015-08-20 | 5 | -18/+104 |
| | |||||
* | introduced keyserver sync adapter | Adithya Abraham Philip | 2015-08-20 | 14 | -26/+456 |
| | |||||
* | Fix theme problems | Dominik Schürmann | 2015-08-18 | 11 | -19/+27 |
| | |||||
* | Fix CryptoInputParcel handling for YubiKeys | Dominik Schürmann | 2015-08-18 | 1 | -20/+5 |
| | |||||
* | Update about | Dominik Schürmann | 2015-08-17 | 1 | -14/+21 |
| | |||||
* | Add additional langs from transifex | Dominik Schürmann | 2015-08-17 | 15 | -0/+1656 |
| | |||||
* | Pull from transifex | Dominik Schürmann | 2015-08-17 | 51 | -321/+1039 |
| | |||||
* | Changelog 3.5 | Dominik Schürmann | 2015-08-17 | 1 | -0/+7 |
| | |||||
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Vincent Breitmoser | 2015-08-17 | 1 | -43/+5 |
|\ | |||||
| * | Revoke master key only | Dominik Schürmann | 2015-08-17 | 1 | -43/+5 |
| | | |||||
* | | apply fixPgpMessage to plaintext/armored decrypt input | Vincent Breitmoser | 2015-08-17 | 2 | -23/+34 |
|/ | |||||
* | display dummy key for empty result, don't display during search | Vincent Breitmoser | 2015-08-14 | 1 | -2/+3 |
| | |||||
* | show dummy item if there are no secret keys | Vincent Breitmoser | 2015-08-14 | 3 | -4/+121 |
| | |||||
* | always show MainActivity after first-time CreateKeyActivity | Vincent Breitmoser | 2015-08-14 | 2 | -14/+16 |
| | |||||
* | Lock orientation for yubikey operations | Dominik Schürmann | 2015-08-12 | 2 | -0/+90 |
| | |||||
* | Change license of NfcOperationActivity and fix copyright in BaseNfcActivity | Dominik Schürmann | 2015-08-12 | 2 | -3/+19 |
| | |||||
* | Fix theme bugs | Dominik Schürmann | 2015-08-12 | 7 | -14/+47 |
| | |||||
* | Merge branch 'master' of github.com:open-keychain/open-keychain | Dominik Schürmann | 2015-08-12 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'master' of github.com:open-keychain/open-keychain | Vincent Breitmoser | 2015-08-12 | 1 | -5/+21 |
| |\ | |||||
| * | | show result error in cachingcryptooperationfragment (related #1445) | Vincent Breitmoser | 2015-08-12 | 1 | -0/+1 |
| | | | |||||
* | | | Adpt official theme naming schema | Dominik Schürmann | 2015-08-12 | 4 | -18/+18 |
| | | | |||||
* | | | Style dialog buttons | Dominik Schürmann | 2015-08-12 | 2 | -2/+16 |
| |/ |/| | |||||
* | | API: Better fallback for OpenPgpDecryptionResult | Dominik Schürmann | 2015-08-12 | 1 | -5/+21 |
|/ | |||||
* | Support API version 8 | Dominik Schürmann | 2015-08-10 | 1 | -2/+3 |
| | |||||
* | Increase s2k iterations back to 0x90 | Dominik Schürmann | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | Fix API backward compat | Dominik Schürmann | 2015-08-10 | 1 | -4/+4 |
| | |||||
* | Fix test cases, add test cases (still 1 failing) | Dominik Schürmann | 2015-08-10 | 2 | -2/+16 |
| | |||||
* | Dont allow RSA_SIGN, RSA_ENCRYPT, deprecated in RFC | Dominik Schürmann | 2015-08-10 | 1 | -10/+3 |
| | |||||
* | Move TODOs into issue | Dominik Schürmann | 2015-08-10 | 1 | -13/+0 |
| | |||||
* | Improve comments and reasons in PgpConstants, simple checks for insecure ↵ | Dominik Schürmann | 2015-08-10 | 23 | -268/+461 |
| | | | | asymmetric keys | ||||
* | Use default compression in OpenPgpService | Dominik Schürmann | 2015-08-09 | 1 | -3/+2 |
| | |||||
* | Follow some of coorus recommendations: better selection of algo whitelist, ↵ | Dominik Schürmann | 2015-08-09 | 5 | -40/+53 |
| | | | | ignore recipients preferred algos | ||||
* | Introduce constants in OpenPgpSignature and DecryptionResult for ↵ | Dominik Schürmann | 2015-08-09 | 16 | -267/+418 |
| | | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos | ||||
* | Merge pull request #1473 from open-keychain/orbot-helper | Dominik Schürmann | 2015-08-06 | 11 | -169/+468 |
|\ | | | | | Updated OrbotHelper with the latest NetCipher | ||||
| * | updated OrbotHelper with silent start | Adithya Abraham Philip | 2015-08-06 | 11 | -169/+468 |
| | | |||||
* | | fixed crash on api < 21 due to drawable using attrs | Adithya Abraham Philip | 2015-08-06 | 7 | -12/+35 |
|/ | |||||
* | Merge pull request #1456 from xSooDx/master | Dominik Schürmann | 2015-08-05 | 2 | -11/+24 |
|\ | | | | | ISSUE #1304: Change keybase strings | ||||
| * | renamed the insertLinks() method to formatSpannableString() and added ↵ | xSooDx | 2015-08-04 | 1 | -2/+5 |
| | | | | | | | | comment about its functionality | ||||
| * | -Added failsafe in case '%s' is not in the string | xSooDx | 2015-07-21 | 1 | -2/+6 |
| | | | | | | | | -Causes the links to be appended at the end | ||||
| * | -No longer appends the links to the keybase_narratives | xSooDx | 2015-07-21 | 2 | -11/+17 |
| | | | | | | | | | | | | -Now uses '%s' to insert the names in the keybase_narratives -added '%s' to keybase_narrative_* in the string.xml file NOTE:Have not modified for other languages | ||||
* | | Fix account_privacy_text | Dominik Schürmann | 2015-08-05 | 1 | -1/+1 |
| | | |||||
* | | Update libs | Dominik Schürmann | 2015-08-03 | 2 | -15/+10 |
| | | |||||
* | | Add privacy information to account screen | Dominik Schürmann | 2015-08-03 | 15 | -13/+28 |
| | | |||||
* | | Fix color and design in help activity | Dominik Schürmann | 2015-08-03 | 2 | -15/+10 |
| | | |||||
* | | Hide theme setting for now | Dominik Schürmann | 2015-07-25 | 1 | -3/+3 |
| | | |||||
* | | Restore fab colors in key list | Dominik Schürmann | 2015-07-25 | 1 | -6/+6 |
| | | |||||
* | | Fix crash with new theme | Dominik Schürmann | 2015-07-25 | 1 | -1/+1 |
| | | |||||
* | | Refactor theme selection of dialogs | Thialfihar | 2015-07-21 | 7 | -27/+27 |
| | | | | | | | | This makes sure the dark theme also uses dark dialogs. | ||||
* | | Fix key view toolbar and status colour | Thialfihar | 2015-07-21 | 2 | -5/+25 |
| | | | | | | | | | | | | The status bar wrongly used the same colour as the toolbar, making it indistinguishable from it. This calculates the status bar colour based on the toolbar colour. | ||||
* | | Fix preference version handling | Thialfihar | 2015-07-21 | 1 | -2/+2 |
| | | | | | | | | | | Move preference upgrade of theme to version 4 of the preferences. The upgrade is meant FROM that version to the next. |