Assigned
Status Update
Comments
sh...@google.com <sh...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: Aurimas Liutikas <
Link:
Bump asynclayoutinflater to 1.1.0-beta01
Expand for full commit details
Bump asynclayoutinflater to 1.1.0-beta01
Bug: 399115645
Test: ./gradlew -p asynclayoutinflater updateApi
Change-Id: I4b3b530da253fc274eaf281a7c82556fcd463ebd
Files:
- A
asynclayoutinflater/asynclayoutinflater-appcompat/api/1.1.0-beta01.txt
- A
asynclayoutinflater/asynclayoutinflater-appcompat/api/res-1.1.0-beta01.txt
- A
asynclayoutinflater/asynclayoutinflater-appcompat/api/restricted_1.1.0-beta01.txt
- M
asynclayoutinflater/asynclayoutinflater-appcompat/build.gradle
- A
asynclayoutinflater/asynclayoutinflater/api/1.1.0-beta01.txt
- A
asynclayoutinflater/asynclayoutinflater/api/res-1.1.0-beta01.txt
- A
asynclayoutinflater/asynclayoutinflater/api/restricted_1.1.0-beta01.txt
- M
libraryversions.toml
Hash: 5289ee6eecef7e8e62ece97f9a0e32213562fe36
Date: Tue Feb 25 11:27:57 2025
ub...@gmail.com <ub...@gmail.com> #3
Scheduled a release of 1.1.0-beta01 for March 12
ub...@gmail.com <ub...@gmail.com> #4
Project: platform/frameworks/support
Branch: androidx-main
Author: Aurimas Liutikas <
Link:
Move asynclayoutinflater to 1.1.0-rc01
Expand for full commit details
Move asynclayoutinflater to 1.1.0-rc01
Test: None
Bug: 399115645
Change-Id: I3972a338368be5dbd8d5dca93796e27473e712e2
Files:
- M
libraryversions.toml
Hash: aac73804f3a14baecefcfefafab9801966dd18e6
Date: Wed Mar 05 17:14:53 2025
Description
Component used: swiperefreshlayout Version used: 1.1.0-rc01 Devices/Android versions reproduced on: N/A
androidx.swiperefreshlayout.widget.SwipeRefreshLayout does not appear to have integration with databinding. I'd like to see a BindingAdapter that in the usual databinding fashion supports
SwipeRefreshLayout.setOnRefreshListener()
andOnRefreshListener.onRefresh()
via anapp:onRefresh
attribute.