Added alarm latching option to SD Server app.

This commit is contained in:
Graham Jones
2015-11-10 23:09:22 +00:00
parent eec87aedd7
commit 3b240e3a54
6 changed files with 68 additions and 13 deletions

View File

@@ -1,4 +1,10 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:id="@+id/action_accept_alarm"
android:title="Accept Alarm"
android:showAsAction="never|withText"
/>
<item android:id="@+id/action_launch_pebble_app"
android:icon="@drawable/stop_server"
android:title="Launch Pebble App"

View File

@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
android:key="LatchAlarms"
android:title="Latch Alarms"
android:summary="Require manual reset of alarms to reset them to silence them."
android:defaultValue="false" />
<CheckBoxPreference
android:key="AudibleAlarm"
android:title="Enable Audible Alarm"