aboutsummaryrefslogtreecommitdiff
path: root/autofill-parser
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-11-12 09:36:52 +0000
committerGitHub <noreply@github.com>2023-11-12 09:36:52 +0000
commit114507cfa6f2b4c75c6a9be352910e2caf74f48a (patch)
tree1c202bdd35cd32438d3a420bc0fc04514f6f8e3b /autofill-parser
parentc75148f4205da86d14251f2a54ebc5e526206b8d (diff)
fix(deps): update dependency me.tylerbwong.gradle.metalava:plugin to v0.3.5 (#2758)
* fix(deps): update dependency me.tylerbwong.gradle.metalava:plugin to v0.3.5 * fix: re-sync API baseline --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'autofill-parser')
-rw-r--r--autofill-parser/api.txt20
1 files changed, 2 insertions, 18 deletions
diff --git a/autofill-parser/api.txt b/autofill-parser/api.txt
index 16aa5931..a999127f 100644
--- a/autofill-parser/api.txt
+++ b/autofill-parser/api.txt
@@ -2,7 +2,7 @@
package com.github.androidpasswordstore.autofillparser {
public enum AutofillAction {
- method public static com.github.androidpasswordstore.autofillparser.AutofillAction valueOf(String name) throws java.lang.IllegalArgumentException;
+ method public static com.github.androidpasswordstore.autofillparser.AutofillAction valueOf(String value) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;
method public static com.github.androidpasswordstore.autofillparser.AutofillAction[] values();
enum_constant public static final com.github.androidpasswordstore.autofillparser.AutofillAction FillOtpFromSms;
enum_constant public static final com.github.androidpasswordstore.autofillparser.AutofillAction Generate;
@@ -43,14 +43,8 @@ package com.github.androidpasswordstore.autofillparser {
method @RequiresApi(android.os.Build.VERSION_CODES.O) public static com.github.androidpasswordstore.autofillparser.AutofillScenario<android.app.assist.AssistStructure.ViewNode>? recoverNodes(com.github.androidpasswordstore.autofillparser.AutofillScenario<android.view.autofill.AutofillId>, android.app.assist.AssistStructure structure);
}
- public final class AutofillStrategyDslKt {
- }
-
- public final class AutofillStrategyKt {
- }
-
public enum BrowserAutofillSupportLevel {
- method public static com.github.androidpasswordstore.autofillparser.BrowserAutofillSupportLevel valueOf(String name) throws java.lang.IllegalArgumentException;
+ method public static com.github.androidpasswordstore.autofillparser.BrowserAutofillSupportLevel valueOf(String value) throws java.lang.IllegalArgumentException, java.lang.NullPointerException;
method public static com.github.androidpasswordstore.autofillparser.BrowserAutofillSupportLevel[] values();
enum_constant public static final com.github.androidpasswordstore.autofillparser.BrowserAutofillSupportLevel FlakyFill;
enum_constant public static final com.github.androidpasswordstore.autofillparser.BrowserAutofillSupportLevel GeneralFill;
@@ -135,9 +129,6 @@ package com.github.androidpasswordstore.autofillparser {
package mozilla.components.lib.publicsuffixlist {
- public final class PublicSuffixListLoaderKt {
- }
-
public final class PublicSuffixListLoaderTest {
ctor public PublicSuffixListLoaderTest();
method public void testLoadingBundledPublicSuffixList();
@@ -145,10 +136,3 @@ package mozilla.components.lib.publicsuffixlist {
}
-package mozilla.components.lib.publicsuffixlist.ext {
-
- public final class ByteArrayKt {
- }
-
-}
-