Auxio/app/src/main/java/org/oxycblt/auxio/detail
OxygenCobalt 8100f294d7
recycler: spin off data into separate class
Spin off the data instances into their own class called BackingData.

This is to isolate the sane adapters that rely on one type of diffing
from the insane adapters that use synchronous and asynchronous diffing
simultaniously. It also allows some of the more esoteric adapters to
implement their own backing data without much trouble or leaky
abstractions.
2022-03-26 11:32:54 -06:00
..
recycler recycler: spin off data into separate class 2022-03-26 11:32:54 -06:00
AlbumDetailFragment.kt recycler: spin off data into separate class 2022-03-26 11:32:54 -06:00
ArtistDetailFragment.kt recycler: spin off data into separate class 2022-03-26 11:32:54 -06:00
DetailAppBarLayout.kt all: switch to spotless 2022-03-13 17:38:19 -06:00
DetailFragment.kt ui: rework base adapter class 2022-03-26 10:16:36 -06:00
DetailViewModel.kt ui: rework base adapter class 2022-03-26 10:16:36 -06:00
GenreDetailFragment.kt recycler: spin off data into separate class 2022-03-26 11:32:54 -06:00