Skip to content

Allow swipe-to-refresh on categories and updates tab.

The swipe-to-refresh from the latest tab is now also implemented for the categories and updates tab. It was a bit weird before how you could swipe to refresh on the first tab, which would show "Updating repos" at the top. It would then also show the same message on the categories tab, but you couldn't swipe-to-refresh that tab. Additionally, several people have requested this on the updates tab, the tab where it probably makes the most sense.

Fix #1079 (closed).

To the code reviewer: The diff looks large, but most of it is just indenting. Might be easier to read the diff in Android Studio or another proper diff viewer rather than GitLab to verify that I haven't done anything silly there.

Merge request reports