Fixed
Status Update
Comments
wa...@gmail.com <wa...@gmail.com>
el...@google.com <el...@google.com> #2
Before I saw this ticket I created this change aosp/1292294 which basically improves the documentation and the sample.
Let me know what you think. But if you still prefer we remove the default from the modifier, I am ok with that too.
ap...@google.com <ap...@google.com> #3
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 6a6faa78e82977ba346a85d5f8d543645e2ba3e7
Author: Anastasia Soboleva <soboleva@google.com>
Date: Wed Apr 22 19:48:41 2020
TextField fills max width
Fixes: 154638552
Test: new tests and checked text field demos
Relnote: "TextField update - in horizontal dimension it will occupy all available space granted to it"
Change-Id: Ib08dfc0363c5a3521f68c750ba6dc490a25081d3
M ui/ui-foundation/api/0.1.0-dev10.txt
M ui/ui-foundation/api/current.txt
M ui/ui-foundation/api/public_plus_experimental_0.1.0-dev10.txt
M ui/ui-foundation/api/public_plus_experimental_current.txt
M ui/ui-foundation/api/restricted_0.1.0-dev10.txt
M ui/ui-foundation/api/restricted_current.txt
M ui/ui-foundation/src/androidTest/java/androidx/ui/foundation/TextFieldTest.kt
M ui/ui-foundation/src/main/java/androidx/ui/foundation/TextField.kt
https://android-review.googlesource.com/1292294
Branch: androidx-master-dev
commit 6a6faa78e82977ba346a85d5f8d543645e2ba3e7
Author: Anastasia Soboleva <soboleva@google.com>
Date: Wed Apr 22 19:48:41 2020
TextField fills max width
Fixes: 154638552
Test: new tests and checked text field demos
Relnote: "TextField update - in horizontal dimension it will occupy all available space granted to it"
Change-Id: Ib08dfc0363c5a3521f68c750ba6dc490a25081d3
M ui/ui-foundation/api/0.1.0-dev10.txt
M ui/ui-foundation/api/current.txt
M ui/ui-foundation/api/public_plus_experimental_0.1.0-dev10.txt
M ui/ui-foundation/api/public_plus_experimental_current.txt
M ui/ui-foundation/api/restricted_0.1.0-dev10.txt
M ui/ui-foundation/api/restricted_current.txt
M ui/ui-foundation/src/androidTest/java/androidx/ui/foundation/TextFieldTest.kt
M ui/ui-foundation/src/main/java/androidx/ui/foundation/TextField.kt
el...@google.com <el...@google.com>
pr...@google.com <pr...@google.com> #4
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.room:room-common:2.6.0-alpha01
androidx.room:room-compiler:2.6.0-alpha01
Description
We should produce a warning in KSP that returning a nullable collection in DAO methods is meaningless because Room will instead return an empty list if no rows are returned from the query.