Package-level declarations
Types
Link copied to clipboard
object DeviceStatusManager
Centralized manager for tracking online/offline status of devices. This singleton provides a single source of truth that can be observed by different parts of the app.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class MNetLoggerAndroid(deviceInfo: String, minLogLevel: Int = Log.VERBOSE, logHistoryLines: Int = 300, logFile: File? = null) : MNetLogger
Link copied to clipboard
class ViewModelFactory<T : ViewModel>(di: DI, owner: SavedStateRegistryOwner, defaultArgs: Bundle?, vmFactory: (DI, SavedStateHandle) -> T) : AbstractSavedStateViewModelFactory
Functions
Link copied to clipboard
fun BottomNavApp(di: DI, startDestination: String, onThemeChange: (AppTheme) -> Unit, onLanguageChange: (String) -> Unit, onNavigateToScreen: (String) -> Unit, onRestartServer: () -> Unit, onDeviceNameChange: (String) -> Unit, deviceName: String, onAutoFinishChange: (Boolean) -> Unit, onSaveToFolderChange: (String) -> Unit)
Link copied to clipboard