Otter-App-Android-Funkwhale/app/src/main/res/xml
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
..
security.xml Improved loading of new and cached items. 2020-07-08 22:11:50 +02:00
settings.xml Added Settings item to copy the latest logs in case of crash. 2020-06-10 23:59:09 +02:00