V3.0.4 - Fixed problem with crashing after server stopped, and crash when selecting install watch app menu option. And I think I have finally sorted the problem of multiple

versions of the server running...but might be wrong - clsoe the issue anyway and see what happens.
Also tidied up main app screen when server stopped or in fault condition.
Closes #13, Closes #12, Closes #11
This commit is contained in:
Graham Jones
2019-03-17 13:41:48 +00:00
parent cb2bf280e0
commit 33a11f0e73
9 changed files with 109 additions and 79 deletions

View File

@@ -9,7 +9,7 @@
android:id="@+id/action_start_stop"
android:icon="@drawable/stop_server"
android:showAsAction="never|withText"
android:title="Stop Server" />
android:title="Start/Stop Server" />
<!-- fault beep test does not work because of fault timer so don't show menu option
<item
@@ -18,13 +18,13 @@
android:showAsAction="never|withText"
android:title="Test Fault Beep" />
-->
<item
<!-- <item
android:id="@+id/action_launch_pebble_app"
android:showAsAction="never|withText"
android:title="Launch Pebble App" />
-->
<item
android:id="@+id/action_instal_watch_app"
android:id="@+id/action_install_watch_app"
android:showAsAction="never|withText"
android:title="Install Watch App" />