forked from MXCzkEVM/datadash-wallet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from MXCzkEVM/cloud_backup
Cloud backup
- Loading branch information
Showing
8 changed files
with
81 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -456,13 +456,15 @@ | |
"in": "Loading..", | ||
"google_drive_secured_storage": "Google Drive secured storage", | ||
"icloud_secured_storage": "iCloud Secured storage", | ||
"make_sure_you_have_stored_your_keys_correctly_in_your_x": "Make sure you have stored your keys correctly in your {0}", | ||
"ensure_that_your_keys_are_stored_correctly_in_your_x": "Ensure that your keys are stored correctly in your {0}!", | ||
"icloud": "iCloud", | ||
"google_drive": "Google Drive", | ||
"store_in_x": "Store in {0}", | ||
"your_email_address": "Your Email Address", | ||
"invalid_email": "Please enter a valid email address (e.g., [email protected])", | ||
"email": "Email", | ||
"unable_to_authenticate_with_x": "Unable to authenticate with {0}.", | ||
"unable_to_upload_backup_to_x": "Unable to upload backup to {0}." | ||
"unable_to_upload_backup_to_x": "Unable to upload backup to {0}.", | ||
"google_drive_backup_note": "Important: We save the mnemonic seed phrase in the file named moonchain-key.txt located in the MoonBase folder.", | ||
"tips_for_storing_keys_safely": "Tip for Storing Keys Safely" | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>aps-environment</key> | ||
<string>development</string> | ||
<key>com.apple.developer.associated-domains</key> | ||
<array> | ||
<string>applinks:mxc1usd.com</string> | ||
</array> | ||
<key>com.apple.developer.icloud-container-identifiers</key> | ||
<array> | ||
<string>iCloud.moonchain.mxc</string> | ||
</array> | ||
<key>com.apple.developer.icloud-services</key> | ||
<array> | ||
<string>CloudDocuments</string> | ||
</array> | ||
<key>com.apple.developer.networking.wifi-info</key> | ||
<true/> | ||
<key>com.apple.developer.ubiquity-container-identifiers</key> | ||
<array> | ||
<string>iCloud.moonchain.mxc</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule shared
updated
3 files
+1 −1 | logic/lib/src/domain/const/config.dart | |
+5 −5 | ui/assets/icons/config.json | |
+1 −1 | ui/lib/src/mxc_icons.dart |