Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
With the discontinuation of the official Synthing Android app, more less-techy users will use Syncthing Fork. Previously, this app was (my feeling) more aimed at the more tech savvy users. Certain details in the gui were catering to that. Nevertheless, before the discontinuation of the official app, but especially now, it is important to display information without creating confusion/questions or showing information twice.
I have given some workshops on Syncthing for Android and got the kind of questions: I don't understand this. What do the symbols ❖, ∑, etc. stand for? Should I know the meaning of it?
This PR removes a few redundant and possibly confusing symbols to cater better to less technical users. At the same time, it also employs the positioning of the data to reduce the need of these symbols. The change is fairly small but will give the gui a more welcome appearance.
Changes
What changes are made in this PR
❖
at the beginning of the folder path has been removed. This symbol is not universally recognized, can confuse a user and it is clear that the first line for each folder is the path to the folder. This makes the view more easy and even saves two character spaces.⌚
has been removed. Also because the style of this icon is very different then the style of the other symbols used. It breaks the overall experience. The date and time with the sync symbol at the beginning are enough for the user to deduct that is the date and time.∑
has been removed. The file counts and sizes separated by a slash are enough. Users who didn't like mathematics are a bit put off / scared by this symbol.Download
andUpload
, hence the symbols˅
and˄
are redundant and have been removed. Also, many users will not look at these symbols or it is gives questions and it also saves some space.I am a big ambassador for Syncthing Fork and continue introducing it to people. Implementing this change will help less-tech savvy users feel more confident using the app. The other symbols used are more comprehensible and should stay.