Age | Commit message (Collapse) | Author |
|
Bug: 386691288
Test: CI
Change-Id: I83bed144fbc6320504c988d6dc8f9a3f7e60f1b5
|
|
modules should specify the submodule of java_sdk_library that the module
actually depends on
Test: CI
Flag: EXEMPT build dependency cleanup
Bug: 358613520
Merged-In: I80af0b9efa88c668306f0ff1d51491a8180dc57f
Change-Id: I80af0b9efa88c668306f0ff1d51491a8180dc57f
|
|
These are required changes sto be submitted together with ag/26486827.
Bug: 322324387
Test: Test-only change, covered by existing unit tests
Change-Id: I57ae2d524e60548997ef77e5de31e446e3e70d73
|
|
Bug: 307645200
Test: see screenshots attached to bug
Change-Id: I20448ffd7cccf96418b57623a34491638de72778
|
|
Before, we hardcode the logic such that passkey > password > others.
Now, we rely instead on the library typePriorityHint bit for each
credential type for ranking.
1. Front page
a. dedup'ed under the same username, entries ranked by type priority and then by lastUsedTime
b. cross-ranked by lastUsedTime
2. More-option page
a. cross sections ranked by lastUsedTime of the front entry within each section
b. each section (under the same username), entries ranked by type priority and then by lastUsedTime
Bug: 280085288
Test: see recording attached in bug
Change-Id: I32d98ef15188c529cc5aa3cd08d898d48f229118
|
|
it's the only provider
Decision of entry icon display logic
- One account available
- Provider icon on top
- Generic icon for front page entry when opt in
- Provider sent icon on secondary page unconditionally
- Multiple accounts coming from a single provider
- Provider icon on top
- Generic icon for front page entry when opt in
- Provider sent icon on secondary page unconditionally
Bug: 319723933
Test: see screenshots attached to bug
Change-Id: I36aa6f583c001af2a3be3fad80739ce56ddaf06e
|
|
(entryGroupId)
Before, we deduplication entries based on password / passkey usernames
and unknown typed credential title. However, it is possible that the unknown
typed credential will want to customize the value used for
deduplication, a value that will be different from the entry title it
want to display. This change allows that.
Bug: 306722792
Test: Screenshots attached to bug
Change-Id: I854e7afca7e999493437736d29e9ab866dfafd7a
|
|
Bug: 319453757
Test: local e2e & screenshot tests
Change-Id: Id80a5365b6ebf8f864bcc58e3ece03c04f916b64
|
|
To start, set up the screenshot test with a single get-credential flow
entry screen.
Bug: 319448897
Test: atest CredentialManagerScreenshotTest
Change-Id: I5cbe6ca07747f2052a9395f80eaaddb6baf118be
|