summaryrefslogtreecommitdiff
path: root/packages/CredentialManager/tests
AgeCommit message (Collapse)Author
2024-12-30Stop using _upstream suffix. Rex Hoffman
Bug: 386691288 Test: CI Change-Id: I83bed144fbc6320504c988d6dc8f9a3f7e60f1b5
2024-09-11Make java_sdk_library dependencies explicit Jihoon Kang
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
2024-03-08Fold [GoldenImagePathManager] into [GoldenPathManager] #cleanup Mike Schneider
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
2024-03-04Allow credential providers to set an "origin" for affiliated credentials Helen Qin
Bug: 307645200 Test: see screenshots attached to bug Change-Id: I20448ffd7cccf96418b57623a34491638de72778
2024-03-04Prioritize Credential Types based on priority set by jetpack library Helen Qin
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
2024-03-03Allow a credential provider to opt into always using default type icons when ↵ Helen Qin
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
2024-02-29Deduplicate & group entries based on a designated dedup id Helen Qin
(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
2024-02-27Migrate to use the latest ModalBottomSheet Helen Qin
Bug: 319453757 Test: local e2e & screenshot tests Change-Id: Id80a5365b6ebf8f864bcc58e3ece03c04f916b64
2024-02-13CredentialManager screenshot test setup Helen Qin
To start, set up the screenshot test with a single get-credential flow entry screen. Bug: 319448897 Test: atest CredentialManagerScreenshotTest Change-Id: I5cbe6ca07747f2052a9395f80eaaddb6baf118be