Arnau Mora
Arnau Mora
Right now we are using the multi-activity architecture that was the standard for a long time, but it looks like everything is moving to a single-activity with navigation (at least...
### Purpose Dependabot is causing some problems because it's re-creating the PR with new dependencies, but about-libs requires some updates. ### Short description - Upgraded all dependencies except about libs,...
### Purpose Right now `AddSubscriptionScreen` has a lot of overloads, and complicated `LaunchedEffect` calls. Simply too much logic is on the UI. We should move it to the view model,...
### Purpose ### Short description Related information (links to Android docs and other resources that help to understand/review the changes) can also be put here. ### Checklist - [ ]...
[`HrefListProperty`](https://github.com/bitfireAT/dav4jvm/blob/main/src/main/kotlin/at/bitfire/dav4jvm/property/common/HrefListProperty.kt) currently uses the ktor module: https://github.com/bitfireAT/dav4jvm/blob/dfe4fa169fda071da635615b1c388d5165196d5c/src/main/kotlin/at/bitfire/dav4jvm/property/common/HrefListProperty.kt#L13 Which I believe is simply an error. We should have some common property somewhere outside both modules. Because obviously, `HREF` exists both in...
### Purpose See #1737, but basically, Push is basically stable enough to at least select a distributor by default. In any case, if one doesn't trust it, the server admin...
### Purpose Update the current implementation (right now no home-set is ever personal), to initialize the value based on the `DAV:owner` property. ### Short description `HomeSet.personal` will be true whenever...