-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
#10882 Slow Media Tab View #11281
#10882 Slow Media Tab View #11281
Conversation
Hi @tobiasKaminsky, @AlvaroBrey I believe I managed quite an improvement on the UI side, but I would suggest a thorough review and testing. |
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.
Generally looks good, thanks @eraser2021999
However, in order to merge this, please accept the suggestion below, and please fix DCO check, instructions here: https://github.com/nextcloud/android/pull/11281/checks?check_run_id=10787404887
Please push further changes to this same PR rather than creating a new one, so we don't lose context.
app/src/main/java/com/owncloud/android/ui/asynctasks/GallerySearchTask.java
Outdated
Show resolved
Hide resolved
It seems that my GitHub desktop broke something when tried to do the rebase --signoff. Pulling my hear out! :D |
master-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/7500-IT-master-23-58 |
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-integrationTests/7500-IT-stable-00-06 |
Rebased and recreated the PR as #11288 to fix broken history here |
Signed-off-by: Bogdan Coticopol <bcoticopol@gmail.com> - Workaround to improve gallery performance by eliminating the startDate from the query; - Fixed a bug when the gallery would reset after playing a movie (searchAndDisplay);
Signed-off-by: eraser2021999 bcoticopol@gmail.com
Fixed unresponsiveness of the Media Tab (Photo Gallery) - more fluent scrolling.
Not fixed:
Manually tested with NextCloud Server (25.0.3) via simulator and hardware device (Google Pixel 6) with a media library of more than 10k items.
edits by repo admin
Issue links:
Partially solves #10425 (uses creation date instead of modification date)
Improves #10882