diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2023-12-15 11:21:18 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2023-12-15 17:28:14 +0100 |
commit | da292a61c48876c742138271becb42e201d48ee5 (patch) | |
tree | 23a8b93584915e7e5ce7053d31ac7119a009e970 /android | |
parent | a6616674216dfa758484724ea283e2c50be22bc3 (diff) |
android: Update lint baseline
Update the list of known (tolerated for now) issues by deleting
lint-baseline.xml and running `make` to regenerate
the file, so recent translation-related (config) changes are
reflected.
Change-Id: If8a39d72ba83c2a2e0bab9830c69095445943b09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160818
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'android')
-rw-r--r-- | android/source/lint-baseline.xml | 291 |
1 files changed, 19 insertions, 272 deletions
diff --git a/android/source/lint-baseline.xml b/android/source/lint-baseline.xml index b4c05e26dc6b..24e6447295e3 100644 --- a/android/source/lint-baseline.xml +++ b/android/source/lint-baseline.xml @@ -189,116 +189,6 @@ </issue> <issue - id="MissingTranslation" - message=""about_privacy_policy" is not translated in "tr" (Turkish)" - errorLine1=" <string name="about_privacy_policy">Privacy Policy</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="16" - column="13"/> - </issue> - - <issue - id="MissingTranslation" - message=""create_file" is not translated in "de" (German) or "tr" (Turkish)" - errorLine1=" <string name="create_file">Create New File</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="18" - column="13"/> - </issue> - - <issue - id="MissingTranslation" - message=""select_file_to_open" is not translated in "tr" (Turkish)" - errorLine1=" <string name="select_file_to_open">Select file to open</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="25" - column="13"/> - </issue> - - <issue - id="MissingTranslation" - message=""search_find_next" is not translated in "de" (German) or "tr" (Turkish)" - errorLine1=" <string name="search_find_next">Find Next</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="30" - column="13"/> - </issue> - - <issue - id="MissingTranslation" - message=""search_find_previous" is not translated in "de" (German) or "tr" (Turkish)" - errorLine1=" <string name="search_find_previous">Find Previous</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="31" - column="13"/> - </issue> - - <issue - id="MissingTranslation" - message=""action_save_as" is not translated in "tr" (Turkish)" - errorLine1=" <string name="action_save_as">Save As...</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="53" - column="13"/> - </issue> - - <issue - id="MissingTranslation" - message=""message_saving_failed" is not translated in "tr" (Turkish)" - errorLine1=" <string name="message_saving_failed">Saving the document failed.</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="61" - column="13"/> - </issue> - - <issue - id="MissingTranslation" - message=""pdf_export_finished" is not translated in "tr" (Turkish)" - errorLine1=" <string name="pdf_export_finished">PDF export finished</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="158" - column="13"/> - </issue> - - <issue - id="MissingTranslation" - message=""unable_to_save" is not translated in "tr" (Turkish)" - errorLine1=" <string name="unable_to_save">Unable to save file</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="160" - column="13"/> - </issue> - - <issue - id="MissingTranslation" - message=""automatic" is not translated in "tr" (Turkish)" - errorLine1=" <string name="automatic">Automatic</string>" - errorLine2=" ~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="172" - column="13"/> - </issue> - - <issue id="SetJavaScriptEnabled" message="Using `setJavaScriptEnabled` can introduce XSS vulnerabilities into your application, review carefully" errorLine1=" mWebView.getSettings().setJavaScriptEnabled(true);" @@ -1259,160 +1149,6 @@ <issue id="UnusedResources" - message="The resource `R.string.app_about_name` appears to be unused" - errorLine1=" <string name="app_about_name"><b>LibreOffice Viewer \'Beta\'</b></string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="7" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.browser_app_name` appears to be unused" - errorLine1=" <string name="browser_app_name">LibreOffice Browser</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="27" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.menu_search` appears to be unused" - errorLine1=" <string name="menu_search">Search</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="28" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.search_not_found` appears to be unused" - errorLine1=" <string name="search_not_found">Keyword not found</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="29" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.menu_preferences` appears to be unused" - errorLine1=" <string name="menu_preferences">Preferences</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="32" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.action_bold` appears to be unused" - errorLine1=" <string name="action_bold">Bold</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="47" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.action_underline` appears to be unused" - errorLine1=" <string name="action_underline">Underline</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="48" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.action_italic` appears to be unused" - errorLine1=" <string name="action_italic">Italic</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="49" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.action_strikeout` appears to be unused" - errorLine1=" <string name="action_strikeout">Strike Out</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="50" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.message_save_incomplete` appears to be unused" - errorLine1=" <string name="message_save_incomplete">Save incomplete. Were there any changes?</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="62" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.alert_copy_svg_slide_show_to_clipboard` appears to be unused" - errorLine1=" <string name="alert_copy_svg_slide_show_to_clipboard">Your Android device doesn\'t support in-app svg slideshow. We copied the slideshow link to clipboard. Please press home button, open a modern web browser, paste in the address bar, and go.</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="77" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.alert_copy_svg_slide_show_to_clipboard_dismiss` appears to be unused" - errorLine1=" <string name="alert_copy_svg_slide_show_to_clipboard_dismiss">OK</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="78" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.unable_to_go_further` appears to be unused" - errorLine1=" <string name="unable_to_go_further">Unable to go further.</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="154" - column="13"/> - </issue> - - <issue - id="UnusedResources" - message="The resource `R.string.directory_not_saved` appears to be unused" - errorLine1=" <string name="directory_not_saved">Directory not saved.</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> - <location - file="res/values/strings.xml" - line="164" - column="13"/> - </issue> - - <issue - id="UnusedResources" message="The resource `R.layout.text_selection_handles` appears to be unused" errorLine1="<merge xmlns:android="http://schemas.android.com/apk/res/android"" errorLine2="^"> @@ -1513,22 +1249,33 @@ <issue id="TypographyEllipsis" message="Replace "..." with ellipsis character (…, &#8230;) ?" - errorLine1=" <string name="action_save_as">Speichern unter...</string>" - errorLine2=" ~~~~~~~~~~~~~~~~~~"> + errorLine1=" <string name="action_save_as">Պահել որպես...</string>" + errorLine2=" ~~~~~~~~~~~~~~"> <location - file="res/values-de/strings.xml" - line="50" + file="res/values-hy/strings.xml" + line="36" column="35"/> </issue> <issue id="TypographyEllipsis" message="Replace "..." with ellipsis character (…, &#8230;) ?" - errorLine1=" <string name="action_save_as">Save As...</string>" - errorLine2=" ~~~~~~~~~~"> + errorLine1=" <string name="action_save_as">Cadw Fel...</string>" + errorLine2=" ~~~~~~~~~~~"> <location - file="res/values/strings.xml" - line="53" + file="res/values-cy/strings.xml" + line="40" + column="35"/> + </issue> + + <issue + id="TypographyEllipsis" + message="Replace "..." with ellipsis character (…, &#8230;) ?" + errorLine1=" <string name="action_save_as">Gardar como...</string>" + errorLine2=" ~~~~~~~~~~~~~~"> + <location + file="res/values-gl/strings.xml" + line="42" column="35"/> </issue> |