Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,7 @@
<!-- Cutom Needle -->
<string name="custom_needle_ratio1">Custom Needle (ratio 1:1)</string>
<string name="needle_path">Needle file</string>
<string name="fartkontrol_desc">Launches a Danish Speed Camera app (useless outside Denmark)</string>
<string name="alternativepulling_desc">enable this option if you have difficulties getting gauges updated, it uses an old deprecated method of obtaining data</string>

</resources>
2 changes: 2 additions & 0 deletions mobile/src/main/res/xml/preference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<CheckBoxPreference android:title="@string/pulling"
android:key="alternativepulling"
android:defaultValue="false"
android:summary="@string/alternativepulling_desc"
/>

<CheckBoxPreference android:title="@string/debugging"
Expand All @@ -22,6 +23,7 @@
<CheckBoxPreference android:title="@string/fartkontrol"
android:defaultValue="true"
android:key="fartkontrol"
android:summary="@string/fartkontrol_desc"
/>

<CheckBoxPreference android:title="@string/daynight"
Expand Down