OxygenCobalt
|
21ff93d5f0
|
Fix bug with app restart
Fix bug where the app would be unaware if MusicViewModel was cleared due to it being suspended in the background.
|
2020-10-05 09:26:22 -06:00 |
|
OxygenCobalt
|
711d9a0b00
|
Add genre support to search
Add the ability for genres to show up in search, as long as the library is currently displaying them.
|
2020-10-04 10:22:52 -06:00 |
|
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 |
|
OxygenCobalt
|
45f411fdd7
|
Change search to show all music items
Change the library search to show artists, albums, and songs.
|
2020-10-03 18:20:37 -06:00 |
|
OxygenCobalt
|
b814ac613d
|
Fix more navigation bugs
Remove the clicklistener system I added before, as it turns out fragments arent immediately recreated if you navigate back. Fun.
|
2020-10-03 10:08:04 -06:00 |
|
OxygenCobalt
|
69c508caec
|
Add search to LibraryFragment
Add searching to LibraryFragment.
|
2020-10-03 09:14:49 -06:00 |
|
OxygenCobalt
|
8b0c2a7d2e
|
Add sorted genres/albums to LibraryFragment
Re-add the ability to show [sortable] Genres/Albums in LibraryFragment. Again.
|
2020-09-28 19:42:31 -06:00 |
|
OxygenCobalt
|
37c52d9e5c
|
Add sorting to LibraryFragment
Add basic sorting to LibraryFragment.
|
2020-09-28 15:37:41 -06:00 |
|
OxygenCobalt
|
af4c32eb5b
|
Update stored DetailViewModel items
Change the stored items in DetailViewModel to LiveData. Remove the need to reset the stored items when a fragment is destroyed.
|
2020-09-27 16:16:32 -06:00 |
|
OxygenCobalt
|
f866e77ee4
|
Add parent ViewHolder
Add an base ViewHolder class so that there isnt as much repeated code.
|
2020-09-27 11:13:24 -06:00 |
|
OxygenCobalt
|
9ffc194c4d
|
Add DetailFragment for genres
Add a DetailFragment for genres.
|
2020-09-27 09:47:53 -06:00 |
|
OxygenCobalt
|
21626d8d74
|
Add genres to LibraryFragment
Add a genre mode to LibraryFragment.
|
2020-09-27 08:24:11 -06:00 |
|