-
Notifications
You must be signed in to change notification settings - Fork 366
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
New folder in copy/move dialog, closes #2093 #2098
Conversation
This works. But I am having some problems with the search 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. |
@@ -40,10 +40,11 @@ public static GsFileBrowserOptions.Options prepareFsViewerOpts(Context context, | |||
opts.doSelectFolder = doSelectFolder; | |||
opts.doSelectFile = !doSelectFolder; | |||
|
|||
opts.searchHint = R.string.search_documents; |
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.
Not the best default in many cases
app/src/main/java/net/gsantner/markor/frontend/textview/TextViewUtils.java
Show resolved
Hide resolved
app/src/main/java/net/gsantner/opoc/frontend/filebrowser/GsFileBrowserFragment.java
Show resolved
Hide resolved
app/src/main/java/net/gsantner/opoc/frontend/filebrowser/GsFileBrowserFragment.java
Show resolved
Hide resolved
This seems to be working well. Marking it ready. |
@harshad1 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. |
Thank you |
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