Assigned
Status Update
Comments
be...@central-health.org <be...@central-health.org> #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
je...@google.com <je...@google.com>
lo...@gmail.com <lo...@gmail.com> #3
Scheduled a release of 1.1.0-beta01 for March 12
ae...@google.com <ae...@google.com>
mu...@gmail.com <mu...@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
ja...@greenlight.me <ja...@greenlight.me> #5
Scheduled a release of 1.1.0-rc01 for March 26, 2025
Description
In a empty project, with a swipe layout as the root of the main activity, if you swipe down, and minimize the app while it's refreshing, even if you put a stop refreshing in onStop or onPause, it will continue to eat CPU/Battery as long as the app is open in the background.
The cpu profiler I attached will just repeatedly do what's in that image forever, and the energy profiler shows an always or almost always constant usage while backgrounded.
I've attached a project that reproduces this.
* compileSdkVersion 28
* targetSdkVersion 28
* minSdkVersion 21
* androidx.appcompat:appcompat:1.0.2