-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Support to Import and Export App Internal Data #1277
base: develop
Are you sure you want to change the base?
Conversation
Concern about the data privacy and security issue due to app internal data with clipboard. |
People believe if an attacker is able to access your local data or even perform the action inside the app, no amount of strong security measures will help |
I think adding a warning message to warn users that clipboard data will be exported and readable will be enough. |
@goofyz Some people suggests that we can encrypt the exported compression package |
Maybe don't include "clipiboard" data when exporting? |
Related issue: #1274 , implementation ref: https://github.com/fcitx5-android/fcitx5-android/blob/59558c5b624359455911082b10750f4dcbd10fe8/app/src/main/java/org/fcitx/fcitx5/android/data/UserDataManager.kt |
a940ff3
to
185c328
Compare
Pull request
Issue tracker
Fixes will automatically close the related issues
Fixes #1274
Feature
Describe features of this pull request
Code of conduct
Style lint
make sytle-lint
Build pass
make debug
Manually test
Code Review
Daily build
Login and download artifact at https://github.com/osfans/trime/actions
Additional Info