MemorizingTrustManager icon indicating copy to clipboard operation
MemorizingTrustManager copied to clipboard

Lint errors

Open vitalyster opened this issue 3 years ago • 0 comments

Congratulations on long-awaited updates! Now I see the following issue:

> Lint found errors in the project; aborting build.
  
  Fix the issues identified by lint, or add the following to your build script to proceed with errors:
  ...
  android {
      lintOptions {
          abortOnError false
      }
  }
  ...
  The first 3 errors (out of 24) were:
  
  res/values/strings.xml:3: Error: "mtm_security_risk" is not translated in "eu" (Basque), "de" (German), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "fr" (French), "es" (Spanish), "iw" (Hebrew), "tr" (Turkish), "zh" (Chinese) [MissingTranslation]
      <string name="mtm_security_risk">Warning: Potential Security Risk</string>
              ~~~~~~~~~~~~~~~~~~~~~~~~
  res/values/strings.xml:7: Error: "mtm_trust_certificte" is not translated in "eu" (Basque), "de" (German), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "fr" (French), "es" (Spanish), "iw" (Hebrew), "tr" (Turkish), "zh" (Chinese) [MissingTranslation]
      <string name="mtm_trust_certificte">Do you trust this certificte? It will be used to verify all listed names.</string>
              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  res/values/strings.xml:10: Error: "mtm_valid_for" is not translated in "eu" (Basque), "de" (German), "no" (Norwegian), "fi" (Finnish), "ru" (Russian), "fr" (French), "es" (Spanish), "iw" (Hebrew), "tr" (Turkish), "zh" (Chinese) [MissingTranslation]
      <string name="mtm_valid_for">Certificate valid for:</string>
              ~~~~~~~~~~~~~~~~~~~~

Please also note of certificte typo

vitalyster avatar Apr 30 '21 04:04 vitalyster