Auxio/app/src/main/java/org/oxycblt/auxio/search
OxygenCobalt 9c07ad2d34
sort: completely rework class
Completely refactor the Sort class to be more efficient and
straightforward.

The original Sort class had *major* shortcomings, it was slow,
poorly organized, and relied on abusing compareBy to implement
special things like article sort. This rework eliminates all of
that in favor of a new system relying on custom comparators and
chaining to achieve something much faster and maintainable.
2022-03-19 15:44:11 -06:00
..
SearchAdapter.kt all: switch to spotless 2022-03-13 17:38:19 -06:00
SearchFragment.kt music: make resolvedName standard 2022-03-13 20:22:19 -06:00
SearchViewModel.kt sort: completely rework class 2022-03-19 15:44:11 -06:00