Status Update
Comments
ba...@google.com <ba...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: Radha Nakade <
Link:
Migrate traffic from pixel2 to mediumphone on FTL emulators.
Expand for full commit details
Migrate traffic from pixel2 to mediumphone on FTL emulators.
Bug: 396715333
Test: ./gradlew emoji2:emoji2-emojipicker:ftlmediumphoneapi33
Change-Id: If5555443ca1a91479128e1bd6f4f909154c40ba2
Files:
- M
buildSrc/private/src/main/kotlin/androidx/build/FtlRunner.kt
Hash: c76f8094154101867327912e659ae47509755957
Date: Wed Feb 26 11:27:46 2025
sk...@google.com <sk...@google.com> #3
ba...@google.com <ba...@google.com> #4
Just double checking: do you want to block work on this to coordinate on general updates or would it make sense to land a (hopefully small) fix? I am always a bit concerned of perfect being the enemy of the good.
sa...@google.com <sa...@google.com> #5
Dominic, what's the best metric we can measure the improvement we're trying to see here (i.e. false positive update prompts)?
sk...@google.com <sk...@google.com> #6
ba...@google.com <ba...@google.com> #7
#5: Ali: Autofill.ProfileImport.NewProfileDecision2.Aggregate should grow in acceptance.
#6: thanks, stephan. i will un-assign the bug from you so that an engineer can pick it up. shall i create a copy of the bug for the longer-term questions that I assign to you?
sk...@google.com <sk...@google.com> #8
sy...@google.com <sy...@google.com> #9
sy...@google.com <sy...@google.com> #10
I cannot reproduce this, things I've tried (using German profile as I assume that's what was used):
- Profile that was saved with al1 "street_name" and al2 "15" and then both filled into al1
- Profile that was saved with al1 "street_name" and al2 "15" and then filled filled into street name and house humber fields
- Profile that was saved from street name and house number fields and then filled into al1
The only repro steps I could find, was to create a profile with "Street 15" as a street name and then submit a form with "Street, 15" street name, but I believe that is WAI
Description
Note how the difference between the old and the new address is just a comma between the street name and the house number.
In the old (incorrect) state the address was:
Address line 1: Street
Address line 2: House number
The new (correct) state the address became:
Address line 1: Street House number
I don't think that users would understand this.
I would propose that we render the address lines as separate rows.