fluxa/app
KhooLy c3f97ad7bc Show episode name on Continue Watching cards
lastEpisodeName is saved as "S1, E3: Name" but the prefix-stripping
regex only matched "S1: E3" and "S1 E3" forms, never the comma form the
app itself writes. The unstripped title then tripped the duplicate-code
guard in continueWatchingEpisodeLabel, which discarded it and left the
bare "S1, E3". The regex now handles the comma form, and a title that
already carries the code is shown as-is instead of dropped.
2026-07-03 23:43:58 +03:00
..
schemas Initial commit 2026-06-05 14:43:08 +03:00
src Show episode name on Continue Watching cards 2026-07-03 23:43:58 +03:00
build.gradle.kts Miscellaneous fixes: null safety, stream quality label, hero trailer, Nuvio defaults 2026-07-03 12:54:25 +03:00
compose-stability.conf Make cards skippable and stop focus-driven card rebuilds 2026-07-02 00:44:22 +03:00
proguard-rules.pro Initial commit 2026-06-05 14:43:08 +03:00