aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-09-03 13:13:29 +0530
committerGitHub <noreply@github.com>2024-09-03 07:43:29 +0000
commit88b38ea611bfb974f4ffa353462f000fcdc15592 (patch)
tree0daf160d16d26444f444a6fcfeac223dc6a5fbd8 /app
parentd9f7079bdf1ff6a7f244ac133a84c6bf7816dfa4 (diff)
fix(deps): update dependency com.android.tools.build:gradle to v8.6.0 (#3192)
* fix(deps): update dependency com.android.tools.build:gradle to v8.6.0 * chore: regenerate Lint baselines --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app')
-rw-r--r--app/lint-baseline.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml
index bfb35e6d..af67ba42 100644
--- a/app/lint-baseline.xml
+++ b/app/lint-baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<issues format="6" by="lint 8.5.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.0)" variant="all" version="8.5.0">
+<issues format="6" by="lint 8.6.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0)" variant="all" version="8.6.0">
<issue
id="InvalidPackage"
@@ -181,24 +181,24 @@
<issue
id="SetTextI18n"
- message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
- errorLine1=" childCount.text = &quot;$count&quot;"
- errorLine2=" ~~~~~~~~">
+ message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
+ errorLine1=" binding.passwordLengthText.setText(prefs.getInt(DICEWARE_LENGTH, 5).toString())"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
- file="src/main/java/app/passwordstore/ui/adapters/PasswordItemRecyclerAdapter.kt"
- line="77"
- column="27"/>
+ file="src/main/java/app/passwordstore/ui/dialogs/DicewarePasswordGeneratorDialogFragment.kt"
+ line="46"
+ column="40"/>
</issue>
<issue
id="SetTextI18n"
- message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
- errorLine1=" ?.let { proxyPort.setText(&quot;$it&quot;) }"
- errorLine2=" ~~~~~">
+ message="Number formatting does not take into account locale settings. Consider using `String.format` instead."
+ errorLine1=" binding.lengthNumber.setText(prefs.getInt(PreferenceKeys.LENGTH, 20).toString())"
+ errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
- file="src/main/java/app/passwordstore/ui/proxy/ProxySelectorActivity.kt"
- line="49"
- column="35"/>
+ file="src/main/java/app/passwordstore/ui/dialogs/PasswordGeneratorDialogFragment.kt"
+ line="54"
+ column="34"/>
</issue>
</issues>