-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Volker Bier <volker.bier@web.de>
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
* neue Wertemeldung: momentan angezeigte URL | ||
* neue Wertemeldung: Docking Status | ||
* neue Wertemeldung: Gerätebewegung | ||
* neue Wertemeldung: Batterietemperatur | ||
* benutze den Standard Port bei der URL Überprüfung, wenn kein Port angegeben wurde | ||
* neuer roter Rand um den Browser wenn die SSE Verbindung fehlt | ||
* neue Funktionalität zum Anzeigen und Teilen des System Logs | ||
* neue Kommandos: NOTIFICATION_SHOW, NOTIFICATION_HIDE | ||
* deaktiviere Kamera und Mikrophone bezogene Einstellungen beim Start wenn die Berechtigungen fehlen | ||
* Unterstützung für Passwort geschützte openHAB Server | ||
* benutze okhttp zur Realisierung der SSE Verbindung | ||
* Verbesserung des Menü Layouts | ||
* BUG: erlaube Zugriff auf http Seiten in Android 9 | ||
* BUG: korrigiere SSE-Reconnect während des openHAB Starts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
* add reporting of docking state | ||
* add reporting of device movement | ||
* add reporting of currently shown URL | ||
* add reporting of battery temperature | ||
* use the default port when checking server url preference if no port is specified | ||
* add red border around webview when SSE is not connected | ||
* add debug log activity | ||
* new commands: NOTIFICATION_SHOW, NOTIFICATION_HIDE | ||
* disable camera and microphone related preferences on start if permissions are missing | ||
* add support for password protected openHAB servers | ||
* use okhttp for realizing the SSE connection | ||
* improve menu layout | ||
* BUG: allow access to http pages for android 9 devices | ||
* BUG: fix reconnect during openHAB startup |