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

lib/fs,model: Clarify errors for Android filenames (fixes #9395) #9397

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Feb 3, 2024

  1. lib/fs,model: Clarify errors for Android filenames (fixes syncthing#9395

    )
    
    Currently, Syncthing tries to sync files to Android devices with no
    consideration for its filename restrictions (see [1]). This commit makes
    it so that similarly to Windows, Syncthing relies on a hard-coded list
    of characters which are invalid on Android and displays a specific error
    message when user tries to sync a file with one of the characters in its
    name.
    
    [1] https://stackoverflow.com/a/64021421
    
    Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
    tomasz1986 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    662c242 View commit details
    Browse the repository at this point in the history
  2. wip

    Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
    tomasz1986 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    bf84ecd View commit details
    Browse the repository at this point in the history