add settings

add permissions to access ssid, fix error in theme, add settings activity with shared preferences and support German and English
This commit is contained in:
2019-03-02 16:53:39 +01:00
parent 56195eb8f0
commit 026d5a27e1
10 changed files with 303 additions and 30 deletions

View File

@@ -1,4 +1,8 @@
<resources>
<string name="app_name">WiFi Weather Station</string>
<string name="action_settings">Einstellungen</string>
<string name="settings">Settings</string>
<string name="loading">Please wait, the view is loading...</string>
<string name="ssid" translatable="false">NETGEAR26-5G-2</string>
<string name="url_local" translatable="false">http://192.168.1.5/site/wifi-weather-station/</string>
<string name="url_global" translatable="false">http://inetsrv.no-ip.org/site/wifi-weather-station/</string>
</resources>