mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 10:05:49 +01:00
add hint about importing data later in onboarding activity
This commit is contained in:
parent
7c2bc3804c
commit
854b925c17
2
TODO.md
2
TODO.md
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user