2018-01-24 15:18:31 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory
|
|
|
|
android:key="insightpump"
|
|
|
|
android:title="@string/insightpump">
|
|
|
|
</PreferenceCategory>
|
2018-01-26 00:21:42 +01:00
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="insight_always_connected"
|
2018-02-21 13:23:19 +01:00
|
|
|
android:title="@string/insight_stay_always_connected"
|
|
|
|
android:summary="@string/not_recommended_due_to_battery_drain"/>
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="insight_preemptive_connect"
|
|
|
|
android:title="@string/connect_preemptively"
|
|
|
|
android:summary="@string/automatically_connect_when"/>
|
2018-01-29 22:31:06 +01:00
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
2018-04-08 17:22:53 +02:00
|
|
|
android:key="insight_automatic_careportal_events"
|
|
|
|
android:title="@string/automatic_careportal_events"
|
|
|
|
android:summary="@string/automatically_upload_insulin_cannula_and_battery_changes_to_nightscout"/>
|
|
|
|
</PreferenceScreen>
|