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:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user