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

feat: Support for feed pagination #3739

Closed
wants to merge 4 commits into from

Conversation

Bnyro
Copy link
Member

@Bnyro Bnyro commented May 9, 2023

closes #3693

This will probably also cause the feed sorting feature by views and uploader name to not work anymore.

The changes have not been tested yet as there's no instance already supporting feed pagination. However, they should be tested before creating a new release.

@Bnyro Bnyro force-pushed the feed-pagination branch 4 times, most recently from 9ad6193 to 468e385 Compare May 9, 2023 17:06
@FireMasterK
Copy link
Member

The changes have not been tested yet as there's no instance already supporting feed pagination. However, they should be tested before creating a new release.

I should really create a new 'alpha' or something similar instance for testing changes 🤔

@Bnyro
Copy link
Member Author

Bnyro commented May 9, 2023

That would be ideal, yes.

@Isira-Seneviratne
Copy link
Collaborator

The AndroidX Paging library might be useful: https://developer.android.com/jetpack/androidx/releases/paging

@Bnyro
Copy link
Member Author

Bnyro commented May 16, 2023

True, that could likely be used at other places too such as the search adapter or the playlist videos adapter.

@Bnyro Bnyro changed the title Support for feed pagination feat: Support for feed pagination Jul 8, 2023
@Bnyro Bnyro marked this pull request as draft August 22, 2023 06:09
@Bnyro Bnyro closed this Dec 19, 2023
@Bnyro Bnyro deleted the feed-pagination branch December 19, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement support for the new upcoming feed pagination in API
3 participants