damontecres / StashAppAndroidTV

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

Add sort button to grids #360

Closed damontecres closed 4 weeks ago

damontecres commented 4 weeks ago

UI/UX

Adds a sort by button to all filter grids including ones in tabs. In most cases, the sort button will disappear after scrolling down a bit.

Filter grids won't crash the app when returning to them after they were removed from memory.

Dev

  1. Add parcel implementations for object filters
  2. Rewrite StashGridFragment so it is compatible with #328
  3. Add SortButtonManager to easily manager the sort button