
Add the ability for genres to show up in search, as long as the library is currently displaying them.
41 lines
No EOL
1.2 KiB
Text
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/
|
|
- Standardize fragment init
|
|
|
|
To be added:
|
|
/prefs/
|
|
/playback/ |