fix(unified-search): thumbnail icon#16546
Conversation
|
/backport to stable-3.36 |
a45728c to
20bb494
Compare
AndyScherzinger
left a comment
There was a problem hiding this comment.
Looks better 👍
@alperozturk96 @tobiasKaminsky One thing that should get fixed though is what gets tinted and that should only be folder-icons and the archive mimetype icon. Everything else shall keep their original icon's color (!)
|
PDF should not be tinted, but remain red |
|
Add screenshot tests like AvatarIT for
|
8b4a882 to
eef8165
Compare
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
234a3ef to
cd55e10
Compare
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
|
What are the licenses for these icons? Latest version
|
|
@tobiasKaminsky I added screenshot tests, but there is an issue related to view recycling. At this line, if I remove the following code: the UI behaves incorrectly when scrolling, as shown in this screenshot:
Currently, only folders and archives should be tinted, while file type icons should remain unchanged. In the current version of the PR, the UI appears correct, but screenshot tests capture greyed-out PDFs due to the |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/16546.apk |




Changes
Fixes thumnail generation for files
Adds overlays for folders
Fixes title alignment for folders
Fixes late async adapter initialization
De-duplicate folder thumbnail generation logic introduces re-usable
OverlayManagerclass - for now it's only for folderRemoves dead-codes in
DisplayUtils