From cfceb38ee72896dad3701dcf3f12d8480166e009 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 10 Jan 2022 00:31:03 +0530 Subject: Fix a bunch of Lint warnings and errors (#1655) * autofill-parser: add missing `@RequiresApi` annotations * app: remove unused strings and sync with Crowdin * app: remove unused chip_text_color selector * app: remove unused capitalization_type_values array * app: add `PendingIntent.FLAG_IMMUTABLE` flag where required --- app/src/main/res/values/arrays.xml | 6 ------ app/src/main/res/values/strings.xml | 3 --- 2 files changed, 9 deletions(-) (limited to 'app/src/main/res/values') diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 3c1568d6..495e880e 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -16,12 +16,6 @@ INDEPENDENT RECENTLY_USED - - lowercase - UPPERCASE - TitleCase - Sentence - Classic Diceware diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 432ee6ea..7b476587 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -258,7 +258,6 @@ Remove everything Abort and Push Biometric Prompt - Authentication failure Authentication failure: %s Enable biometric authentication When enabled, Password Store will prompt you for your fingerprint when launching the app @@ -352,8 +351,6 @@ A file by that name already exists A folder by that name already exists - Digits/Symbols (d/s) - ds Repository \nLocation -- cgit v1.2.3