aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | add support for user attributes (during canonicalization)Vincent Breitmoser2015-01-121-1/+16
| * | | | | | | | | | | | | even more intermediate resultVincent Breitmoser2015-01-121-0/+21
| * | | | | | | | | | | | | intermediate state, nothing really working yetVincent Breitmoser2015-01-121-0/+10
* | | | | | | | | | | | | | Make keybase an experimental featureDominik Schürmann2015-08-281-7/+3
* | | | | | | | | | | | | | Dont show FAB for expired, revoked keysDominik Schürmann2015-08-281-1/+1
* | | | | | | | | | | | | | Improve certify stringsDominik Schürmann2015-08-281-9/+9
* | | | | | | | | | | | | | Experimental word comparisonDominik Schürmann2015-08-271-1/+3
* | | | | | | | | | | | | | Prettify settings, rename some stringsDominik Schürmann2015-08-271-15/+22
* | | | | | | | | | | | | | Experimental features settings reworkedDominik Schürmann2015-08-271-3/+7
* | | | | | | | | | | | | | Experimental feature settingDominik Schürmann2015-08-271-0/+4
* | | | | | | | | | | | | | fix msg_ip_merge_secretDominik Schürmann2015-08-261-1/+1
* | | | | | | | | | | | | | Use CDATA to prevent transifex problemsDominik Schürmann2015-08-261-6/+6
* | | | | | | | | | | | | | Better del_rev_dialog_titleDominik Schürmann2015-08-241-1/+1
* | | | | | | | | | | | | | Better del_rev_dialog_messageDominik Schürmann2015-08-241-1/+1
* | | | | | | | | | | | | | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-08-241-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | mention filename to export to in logVincent Breitmoser2015-08-221-0/+1
* | | | | | | | | | | | | | | Move proxy pref values out of stringsDominik Schürmann2015-08-241-2/+0
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | introduced constants for keyserver sync, fixed sync issueAdithya Abraham Philip2015-08-201-1/+0
* | | | | | | | | | | | | | added on/off summariesAdithya Abraham Philip2015-08-201-3/+6
* | | | | | | | | | | | | | added sync preferencesAdithya Abraham Philip2015-08-201-0/+6
* | | | | | | | | | | | | | changed sync nameAdithya Abraham Philip2015-08-201-0/+1
* | | | | | | | | | | | | | improved orbot notify, added periodic syncAdithya Abraham Philip2015-08-201-3/+3
* | | | | | | | | | | | | | introduced keyserver sync adapterAdithya Abraham Philip2015-08-201-0/+6
* | | | | | | | | | | | | | Improve comments and reasons in PgpConstants, simple checks for insecure asym...Dominik Schürmann2015-08-101-3/+4
* | | | | | | | | | | | | | Follow some of coorus recommendations: better selection of algo whitelist, ig...Dominik Schürmann2015-08-091-1/+0
* | | | | | | | | | | | | | Introduce constants in OpenPgpSignature and DecryptionResult for unsigned/une...Dominik Schürmann2015-08-091-1/+3
* | | | | | | | | | | | | | updated OrbotHelper with silent startAdithya Abraham Philip2015-08-061-0/+2
* | | | | | | | | | | | | | Merge pull request #1456 from xSooDx/masterDominik Schürmann2015-08-051-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | -No longer appends the links to the keybase_narrativesxSooDx2015-07-211-8/+8
* | | | | | | | | | | | | | | Fix account_privacy_textDominik Schürmann2015-08-051-1/+1
* | | | | | | | | | | | | | | Add privacy information to account screenDominik Schürmann2015-08-031-1/+5
* | | | | | | | | | | | | | | Add theme settingThialfihar2015-07-211-0/+4
* | | | | | | | | | | | | | | upload only public key in revocationAdithya Abraham Philip2015-07-131-0/+1
* | | | | | | | | | | | | | | show key name on revoke/delete dialogAdithya Abraham Philip2015-07-131-1/+1
* | | | | | | | | | | | | | | added retry on upload failureAdithya Abraham Philip2015-07-131-0/+6
* | | | | | | | | | | | | | | implemented revocation on deletionAdithya Abraham Philip2015-07-131-0/+25
* | | | | | | | | | | | | | | Fix strings nitpicks from transifexDominik Schürmann2015-07-091-2/+2
* | | | | | | | | | | | | | | change wording of export dialog, remove "export secret" checkboxVincent Breitmoser2015-07-081-3/+6
* | | | | | | | | | | | | | | Rudimentary backup featureDominik Schürmann2015-07-081-1/+7
* | | | | | | | | | | | | | | fix symmetric passphrase caching (fixes #1401)Vincent Breitmoser2015-07-081-0/+1
* | | | | | | | | | | | | | | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2015-07-081-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fix expiry check in edit key uiVincent Breitmoser2015-07-081-2/+3
| * | | | | | | | | | | | | | | addition of subkeys for divert-to-card primary keys is not supportedVincent Breitmoser2015-07-081-0/+1
| * | | | | | | | | | | | | | | better handling of divert-to-card keys for subkey modificationsVincent Breitmoser2015-07-081-0/+1
| * | | | | | | | | | | | | | | try cache in certify operation (fixes #1242)Vincent Breitmoser2015-07-071-0/+2
* | | | | | | | | | | | | | | | Clarifications in remote API codeDominik Schürmann2015-07-071-2/+2
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Package cert not sigDominik Schürmann2015-07-071-1/+1
* | | | | | | | | | | | | | | strings: digits instead of numbersDominik Schürmann2015-07-071-1/+1
* | | | | | | | | | | | | | | Better error string for too short PINDominik Schürmann2015-07-061-9/+9
* | | | | | | | | | | | | | | Better YubiKey UX flow for error handlingDominik Schürmann2015-07-061-12/+18