aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | added on/off summariesAdithya Abraham Philip2015-08-203-8/+34
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | added sync preferencesAdithya Abraham Philip2015-08-206-3/+95
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | changed orbot notification iconsAdithya Abraham Philip2015-08-2017-7/+12
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | changed sync nameAdithya Abraham Philip2015-08-202-1/+5
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | reworked keyserversyncadapterservice flowAdithya Abraham Philip2015-08-208-163/+385
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | improved orbot notify, added periodic syncAdithya Abraham Philip2015-08-205-18/+104
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | introduced keyserver sync adapterAdithya Abraham Philip2015-08-2014-26/+456
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix theme problemsDominik Schürmann2015-08-1811-19/+27
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix CryptoInputParcel handling for YubiKeysDominik Schürmann2015-08-181-20/+5
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Update aboutDominik Schürmann2015-08-171-14/+21
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Add additional langs from transifexDominik Schürmann2015-08-1715-0/+1656
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Pull from transifexDominik Schürmann2015-08-1751-321/+1039
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Changelog 3.5Dominik Schürmann2015-08-171-0/+7
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-08-171-43/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Revoke master key onlyDominik Schürmann2015-08-171-43/+5
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | apply fixPgpMessage to plaintext/armored decrypt inputVincent Breitmoser2015-08-172-23/+34
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | display dummy key for empty result, don't display during searchVincent Breitmoser2015-08-141-2/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | show dummy item if there are no secret keysVincent Breitmoser2015-08-143-4/+121
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | always show MainActivity after first-time CreateKeyActivityVincent Breitmoser2015-08-142-14/+16
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Lock orientation for yubikey operationsDominik Schürmann2015-08-122-0/+90
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Change license of NfcOperationActivity and fix copyright in BaseNfcActivityDominik Schürmann2015-08-122-3/+19
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix theme bugsDominik Schürmann2015-08-127-14/+47
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-08-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of github.com:open-keychain/open-keychainVincent Breitmoser2015-08-121-5/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | show result error in cachingcryptooperationfragment (related #1445)Vincent Breitmoser2015-08-121-0/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Adpt official theme naming schemaDominik Schürmann2015-08-124-18/+18
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Style dialog buttonsDominik Schürmann2015-08-122-2/+16
| |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | API: Better fallback for OpenPgpDecryptionResultDominik Schürmann2015-08-121-5/+21
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Support API version 8Dominik Schürmann2015-08-101-2/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Increase s2k iterations back to 0x90Dominik Schürmann2015-08-101-2/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix API backward compatDominik Schürmann2015-08-101-4/+4
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix test cases, add test cases (still 1 failing)Dominik Schürmann2015-08-102-2/+16
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Dont allow RSA_SIGN, RSA_ENCRYPT, deprecated in RFCDominik Schürmann2015-08-101-10/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Move TODOs into issueDominik Schürmann2015-08-101-13/+0
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Improve comments and reasons in PgpConstants, simple checks for insecure ↵Dominik Schürmann2015-08-1023-268/+461
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | asymmetric keys
* | | | | | | | | | | | | | | Use default compression in OpenPgpServiceDominik Schürmann2015-08-091-3/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Follow some of coorus recommendations: better selection of algo whitelist, ↵Dominik Schürmann2015-08-095-40/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignore recipients preferred algos
* | | | | | | | | | | | | | | Introduce constants in OpenPgpSignature and DecryptionResult for ↵Dominik Schürmann2015-08-0916-267/+418
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unsigned/unencrypted content, update API, introduce simple checks for insecure symmetric algos
* | | | | | | | | | | | | | | Merge pull request #1473 from open-keychain/orbot-helperDominik Schürmann2015-08-0611-169/+468
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated OrbotHelper with the latest NetCipher
| * | | | | | | | | | | | | | | updated OrbotHelper with silent startAdithya Abraham Philip2015-08-0611-169/+468
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | fixed crash on api < 21 due to drawable using attrsAdithya Abraham Philip2015-08-067-12/+35
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #1456 from xSooDx/masterDominik Schürmann2015-08-052-11/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ISSUE #1304: Change keybase strings
| * | | | | | | | | | | | | | | renamed the insertLinks() method to formatSpannableString() and added ↵xSooDx2015-08-041-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comment about its functionality
| * | | | | | | | | | | | | | | -Added failsafe in case '%s' is not in the stringxSooDx2015-07-211-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Causes the links to be appended at the end
| * | | | | | | | | | | | | | | -No longer appends the links to the keybase_narrativesxSooDx2015-07-212-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_textDominik Schürmann2015-08-051-1/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Update libsDominik Schürmann2015-08-032-15/+10
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Add privacy information to account screenDominik Schürmann2015-08-0315-13/+28
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Fix color and design in help activityDominik Schürmann2015-08-032-15/+10
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Hide theme setting for nowDominik Schürmann2015-07-251-3/+3
| | | | | | | | | | | | | | | |