-
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
6 changed files
with
39 additions
and
9 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
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
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
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
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 |
---|---|---|
@@ -1 +1,9 @@ | ||
* neue Kommandos: SHOW_START_URL, SHOW_URL, SHOW_DASHBOARD, RELOAD | ||
* neue Kommandos: CAPTURE_CAMERA, CAPTURE_SCREEN, ENABLE_MOTION_DETECTION, DISABLE_MOTION_DETECTION, RELOAD, SET_BRIGHTNESS, SHOW_DASHBOARD, SHOW_URL, SHOW_START_URL | ||
* zeige Kommando Details bei Klick auf Kommando im Kommando Log | ||
* Fehler behoben, durch den KEEP_SCREEN_ON und ALLOW_SCREEN_OFF nicht immer funktionierten | ||
* Fehler behoben, durch den die Kamera nicht gefunden wurde, wenn das Gerät keine rückwärtige Kamera hat | ||
* Absturz auf Kindle Geräten behoben | ||
* Fehler behoben, durch den die Event Bus Listener nicht richtig abgemeldet wurden | ||
* Beim Drehen des Gerätes wird die App jetzt nicht mehr neu gestartet | ||
* Kamera und Bewegungserkennung wurden getrennt | ||
* Logging und Kamera Initialisierung wurden verbessert |
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 |
---|---|---|
@@ -1 +1,9 @@ | ||
* added commands: SHOW_START_URL, SHOW_URL, SHOW_DASHBOARD, RELOAD | ||
* added commands: CAPTURE_CAMERA, CAPTURE_SCREEN, ENABLE_MOTION_DETECTION, DISABLE_MOTION_DETECTION, RELOAD, SET_BRIGHTNESS, SHOW_DASHBOARD, SHOW_URL, SHOW_START_URL | ||
* show command details on click in command log | ||
* fixed bug where KEEP_SCREEN_ON and ALLOW_SCREEN_OFF did not work on all activities | ||
* fixed camera detection on devices that do not have a back-facing camera | ||
* fixed crash on Kindle devices | ||
* fixed bug where event bus listeners were not properly unregistered | ||
* made most functionality survive orientation change instead of restarting everything | ||
* separated camera and motion detection code and settings | ||
* improved logging and camera instantiation |