-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Export & import app data #3418
Labels
enhancement
New feature or request
Comments
DmitryBespalov
added a commit
that referenced
this issue
May 30, 2024
* Exporting safe list, owner key list, and address book * Exported file is encrypted with a random password * Importing the same data in the app, skipping duplicates * Access in App Settings, basic user interface
DmitryBespalov
added a commit
that referenced
this issue
Jun 6, 2024
DmitryBespalov
added a commit
that referenced
this issue
Jun 6, 2024
DmitryBespalov
added a commit
that referenced
this issue
Jun 6, 2024
DmitryBespalov
added a commit
that referenced
this issue
Jun 7, 2024
DmitryBespalov
added a commit
that referenced
this issue
Jun 7, 2024
GH-3418 created basic export and import of data
DmitryBespalov
added a commit
that referenced
this issue
Jun 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Export and import app data into an encrypted data file.
Export data
Screen E1.
Export instructions
Enter a strong password for locking the export file.
Data includes the owner keys, safes and address book, in an encrypted file format.
Store the export file in Files on your device or a secure location of your choice.
Screen E2.
Create file password
Screen E3.
Repeat file password
Screen E4.
Export screen
In-progress activity indicator
Screen E5.
Save exported data
Import data
Screen P1.
Import instructions
Choose a *.safedata file that was exported before.
Enter the password to access the data from the file.
The imported data includes owner keys, safes and address book. Duplicates will be skipped.
Screen P2.
Select file
Screen P3.
Enter password.
Enter the password for the data file.
Screen P4.
Import screen.
Screen P5.
Success screen
or
Completed screen
The text was updated successfully, but these errors were encountered: