2019-07-30 18:49:56 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory android:title="@string/omnipod_name">
|
|
|
|
|
|
|
|
<info.nightscout.androidaps.plugins.pump.common.ui.RileyLinkSelectPreference
|
|
|
|
android:id="@+id/rileylink_mac_address_omnipod"
|
|
|
|
android:enabled="true"
|
|
|
|
android:summary=""
|
|
|
|
android:title="RileyLink Configuration"
|
2019-08-29 01:07:28 +02:00
|
|
|
android:key="@string/key_rileylink_mac_address">
|
2019-07-30 18:49:56 +02:00
|
|
|
<intent android:action="info.nightscout.androidaps.plugins.PumpCommon.dialog.RileyLinkBLEScanActivity" />
|
|
|
|
</info.nightscout.androidaps.plugins.pump.common.ui.RileyLinkSelectPreference>
|
|
|
|
|
2019-12-08 19:20:11 +01:00
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/key_omnipod_beep_bolus_enabled"
|
|
|
|
android:title="@string/omnipod_config_beep_bolus_enabled" />
|
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/key_omnipod_beep_basal_enabled"
|
|
|
|
android:title="@string/omnipod_config_beep_basal_enabled" />
|
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/key_omnipod_beep_smb_enabled"
|
|
|
|
android:title="@string/omnipod_config_beep_smb_enabled" />
|
|
|
|
|
2019-12-22 12:28:19 +01:00
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/key_omnipod_beep_tbr_enabled"
|
|
|
|
android:title="@string/omnipod_config_beep_tbr_enabled" />
|
|
|
|
|
2019-12-25 19:21:22 +01:00
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
2019-12-27 20:27:18 +01:00
|
|
|
android:key="@string/key_omnipod_pod_debugging_options_enabled"
|
|
|
|
android:title="@string/omnipod_config_pod_debugging_options_enabled" />
|
2019-12-25 19:21:22 +01:00
|
|
|
|
2019-07-30 18:49:56 +02:00
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|