![]() 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. |
||
---|---|---|
.. | ||
SearchAdapter.kt | ||
SearchFragment.kt | ||
SearchViewModel.kt |