add hint about importing data later in onboarding activity

master
Andreas Shimokawa 2016-08-29 23:46:33 +02:00
parent 7c2bc3804c
commit 854b925c17
2 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@ TODO before 0.12.0 release:
* ~~Support importing Pebble Health data from old database~~ DONE, needs check.
* ~~Add onboarding activity on first startup (to merge old data)~~ DONE, needs check.
* export db/delete db improvements
* onboarding hint about import-db in Debug activity
* ~~onboarding hint about import-db in Debug activity~~ DONE, needs check.
* TESTING!
* tx pull

View File

@ -289,7 +289,10 @@
<string name="title_activity_onboarding">Database Import</string>
<string name="import_old_db_buttonlabel">Import old activity data</string>
<string name="import_old_db_information">Since Gadgetbridge 0.12.0 we use a new database format.
You are able to import old activity data and associate it with the device you are connecting to (%1$s).
You are able to import old activity data and associate it with the device you are connecting to (%1$s).\n
\n
If you do not import old activity data now, you can still do it later by tapping the "MERGE OLD ACTIVITY DATA" button in the Debug Activity"\n
\n
Please note that you can import data from Mi Band, Pebble Health and Morpheuz but NOT from Pebble Misfit.
</string>
</resources>