Skip to content
Snippets Groups Projects
  1. Nov 06, 2023
    • Daniel Kim's avatar
      Fix default icon · fd574803
      Daniel Kim authored
      Credential entries with or without icons will always have non-null icon reference.
      The valid icons will have non-null drawable reference but invalid
      ones will have null drawable reference. If the drawable reference is null, then
      use the default icon instead of the icon reference that is stored in the
      map which won't display anything.
      
      Bug: 299321128
      Test: local device testing
      
      Change-Id: Ib20046f5a8e3c66fb546bf6e8dde49388160739e
      fd574803
  2. Nov 03, 2023
    • Daniel's avatar
      Refactor processing cred response · dc9ba485
      Daniel authored
      A single credential request is requested from gathering multiple
      credential options. Then we have been processing the response as if it
      was a single request/response. In reality, the request is more like a
      batched request and the response is a batched response. By mapping
      provider info list to autofill id, we can produce a set of provider
      info list. Each provider list will be an indenpendent response of the
      batched response. Then we can process the provider info list for each
      autofill id independently, sorting them and applying inline max count
      logic.
      
      Test: local device testing
      Bug: 299321128
      Change-Id: Id83b1d5e5c4f6d66da9259c3943502c3ec8a48bb
      dc9ba485
  3. Oct 30, 2023
Loading