From 95ec3601d6098135756575796182b61e16043a24 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Thu, 8 Jul 2021 15:58:03 +0200 Subject: [PATCH] Add info about current layout strategy. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 64a780a..2ba2baa 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,9 @@ Frontend is just a bunch of boilerplate code to power the RecyclerView behind it. The only "original" part are layout strategies -- objects that determine in what order the playables will be shown, based on their metadata. +At the moment, the only layout strategy implemented is lexicographic sorting by +the shown name. + Planned Features ====