Otter-App-Android-Funkwhale/app/src/main
Antoine POPINEAU b2e6ec43a8
Improved loading of new and cached items.
Scrolling through large lists was a pain. The next page would only load
when the end of the list was reached, stopping the scroll action while the new
page was fetched.

This commits adds two items:

 * Artists, albums and playlists do not refresh data on resume, only
   using cached data until manually refreshed.
 * When manually refreshed, we initially fetch a few pages instead
   of only one. Also, on scroll, we try as best as we can to always keep
   10 pages (pages as in screen estate) worth of data loaded.
2020-07-08 22:11:50 +02:00
..
java/com/github/apognu/otter Improved loading of new and cached items. 2020-07-08 22:11:50 +02:00
play Prepare 1.0.20: resized screenshots to be accepted by the Play Store. 2020-07-07 20:38:41 +02:00
res Improved loading of new and cached items. 2020-07-08 22:11:50 +02:00
AndroidManifest.xml Tidied up usage of GlobalScope to the profit of AndroidX's lifecycle coroutine scopes. 2020-06-25 01:26:15 +02:00
ic_launcher-playstore.png Added new full set of adaptive icons. 2020-06-26 12:34:08 +02:00
ic_launcher-web.png Regenerated app icons to use proper background color and round shape on all API versions. 2019-11-16 17:50:24 +01:00