Auxio/AuxioTODO
OxygenCobalt 127f700700 Change show constants to dedicated enum
Move the ShowMode constants to a dedicated ShowMode enum in /recycler/.
2020-10-04 08:36:21 -06:00

41 lines
No EOL
1.2 KiB
Text

TODO:
TODOs surrounded with ?s are things I want to do, but need to do more research on and may be a nightmare to implement.
TODOs surrounded with !s are things I tried to do, but failed for reasons included in the TODO. I still want to add these, but theres no way for me to do them at the moment.
/detail/
- ? Implement Toolbar update functionality ?
- ! Implement shared element transitions [Return transitions are broken] !
/music/
- Add option to show all genres
- ! Move genres to songs [Wont find songs w/o genres]!
- ! Remove lists from music models [Current genre loading system makes it impossible] !
- ! Dont determine track/album/artist counts on the fly [Audio columns for those values are broken] !
/songs/
- ? Sorting ?
- ? Search ?
- ? Fast Scrolling ?
/library/
- Exit functionality
- ? Remove gap from where I removed the overflow menu ?
- ? Add icons to overflow menu items ?
- ? Implement filtering for search [Will resolve gap issue] ?
- ? Move into ViewPager ?
- ! Move Adapter functionality to ListAdapter [RecyclerView scrolls to middle/bottom when data is re-sorted] !
/bugs/
- Fix issue where fast navigations will cause the app to not display anything
/other/
- Collapse show constants into ShowMode enum
To be added:
/prefs/
/playback/