Import data from Tickmate and Rewire

Closes #36, closes #41
This commit is contained in:
2016-03-21 14:00:51 -04:00
parent dfe5c4954e
commit 581197be03
12 changed files with 820 additions and 5 deletions

View File

@@ -40,6 +40,25 @@
</PreferenceCategory>
<PreferenceCategory
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>
<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>
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_links"
android:title="@string/links">