Age | Commit message (Collapse) | Author |
|
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.
(cherry picked from commit c15594b045ad035b2026a201acd2a89e3962de4d)
|
|
(cherry picked from commit a67c2a2f4a339eb35376ce9cd0469e6a690bc66e)
|
|
(cherry picked from commit f56086cd78e81709afde523c1311a22bd0e108cd)
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
(cherry picked from commit 0b9d3dc5c23e372ae7b4e7df266ac0172701c307)
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
(cherry picked from commit f17bd783989a683c1ea20cb29d3b53a3c251fdde)
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
(cherry picked from commit 74c0c305a52fba47e36107afa2769d780c876dd1)
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
(cherry picked from commit e54955dd5e6b97679ba723ef20ec965895c297b4)
|
|
(cherry picked from commit 73648b39d02086d1b964a89e049fe2c4ae3c33fc)
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
(cherry picked from commit 07b8505fe08c4cb33a8f3f72617cc932405cdb81)
|
|
Co-authored-by: GitHub Actions <noreply@github.com>
(cherry picked from commit e124dcbd595464e2c4c45c1d160e30972740c492)
|
|
* Mark Chrome as reliably fillable and saveable
* Mention Autofill improvements in CHANGELOG
(cherry picked from commit 6206850eb298f554b7ce9a1cd9adb6a392ff1e54)
|
|
https://chromereleases.googleblog.com/2021/01/chrome-beta-for-android-update_28.html
(cherry picked from commit fe29aa0cb0900683b83f47e70e1ba3967f32d560)
|
|
(cherry picked from commit 5a3395040cab74903c95eb5d97308451d051ac96)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
* 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>
(cherry picked from commit 2e43d77c5c72a0111445317a3d88e53a8b4b6782)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
(cherry picked from commit 8eec5cc6c7dc6d4c50dadf78e6cdc948c19486a5)
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
(cherry picked from commit 0480b759527420be754f0a2720bccf4a46d06304)
|
|
* release: move scripts to scripts directory
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Move CI secrets to secrets directory
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* gradle: uprev to 6.7
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* gradle: suppress warnings about unsupported options
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: update dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: move Gradle plugins to ext
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* build: move configuration tasks to buildSrc
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* CHANGELOG: add entry for #1137
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Fix lint warnings
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Co-authored-by: FabianHenneke <FabianHenneke@users.noreply.github.com>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
|
|
Co-authored-by: FabianHenneke <FabianHenneke@users.noreply.github.com>
|
|
Filling passwords is usually only offered for fields with a password
input type, which ensures that they are always properly masked. Certain
custom views (e.g., the Termux terminal view), may apply their own
masking that is not based on the standard views.
With this commit, we allow filling passwords into arbitrary fields as
long as they have an Autofill hint that indicates a password.
|
|
Tie breakers for Autofill fields should only be evaluated if there is
a need to, in particular not if only a single or no field is matched.
Apart from a potential minor performance improvement, this should not
cause any user-visible changes, but does simplify the log output
considerably.
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Co-authored-by: FabianHenneke <FabianHenneke@users.noreply.github.com>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
We use an alpha version of core-ktx that might be undesirable for projects including the library
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
|
|
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Co-authored-by: Fabian Henneke <fabian@henneke.me>
|