Skip to content
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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

WhiredPlanck
Copy link
Collaborator

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

  • Done

Code Review

  1. No wildcards import
  2. Manual build and test pass
  3. GitHub Action CI pass
  4. At least one contributor review and approve
  5. Merged clean without conflicts
  6. PR will be merged by rebase upstream base

Daily build

Login and download artifact at https://github.com/osfans/trime/actions

Additional Info

@Bambooin
Copy link
Collaborator

Concern about the data privacy and security issue due to app internal data with clipboard.

@WhiredPlanck
Copy link
Collaborator Author

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

@goofyz
Copy link
Collaborator

goofyz commented Apr 30, 2024

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.

@WhiredPlanck
Copy link
Collaborator Author

@goofyz Some people suggests that we can encrypt the exported compression package

@goofyz
Copy link
Collaborator

goofyz commented May 4, 2024

Maybe don't include "clipiboard" data when exporting?
By the way, is there any user requesting this feature?

@WhiredPlanck
Copy link
Collaborator Author

Maybe don't include "clipiboard" data when exporting? By the way, is there any user requesting this feature?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

将剪贴板内容也加进rime文件夹内
3 participants