mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-08 01:58:52 -06:00
@@ -36,7 +36,8 @@
|
||||
android:entries="@array/snooze_interval_names"
|
||||
android:entryValues="@array/snooze_interval_values"
|
||||
android:key="pref_snooze_interval"
|
||||
android:title="@string/pref_snooze_interval_title"/>
|
||||
android:title="@string/pref_snooze_interval_title"
|
||||
android:summary="%s"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
@@ -44,17 +45,21 @@
|
||||
android:key="pref_key_links"
|
||||
android:title="Database">
|
||||
|
||||
<Preference android:title="Export data">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="@string/helpURL"/>
|
||||
<Preference
|
||||
android:summary="@string/export_full_backup_summary"
|
||||
android:title="@string/export_full_backup">
|
||||
</Preference>
|
||||
|
||||
<Preference android:title="Import data"
|
||||
android:summary="Supports files exported by Loop, Tickmate, HabitBull or Rewire. This feature is currently experimental.">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="@string/helpURL"/>
|
||||
<Preference
|
||||
android:key="exportCSV"
|
||||
android:summary="@string/export_as_csv_summary"
|
||||
android:title="@string/export_to_csv">
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:key="importData"
|
||||
android:summary="@string/import_data_summary"
|
||||
android:title="@string/import_data">
|
||||
</Preference>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
Reference in New Issue
Block a user