damontecres / StashAppAndroidTV

Android TV App for Stash
GNU Affero General Public License v3.0
74 stars 4 forks source link

Refactoring main & filter pages #254

Closed damontecres closed 3 months ago

damontecres commented 4 months ago

Refactors the main page a bit to use coroutines better. This seems to speed up the loading a bit.

Also minor improvements to FilterListActivity.

These changes mean there are a lot more context switches which can lead to more bugs, so this needs extra testing.