Logan Magee
Logan Magee
Support for type-safe destinations in `NavHost` was [added in Navigation Compose 2.8.0](https://developer.android.com/jetpack/androidx/releases/navigation#2.8.0). We should migrate from stringly typed destinations to strongly typed ones.
https://github.com/accrescent/accrescent/commit/b8517c4b7f2a51180f6d72dde8b7903ed32a7d93 added support for archiving and unarchiving apps installed from Accrescent through the system Settings app. However, this is less than ideal for users since they have to exit Accrescent...
We added initial app archiving / unarchiving support in https://github.com/accrescent/accrescent/commit/b8517c4b7f2a51180f6d72dde8b7903ed32a7d93. However, that implementation doesn't support the [`EXTRA_UNARCHIVE_ALL_USERS`](https://github.com/accrescent/accrescent/commit/b8517c4b7f2a51180f6d72dde8b7903ed32a7d93) flag since it wasn't immediately obvious how its value can be passed to...
Language split generation was disabled in https://github.com/accrescent/accrescent/commit/4a0cf5bb2775f55b15aeaa5c16eab509ddd7266b. We should re-enable it once the following is complete: - [ ] https://github.com/accrescent/accrescent/issues/75
[Jetpack Navigation 3 is now stable](https://android-developers.googleblog.com/2025/11/jetpack-navigation-3-is-stable.html), so we should migrate to it from Navigation 2. We may need to wait until upstream provides a deep link recipe since we use...
Our current implementation of `RepoDataVerifier` works fine, but it has two problems: - It isn't well-documented - It doesn't return specific errors: just true or false for the verification result...