v7.7: Device Status screen with WiFi, storage, GPS, plugins
- Add DeviceStatusScreen with full device info display - Add WiFi client configuration - Add storage status with usage bar - Add GPS/GNSS status display - Add upload mode toggle (auto/wifi/lte/off) - Add plugin list display - New API endpoints in BeeApiClient for device settings - Navigate to Device Status from Settings screen
This commit is contained in:
parent
afefd01053
commit
b46ef2c65a
7 changed files with 858 additions and 4 deletions
|
|
@ -13,8 +13,8 @@ android {
|
|||
applicationId = "com.adamaps.varroa"
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 12
|
||||
versionName = "1.7.6"
|
||||
versionCode = 13
|
||||
versionName = "1.7.7"
|
||||
|
||||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue