display network settings based on device capabilities + fix android basic network info

This commit is contained in:
Martín Fernández
2019-02-06 15:51:50 +01:00
committed by Frans de Jonge
parent f3a36f8285
commit 04e17424d0
8 changed files with 34 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ local Device = Generic:new{
hasKeyboard = yes,
hasKeys = yes,
hasDPad = yes,
hasWifiToggle = no,
isTouchDevice = yes,
needsScreenRefreshAfterResume = no,
hasColorScreen = yes,
@@ -27,6 +28,8 @@ local Emulator = Device:new{
isEmulator = yes,
hasEinkScreen = yes,
hasFrontlight = yes,
hasWifiToggle = yes,
hasWifiManager = yes,
}
local Linux = Device:new{