
Fix bug where the app would be unaware if MusicViewModel was cleared due to it being suspended in the background.
36 lines
No EOL
1.2 KiB
Text
36 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
|
|
- ? Add icons to overflow menu items ?
|
|
- ? Add Nested Nav to Library ViewPager fragment [Hold fire on this until everything else is added, there could be sneaky bugs later on if you add it now] ?
|
|
- ! 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
|
|
|
|
To be added:
|
|
/prefs/
|
|
/playback/ |