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

New folder in copy/move dialog, closes #2093 #2098

Merged
merged 7 commits into from
Sep 11, 2023

Conversation

harshad1
Copy link
Collaborator

In this PR I address #2093

I have added a new file dialog to the move / copy / create dialogs

I have also reworked the UI to use floating buttons

@harshad1
Copy link
Collaborator Author

harshad1 commented Aug 23, 2023

This works. But I am having some problems with the search bar.

  1. The keyboard does not show properly on RequestFocus
  2. The keyboard is partially hidden by the navigation bar

These exist in the current dialog too

These problems also exist in the current move dialog but should be fixed before I am ready to call this done.

@harshad1
Copy link
Collaborator Author

harshad1 commented Aug 23, 2023

image

New dialog

@harshad1
Copy link
Collaborator Author

Issue with keyboard

image

@@ -40,10 +40,11 @@ public static GsFileBrowserOptions.Options prepareFsViewerOpts(Context context,
opts.doSelectFolder = doSelectFolder;
opts.doSelectFile = !doSelectFolder;

opts.searchHint = R.string.search_documents;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not the best default in many cases

@harshad1 harshad1 changed the title WIP: New folder in copy move dialog New folder in copy move dialog Aug 27, 2023
@harshad1
Copy link
Collaborator Author

This seems to be working well. Marking it ready.

@gsantner
Copy link
Owner

@harshad1
My opinion: I would rather add a bottom-bar similar to editor textactions bar here, the buttons are shadowing potential important information from the listview, as well a bit bloating.

But I still merge this now, want to make sure everything gets a bit together now 😄 . Moving the UI around is rather something quick done any time.

@gsantner gsantner added this to the Markor v2.11 milestone Sep 11, 2023
@gsantner gsantner linked an issue Sep 11, 2023 that may be closed by this pull request
@gsantner gsantner changed the title New folder in copy move dialog New folder in copy/move dialog, closes #2093 Sep 11, 2023
@gsantner gsantner merged commit 4f9cfbd into gsantner:master Sep 11, 2023
1 check passed
@gsantner
Copy link
Owner

Thank you

@harshad1 harshad1 deleted the new_folder_in_copy_move_dialog branch August 18, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create new folders when moving or copying
2 participants