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

Change downloading strategy of RecentChanges Fragment #627

Merged
merged 4 commits into from
Mar 14, 2022

Conversation

FabianDevel
Copy link
Contributor

@FabianDevel FabianDevel commented Mar 9, 2022

change the downloading strategy of RecentChangesFragment from recursive call to progressive call on scroll
closes #553

@FabianDevel FabianDevel added the enhancement New feature or request label Mar 9, 2022
@FabianDevel FabianDevel added this to the 4.1.1 milestone Mar 9, 2022
@FabianDevel FabianDevel self-assigned this Mar 9, 2022
@FabianDevel FabianDevel requested a review from a team as a code owner March 9, 2022 14:39
@FabianDevel FabianDevel force-pushed the enhanced-recent-changes-downloading branch 2 times, most recently from d48b3dc to bb97365 Compare March 9, 2022 15:53
@KevinBoulongne KevinBoulongne changed the title changes recent changes downloading strategy Change downloading strategy of RecentChanges Fragment Mar 10, 2022
@FabianDevel FabianDevel marked this pull request as draft March 10, 2022 14:19
@FabianDevel FabianDevel force-pushed the enhanced-recent-changes-downloading branch 2 times, most recently from ff4c8b7 to 062f17b Compare March 10, 2022 14:54
@FabianDevel FabianDevel marked this pull request as ready for review March 10, 2022 14:59
files = FileController.getRecentChanges(),
isComplete = true,
page = 1,
} else {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No error message in case of ... error?

@FabianDevel FabianDevel force-pushed the enhanced-recent-changes-downloading branch from 23a209d to bb30042 Compare March 14, 2022 09:36
@sonarcloud
Copy link

sonarcloud bot commented Mar 14, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@JorisBodin JorisBodin merged commit dd31ce2 into master Mar 14, 2022
@JorisBodin JorisBodin deleted the enhanced-recent-changes-downloading branch March 14, 2022 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace recursive load by infinite scroll pagination in RecentChangesFragment.kt
3 participants