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

Extremely long filenames #88

Closed
michaelstingl opened this issue Jun 22, 2018 · 4 comments
Closed

Extremely long filenames #88

michaelstingl opened this issue Jun 22, 2018 · 4 comments

Comments

@michaelstingl
Copy link
Contributor

michaelstingl commented Jun 22, 2018

Pro-users often have many files, sometimes with extremely long names that are nearly identical. Only differentiation is in one part of the file name. This could be at the beginning, in the middle, or at the end.

@javiergonzper Could you propose something? How does other apps deal with this?

Related from old iOS app:

@michaelstingl
Copy link
Contributor Author

Could also help? #50 (Local search)

@javiergonzper
Copy link
Contributor

javiergonzper commented Jun 25, 2018

To show long string on iOS we have some different possibilities:

  • Truncate (Do not show the full string and cut it at the end or in the middle) <- Not useful for pro users
  • Make the font smaller when it have too many characters <- If the name it is so big at the end we will have to truncate it
  • Use MarqueeLabel:
    GIF of MarqueeLabelDemo in action

    Use a MarqueeLabel on many cells at the same time probably will be very ugly but maybe could be a solution on other views.

The approach selected on the old iOS app was to make the font smaller on the file list. And also show the full name on the Action Sheet:

img_0236

support for long names

IMHO we should take that approach on the new File list and also on the More view. I will review those mockups

@michaelstingl
Copy link
Contributor Author

I had an interesting discussion with some heavy iPad users today and the following ideas came up:

  • Resize file-list-column (drag separator)
  • Make single file table cell higher to let the file name wrap multiple lines
  • Config/MDM option or button in top bar to disable iPad-style layout on iPad, so you see extra-long lines in landscape mode and full screen previews, like on a super-sized iPhone

@hosy
Copy link
Collaborator

hosy commented Oct 10, 2019

Solved with #516

@hosy hosy closed this as completed Oct 10, 2019
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

No branches or pull requests

3 participants