Verified
Status Update
Comments
ry...@gmail.com <ry...@gmail.com> #2 Restricted+
Restricted+
Comment has been deleted.
be...@google.com <be...@google.com> #3
Great! Thanks a lot, I'll look for the live updates soon!
mo...@google.com <mo...@google.com> #4
Sorry, I'm fully on another project now and don't have time to do anything in Compose right now.
be...@google.com <be...@google.com>
ap...@google.com <ap...@google.com> #5
Project: platform/frameworks/support
Branch: androidx-main
commit 5f8df427d262f9848fab982f8c45ee3dc7f9acbc
Author: mlykotom <mlykotom@google.com>
Date: Mon Dec 12 15:42:10 2022
Adds parameterless ReportDrawn composable
Test: Added unit test
Bug: 259687964
Relnote: Added ReportDrawn composable to call Activity.reportFullyDrawn without any preconditions
Change-Id: Ic5b14e8599e7e7f571023e548ef3ed3fef4fa8d0
M activity/activity-compose/api/current.txt
M activity/activity-compose/api/public_plus_experimental_current.txt
M activity/activity-compose/api/restricted_current.txt
M activity/activity-compose/samples/src/main/java/androidx/activity/compose/samples/ReportLoadedSamples.kt
M activity/activity-compose/src/androidTest/java/androidx/activity/compose/ReportDrawnTest.kt
M activity/activity-compose/src/main/java/androidx/activity/compose/ReportDrawn.kt
https://android-review.googlesource.com/2345683
Branch: androidx-main
commit 5f8df427d262f9848fab982f8c45ee3dc7f9acbc
Author: mlykotom <mlykotom@google.com>
Date: Mon Dec 12 15:42:10 2022
Adds parameterless ReportDrawn composable
Test: Added unit test
Bug: 259687964
Relnote: Added ReportDrawn composable to call Activity.reportFullyDrawn without any preconditions
Change-Id: Ic5b14e8599e7e7f571023e548ef3ed3fef4fa8d0
M activity/activity-compose/api/current.txt
M activity/activity-compose/api/public_plus_experimental_current.txt
M activity/activity-compose/api/restricted_current.txt
M activity/activity-compose/samples/src/main/java/androidx/activity/compose/samples/ReportLoadedSamples.kt
M activity/activity-compose/src/androidTest/java/androidx/activity/compose/ReportDrawnTest.kt
M activity/activity-compose/src/main/java/androidx/activity/compose/ReportDrawn.kt
ml...@google.com <ml...@google.com>
be...@google.com <be...@google.com>
na...@google.com <na...@google.com> #6
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.activity:activity-compose:1.7.0-alpha03
Description
We now have
ReportDrawnWhen
which takes a boolean predicate orReportDrawnAfter
for suspend functions. But for basic cases where we just need to report drawn at a given time aReportDrawn
API would be very helpful.Can we get this in a future alpha before the API is stabilizing?