NASdroid
NASdroid copied to clipboard
NASdroid is an unofficial Android client for TrueNAS server management
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.10 to 1.13.11. Release notes Sourced from io.mockk:mockk's releases. 1.13.11 What's Changed Fix wasNotshould throw exception when called on non mocked object by @Gosunet in mockk/mockk#1174 Fix...
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.0.0-RC3-1.0.20 to 2.0.0-1.0.21. Release notes Sourced from com.google.devtools.ksp's releases. 2.0.0-1.0.21 This release brings mostly bug fixes into KSP2 beta Users are encouraged to try out KSP2 beta....
Bumps [com.google.accompanist:accompanist-drawablepainter](https://github.com/google/accompanist) from 0.35.0-alpha to 0.35.1-alpha. Release notes Sourced from com.google.accompanist:accompanist-drawablepainter's releases. v0.35.1-alpha 🌈 What’s Changed Release 0.35.1-alpha (#1774) @bentrengrove Update README.md to deprecate navigation-material (#1770) @alexvanyo docs: fix some...
Bumps `kotlin` from 2.0.0-RC3 to 2.0.0. Updates `org.jetbrains.kotlin.android` from 2.0.0-RC3 to 2.0.0 Release notes Sourced from org.jetbrains.kotlin.android's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents...
This is designed to address #404
Our current nav architecture looks something like ```kt NavigationScaffold( topBar = {}, sideBar = {}, bottomBar = {} ) { NavHost { // All our destinations configured here } }...
Dragonfish added a new reporting category, "UPS". Unfortunately I don't have a UPS attached to my system, so I don't have any real data to check against.
[Vico's new API](https://patrykandpatrick.com/vico/wiki/getting-started/) does not play nice with our architecture. Implementations are relatively messy and hard to streamline because of this. We should either rethink our UI architecture, or move...