Conversation
fb61129 to
eed482b
Compare
|
APK file: https://github.com/nextcloud/talk-android/actions/runs/34246126796/artifacts/10064452703 |
eed482b to
08cffb6
Compare
|
APK file: https://github.com/nextcloud/talk-android/actions/runs/34466901916/artifacts/10150441248 |
…outines Convert the user data layer (UsersDao, UsersRepository/Impl) from RxJava2 to suspend fun/Flow, mirroring the ConversationsDao pattern already used elsewhere. UserManager gains suspend counterparts for every method alongside its existing RxJava-typed API, which is now deprecated and bridges to the suspend implementation via kotlinx-coroutines-rx2, so the ~50 existing call sites keep compiling unchanged. Follow-up PRs will migrate those callers in batches and then remove the deprecated methods. Assisted-by: Claude Code:claude-sonnet-5 Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
08cffb6 to
7ffb02c
Compare
|
APK file: https://github.com/nextcloud/talk-android/actions/runs/34849556867/artifacts/10350730917 |
WIP
🏁 Checklist
/backport to stable-xx.x🤖 AI (if applicable)