WAI
Status Update
Comments
il...@google.com <il...@google.com> #2
This is a Room feature request, not one for WorkManager.
my...@gmail.com <my...@gmail.com> #3
WorkManager needs to add a destructive 2 to 1 migration.
ra...@cubera.ch <ra...@cubera.ch> #4
The way we're thinking, if a downgrade isn't specified, it should be destructive by default in Room.
il...@google.com <il...@google.com> #5
i think it makes sense for downgrades, at least we can make this another flag.
vi...@gmail.com <vi...@gmail.com> #6
Comment has been deleted.
vi...@gmail.com <vi...@gmail.com> #7
Comment has been deleted.
ag...@gmail.com <ag...@gmail.com> #8
Comment has been deleted.
ed...@gmail.com <ed...@gmail.com> #9
Seeing that the `launchWhenX` APIs will soon be deprecated, maybe it would a good idea to update the documentation at: https://developer.android.com/topic/libraries/architecture/coroutines#suspend .
Cause it might get confusing for people finding that documentation page and then being told that it's gonna be deprecated.
Cause it might get confusing for people finding that documentation page and then being told that it's gonna be deprecated.
Description
Component used: lifecycle
Version used: 2.6.0-beta01
Devices/Android versions reproduced on: N/A
launchWhenX
APIs are being deprecated. However, I do not see an alternative for running one-time suspend code.repeatOnLifecycle
does not match "one-time" andwithX
does not support suspend functions.