-
Notifications
You must be signed in to change notification settings - Fork 49
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
Rotation visual only one left bug to fix #77
Comments
I edit my issue Even the last one is fixed now by the commit After that, the rotation mode will be perfectly working in Edit master/target folders. Thank you for the quick follow-up |
Thank you. 1.Fixed a bug where the list of files displayed when the screen is rotated would return to the default value.(Utilities/CommonFileSelector.java) |
Thank you, |
Supported reloading the Layout when the screen is rotated when editing SyncFolder. (remove fix/unfix function) |
Thank you a lot, last commit fixed all functional bugs due to rotation.
I found a few more visual only bugs. Functionality is preserved, so really not a big issue in reliability of sync edit. All are fixed by my last commit except :
This one needs to save/restore the browsing path view
This includes the way to enable rotation in edit master/target folders
also, all menus are perfectly saved/restored on rotation
(1) When entering Tagert/master folders edit dialog in portrait, we can no rotate.
This exact step enables rotation into the edit master folder view
Edit master/target folder rotation in Archive mode: layout gap and file types gone visual bugArchive modeenable rotation in target folder edit view like in first step (1)back to portraitA long gap is created to access "Only files with following extensions will be archived..."we need to scroll down to see the options
the file extensions are no longer displayed (reveals bug in landscape display on small devices)the bug is only visual because all menus are perfectly saved/restored on rotationThis one is fixed by this commit: #78
The text was updated successfully, but these errors were encountered: