diff --git a/docs/README.md b/docs/README.md index e966a9438..780373a07 100644 --- a/docs/README.md +++ b/docs/README.md @@ -33,6 +33,10 @@ Stores all of your store loyalty cards on your phone, removing the need to carry [](https://github.com/TheLastProject/Catima/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-09.png) [](https://github.com/TheLastProject/Catima/raw/master/metadata/en-US/images/phoneScreenshots/screenshot-10.png) +# Migrating from other apps + +[See our migration guides](migrate). + # Building To build, use the gradle wrapper scripts provided in the top level directory of the project. The following will diff --git a/docs/migrate/index.md b/docs/migrate/index.md new file mode 100644 index 000000000..025235cd6 --- /dev/null +++ b/docs/migrate/index.md @@ -0,0 +1,11 @@ +# Migrating from other apps + +We believe people shouldn't be locked into any specific app. That's why Catima will always allow you to export your data. + +We also try to support important your data from other applications whenever possible. + +Currently, importing is supported from the following apps: + +[Loyalty Card Keychain](protect_card_locker) + +Is the app you want to import from not listed? [Tell us about it](https://github.com/TheLastProject/Catima/issues) and we will look into supporting it. diff --git a/docs/migrate/protect_card_locker/index.md b/docs/migrate/protect_card_locker/index.md new file mode 100644 index 000000000..7409c809b --- /dev/null +++ b/docs/migrate/protect_card_locker/index.md @@ -0,0 +1,35 @@ +# Migrating from Loyalty Card Keychain + +As Catima is based on Loyalty Card Keychain, importing your data from it is very simple. + +## 1. Open Loyalty Card Keychain +![Step 1](step_1.png) + +## 2. Press the More Options button in the top right +![Step 2](step_2.png) + +## 3. Press Import/Export +![Step 3](step_3.png) + +## 4. Press Export +![Step 4](step_4.png) + +## 5. Choose a save location, filename (default: LoyaltyCardKeychain.csv) and press Save +![Step 5](step_5.png) + +## 6. Confirm the export was succesful +![Step 6](step_6.png) + +## 7. Open Catima +TODO: Logo + +## 8. Press the Import/Export button in the top right +![Step 8](step_8.png) + +## 9. Press From Filesystem +![Step 9](step_9.png) + +## 10. Choose the file you saved in step 5 +![Step 10](step_10.png) + +## That's it, you've succesfully imported your Loyalty Card Keychain database into Catima diff --git a/docs/migrate/protect_card_locker/step_1.png b/docs/migrate/protect_card_locker/step_1.png new file mode 100644 index 000000000..947819f97 Binary files /dev/null and b/docs/migrate/protect_card_locker/step_1.png differ diff --git a/docs/migrate/protect_card_locker/step_10.png b/docs/migrate/protect_card_locker/step_10.png new file mode 100644 index 000000000..28f458ef7 Binary files /dev/null and b/docs/migrate/protect_card_locker/step_10.png differ diff --git a/docs/migrate/protect_card_locker/step_2.png b/docs/migrate/protect_card_locker/step_2.png new file mode 100644 index 000000000..638c40052 Binary files /dev/null and b/docs/migrate/protect_card_locker/step_2.png differ diff --git a/docs/migrate/protect_card_locker/step_3.png b/docs/migrate/protect_card_locker/step_3.png new file mode 100644 index 000000000..b48ebad01 Binary files /dev/null and b/docs/migrate/protect_card_locker/step_3.png differ diff --git a/docs/migrate/protect_card_locker/step_4.png b/docs/migrate/protect_card_locker/step_4.png new file mode 100644 index 000000000..3030143b0 Binary files /dev/null and b/docs/migrate/protect_card_locker/step_4.png differ diff --git a/docs/migrate/protect_card_locker/step_5.png b/docs/migrate/protect_card_locker/step_5.png new file mode 100644 index 000000000..bd6bd0f1e Binary files /dev/null and b/docs/migrate/protect_card_locker/step_5.png differ diff --git a/docs/migrate/protect_card_locker/step_6.png b/docs/migrate/protect_card_locker/step_6.png new file mode 100644 index 000000000..aa4b9616a Binary files /dev/null and b/docs/migrate/protect_card_locker/step_6.png differ diff --git a/docs/migrate/protect_card_locker/step_8.png b/docs/migrate/protect_card_locker/step_8.png new file mode 100644 index 000000000..aff62a58c Binary files /dev/null and b/docs/migrate/protect_card_locker/step_8.png differ diff --git a/docs/migrate/protect_card_locker/step_9.png b/docs/migrate/protect_card_locker/step_9.png new file mode 100644 index 000000000..9a1499e53 Binary files /dev/null and b/docs/migrate/protect_card_locker/step_9.png differ