aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
Commit message (Collapse)AuthorAgeFilesLines
* More string fixes from transifexDominik Schürmann2016-05-201-1/+1
|
* Improve section_decryptDominik Schürmann2016-05-201-1/+1
|
* Improve label_keyserversDominik Schürmann2016-05-201-1/+1
|
* shorten pin preference stringVincent Breitmoser2016-05-171-1/+1
|
* update progress handling in PgpDecryptVerifyOperationVincent Breitmoser2016-05-111-1/+2
| | | | | | | | - less progress messages overall - report progress again based on input stream position, if filesize is known - limit progress messages to one every 200ms while decrypting - also fixed a bug in DecryptListFragment, the recycler view now reuses old views as intended instead of crossfading all the time.
* Revert "Added warning dialog for importing keys"Dominik Schürmann2016-05-051-2/+0
| | | | | | | This reverts commit 9d35dcb0e924a7f8afcfcaa86752efb40799a456. Conflicts: OpenKeychain/src/main/res/values/strings.xml
* Slight amendments for clarityAlex Fong2016-05-051-1/+1
|
* Added warning dialog for importing keysAlex Fong2016-05-051-0/+2
|
* Removed unrequired code, standardized terms used.Alex Fong2016-05-051-1/+1
|
* (WIP) Change password when key is stripped #1692Alex Fong2016-05-041-0/+2
| | | | | | | | | | | Approach: Find the first unstripped secret key and use it for passphrase verification All unstripped keys will have their passphrase changed to new passphrase, if possible. Current Progress: Changing the passphrase of keys works fine. Refactoring to combine "modifySecretKeyring" and newly added method, "modifyKeyRingPassword" may be possible if given the go-ahead.
* Fix error codes for ykneo-openpgp 1.0.11Dominik Schürmann2016-04-301-3/+3
|
* Improve security_token_error_iso_dep_not_supportedDominik Schürmann2016-04-301-1/+1
|
* Merge pull request #1819 from 007durgesh219/Issue#1817Dominik Schürmann2016-04-291-0/+1
|\ | | | | Fix Crash when no encryption subkey is available, Issue #1817
| * Fix Crash when no encryption subkey is available, Issue #1817Durgesh2016-04-141-0/+1
| | | | | | | | Signed-off-by: Durgesh <007durgesh219@gmail.com>
* | Use proper ImportKeysProxyActivity to scan QR CodesDominik Schürmann2016-04-291-2/+2
| |
* | Merge branch 'master' of https://github.com/LuboViluda/open-keychain into ↵Dominik Schürmann2016-04-291-0/+5
|\ \ | | | | | | | | | LuboViluda-master
| * | Unnecesary code removed and string repairedLubo Viluda2016-04-121-3/+3
| | | | | | | | | | | | | | | | | | | | | - Unnecesary import from RedirectImportKeyActivity.java removed - ..\value-w820dp\dimens.xml was unnecesary - \..value\dimens.xml unnecasary line - string sources repaired
| * | upgrade of Redirect import activityLubo Viluda2016-03-241-2/+5
| | | | | | | | | | | | | | | | | | | | | -> RedirectImportActivity is transparent now -> some poinlessly data removed -> String moved into sources -> xml for activity simplified
| * | #1661 - Don't expose CertifyActivityLubo Viluda2016-03-201-0/+2
| | | | | | | | | | | | | | | | | | | | | *Add new activity - RedirectImportKeysActivity, which prompts user to use Openkeychain directly *Add intent filter for the activity *Change intent filter for CertifyActivity
* | | Re-enable move-to-card option, improve stringsDominik Schürmann2016-04-291-7/+7
| | |
* | | Merge pull request #1831 from fiaxh/key_creation_flexibleDominik Schürmann2016-04-291-1/+2
|\ \ \ | | | | | | | | Handle user input on key creation more generously
| * | | Handle user input on key creation more generouslyfiaxh2016-04-151-1/+2
| | | | | | | | | | | | | | | | | | | | Allow empty name and do not regex-check email fixes #1825
* | | | Fix stringsDominik Schürmann2016-04-181-2/+2
| | | |
* | | | Merge branch 'master' of github.com:open-keychain/open-keychainDominik Schürmann2016-04-181-0/+1
|\ \ \ \
| * \ \ \ Merge pull request #1835 from nmikhailov/check_security_tokenDominik Schürmann2016-04-161-0/+1
| |\ \ \ \ | | | | | | | | | | | | Check security token
| | * | | | Check if security token keys match required once before signing/decryptionNikita Mikhailov2016-04-161-0/+1
| | | |_|/ | | |/| |
* | / | | Fix delete_failDominik Schürmann2016-04-181-1/+1
|/ / / /
* / / / Fix stringDominik Schürmann2016-04-161-1/+1
|/ / /
* | | Fix stringDominik Schürmann2016-04-131-1/+1
| | |
* | | Fix stringsDominik Schürmann2016-04-121-3/+3
| | |
* | | Merge pull request #1772 from runnerway/importkey-encryptedVincent2016-04-121-0/+1
|\ \ \ | | | | | | | | Handle encrypted files in "import key" file selection
| * | | Handle encrypted files while importing keysAndrea Torlaschi2016-03-271-0/+1
| | | |
* | | | Add missing keyholder string paramNikita Mikhailov2016-04-111-1/+1
| |/ / |/| |
* | | Merge pull request #1808 from vhazali/warn-when-stripping-master-keyVincent2016-04-041-0/+3
|\ \ \ | | | | | | | | Warn when stripping master key #1554
| * | | Corrected warning messageVictor Hazali2016-04-011-1/+1
| | | |
| * | | Corrected capitalisation of subkeyVictor Hazali2016-03-301-2/+2
| | | |
| * | | Merge commit '05accb49066a2693cfc1c92e29ad10112f957495' into ↵Victor Hazali2016-03-301-0/+3
| |\ \ \ | | |/ / | |/| | | | | | warn-when-stripping-master-key
| | * | Alert for Stripping Subkeys.tdjogi010@gmail.com2016-03-021-0/+3
| | | |
* | | | Merge pull request #1796 from AlexFJW/LimitCreateKeyOptionsVincent2016-04-041-12/+17
|\ \ \ \ | |/ / / |/| | | Refer to issue #1600 Limit create key options
| * | | Redesigned subkey creation dialog and changed default key type created to ↵Alex Fong2016-04-011-12/+17
| | |/ | |/| | | | | | | | | | | | | RSA, 3072 bit. Added code to prevent removal of master subkey when modifying a new key.
* / | Final commitAdvaita2016-03-231-0/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All changes included Improvements -Reformatted code wherever required -Only active wifi connections trigger events -Improve sync reliability -Removed extra permission Minor Changes -Refactored 2 variables for easier readbility -Wifi-Only-Sync is now enabled by default
* / Add missing 2 EUR selection for donationDominik Schürmann2016-03-031-0/+1
|/
* displaytext: add "View Log" option, move "Copy to clipboard" into overflow menuVincent Breitmoser2016-02-221-1/+1
|
* mime: try to decode with given charset or utf-8 while file is readVincent Breitmoser2016-02-221-0/+4
|
* Fix EUR symbolDominik Schürmann2016-02-101-8/+8
|
* Add donation fragmentDominik Schürmann2016-02-091-1/+10
|
* import: handle FileNotFoundException (fixes #1688)Vincent Breitmoser2016-02-011-10/+6
|
* Handle not installed PGP appletTheo Franzén2016-01-151-0/+9
|
* Lowercase ttl stringsDominik Schürmann2016-01-141-7/+7
|
* passphrasecache: update defaults, add "forever" settingVincent Breitmoser2016-01-111-1/+3
|