
Change the stored items in DetailViewModel to LiveData. Remove the need to reset the stored items when a fragment is destroyed.
35 lines
No EOL
590 B
Text
35 lines
No EOL
590 B
Text
TODO:
|
|
|
|
? - Could do with some more research.
|
|
! - Tried to do, but is completely broken.
|
|
|
|
/detail/
|
|
|
|
- Add genre detail
|
|
- ? Implement Toolbar update functionality ?
|
|
- ! Implement shared element transitions !
|
|
|
|
/music/
|
|
|
|
- Add option to show all genres
|
|
- ! Move genres to songs !
|
|
- ! Remove lists from music models !
|
|
- ! Dont determine track/album/artist counts on the fly !
|
|
|
|
/songs/
|
|
|
|
- ? Sorting ?
|
|
- ? Search ?
|
|
- ? Fast Scrolling ?
|
|
|
|
/library/
|
|
|
|
- ? Move into ViewPager ?
|
|
- Sorting
|
|
- Search
|
|
- ? Show Artists, Albums, and Songs in search ?
|
|
- Exit functionality
|
|
|
|
To be added:
|
|
/prefs/
|
|
/playback/ |