Add joystick settings on Android
Fix potential crash in editor from transform time going below zero
Change clicking source/tags on song select to filter instead of searching online
Update framework
Imitate stable's slider followcircle fade + scale animations
Add and consume `SoloScoreInfo`
Allow adding playlist items to beatmap collections via context menu
BeatmapDetails
Fix dialog overlay potentially pushing dialog while not loaded
RIP hours.
Add language selection to first run overlay
Ensure that multiple `BeatmapSetInfo` with same `OnlineID` don't cause import failures
BeatmapSetInfo
Really this shouldn't happen but I managed to make it happen. Until this comes up again in a way that matters, let's just fix the LINQ crash from `SingleOrDefault`. I've tested this to work as expected in the broken scenario.
LanguageButton.Selected
BindValueChanged
PopOut
CollectionManager
Disable tournament client "save changes" button when there's no changes to save
ContextMenuItems
GetBeatmapSetRequest
Required for `BeatmapSetOverlay` lookups to work under dummy API. Not 100% sure about it, but works for now.