Age | Commit message (Collapse) | Author |
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
* 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
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
This reverts commit 3f20678d799e15e21d1b7f013bc3672270f0d20f.
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
* Replace Timber with logcat (#1505)
* Add extension for asLog which takes a message param
Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
* build: disable explicit API for test tasks
* Remove `internal` modifier from test classes
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
* build: import Mozilla's Gradle plugin for PSL updates
* autofill-parser: add tests for PublicSuffixListLoader
* autofill-parser: regenerate publicsuffixes list
* github: switch to Gradle plugin for PSL updates
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Fixes #1468.
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
* build: upgrade Kotlin to 1.5.0 and Hilt to 2.35.1
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* all: address kotlin.time.seconds deprecation
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* autofill-parser/openpgp-ktx: require Kotlin 1.5
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* all: address string method deprecations
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: disable NewApi lint
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Android Oreo lacks the Autofill compatibility mode for browsers, which
means that browsers without explicit Android support will not trigger
Autofill events on web sites.
|
|
* Mark Bromite as non-flaky
* Mark Ungoogled as non-flaky
|
|
* build: update all dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* autofill-parser: add new hints
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: force the right annotation version manually
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
* Mark Chrome as reliably fillable and saveable
* Mention Autofill improvements in CHANGELOG
|
|
https://chromereleases.googleblog.com/2021/01/chrome-beta-for-android-update_28.html
|
|
* editorconfig: delete
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* idea: adjust codestyle
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* all: reformat with simplified import ordering rules
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Unfocused single password fields in forms with no other recognized
fields must be marked as fillable or the Autofill service will no
longer be invoked on that form.
This is compatible with the restrictions of single-origin mode as
filling only takes place after the password field has gained focus and
the user has tapped the fill UI.
For an example website where fill UI is not shown without this commit,
open https://amazon.lbb.de and tab the user name field ("Benutzername")
first before focusing the password field.
|
|
|
|
|
|
* Mark Chrome Canary as non-flaky and allowing save
* autofill-parser: update API dump
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* autofill-parser: bump snapshot version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
|