-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Added adaptive layout modes #3526
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
Conversation
Edit: |
@d2dyno1 The preferred way would be to use the same behavior that's found in File Explorer. |
It looks like this logic behaves similarly to File Explorer, or am I missing something? |
@yaichenbaum ready for review! |
@d2dyno1 How is adaptive layout meant to work? |
You can find the logic here: https://github.com/files-community/Files/pull/3526/files#diff-1fc2ffb3299cf773313a1100cee887362f6a9b04450aa620fdc1af7656ddffbeR67 Basically, it looks for desktop.ini to get the information about the folder from, if no data in desktop.ini is present, it makes some predictions based on the items in the directory - e.g.: |
I assume that once a user overrides that for a directory, adaptive mode will ignore that directory. Is that correct? |
It does not do that. Currently when a gridview is selected by the Adaptive Layout, user can only override the grid size. Sounds promising though, I'll see what could be done |
Looking for feedback on the Adaptive Layout layout switching decision logic. @yaichenbaum I'd like for the build that ships with Adaptive Layout to stay for a bit longer in insider channel than usual so we can collect necessary feedback from insiders on this feature to meet standards of productivity for users before it is pushed to the main branch. |
This feature must be perfected since it can't be disabled. |
@d2dyno1 We can have a longer testing period to help iron out issues. |
Small changes (thanks @gave92)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
why File crashes when trying to access video thumbnails? Introducing v2.0.13 |
@candrapersada If Files crashes please open a new issue and upload the app's debug logs. |
This PR adds Adaptive Layout Mode. I'd like to hear your feedback on current logic of changing Layout Modes.
Things yet to do
Limitations
Feature "Enable individual preferences for individual directories" is disabled when Adaptive Layout is enabledTo enable Adaptive Layout Mode, select it from Display Options-> It's been moved to settingsIt is enabled by default and cannot be disabled
Closes #2893