From 4c8c0f44c8d33673fd7421dd638dc9d60b470181 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 1 Apr 2021 05:52:43 +0530 Subject: Update all dependencies (#1358) * build: update all dependencies Signed-off-by: Harsh Shandilya * autofill-parser: add new hints Signed-off-by: Harsh Shandilya * build: force the right annotation version manually Signed-off-by: Harsh Shandilya Co-authored-by: Fabian Meumertzheim --- .../java/com/github/androidpasswordstore/autofillparser/FormField.kt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'autofill-parser/src/main') diff --git a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt index d3ce8408..562e5d86 100644 --- a/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt +++ b/autofill-parser/src/main/java/com/github/androidpasswordstore/autofillparser/FormField.kt @@ -49,11 +49,13 @@ internal class FormField( HINTS_NEW_PASSWORD + listOf( HintConstants.AUTOFILL_HINT_PASSWORD, + HintConstants.AUTOFILL_HINT_WIFI_PASSWORD, ) private val HINTS_OTP = listOf( HintConstants.AUTOFILL_HINT_SMS_OTP, + HintConstants.AUTOFILL_HINT_TFA_APP_OTP, ) @Suppress("DEPRECATION") -- cgit v1.2.3