Folders and Files tinting & filtering customizations#65
Open
surinder-tsys wants to merge 1 commit intomasterfrom
Open
Folders and Files tinting & filtering customizations#65surinder-tsys wants to merge 1 commit intomasterfrom
surinder-tsys wants to merge 1 commit intomasterfrom
Conversation
|
Same here, can you outline purpose of it? :) |
Author
This PR contains the following:
|
Author
|
@tobiasKaminsky |
Author
|
@tobiasKaminsky I have extracted the fixes which can be up-streamed and here are the links:
Can you please go through them so that I can remove the up-streamed code from this PR. |
|
Remaining parts do not seem to be Magenta specific, so they can split up and also be upstreamed. |
surinder-tsys
commented
Apr 19, 2023
app/src/main/java/com/owncloud/android/ui/activity/FolderPickerActivity.kt
Outdated
Show resolved
Hide resolved
surinder-tsys
commented
Apr 19, 2023
app/src/main/java/com/owncloud/android/ui/fragment/OCFileListFragment.java
Show resolved
Hide resolved
c4ac974 to
e588d0a
Compare
surinder-tsys
commented
May 25, 2023
| } | ||
|
|
||
| override fun onQueryTextSubmit(query: String): Boolean { | ||
| KeyboardUtils.hideKeyboardFrom(requireContext(), binding.root) |
Author
There was a problem hiding this comment.
@tobiasKaminsky This logic will hide the keyboard every time whenever user do search.
Let me know if this also has to be up-streamed.
7743c4e to
bbd2f50
Compare
1528d1f to
4f378ac
Compare
3c3ed5d to
4824021
Compare
4824021 to
99c2365
Compare
99c2365 to
4ec17af
Compare
4ec17af to
c183726
Compare
c183726 to
b0bb710
Compare
Closed
b0bb710 to
b145599
Compare
b145599 to
ba44c8b
Compare
02f8da1 to
e8f81ac
Compare
6392b4f to
98c5214
Compare
98c5214 to
43a5a12
Compare
43a5a12 to
956c93e
Compare
1 task
956c93e to
f419984
Compare
f419984 to
bb1d949
Compare
bb1d949 to
b28f11a
Compare
b28f11a to
2637d4d
Compare
8c90b4a to
95d92de
Compare
95d92de to
9d4c357
Compare
9d4c357 to
00d1d44
Compare
00d1d44 to
049af5f
Compare
049af5f to
0a466bc
Compare
0a466bc to
46561cc
Compare
46561cc to
1a13c81
Compare
Update UnifiedSearchFragment.kt. Commit id: 4fb3fb3 from branch bug/NMC-1652. NMC-2140: Tinting removed for folder and file icons and not overlaying icon for folders.
1a13c81 to
8cf3b0b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NMC-1922: Filtering only folders and showing them as per NMC-2893 Task
Update UnifiedSearchFragment.kt.
Commit id: 4fb3fb3 from branch bug/NMC-1652.
NMC-3192: ExoPlayer seek forward and backward customization.
NMC-2140: Tinting removed for folder and file icons and not overlaying icon for folders.
Share icon changed.
NMC-4749: fix favourite files loading properly by moving ui operation to main thread