https://github.com/ppy/osu/pull/6270#discussion_r328899728
This also modifies the reset player method to make it possible to set something before the player is loaded but after the container has loaded.
Add bindable versions of IHasComboInformation properties
Decrease Spinner Disc Rotation on Rewind
Fix BackButton handling input before all other UI elements
Fix mania scrolling speed not including beatmap slider multiplier Co-authored-by: Dean Herbert <pe@ppy.sh>
Add android build automation via fastlane Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
Fix invalid cursor trail parts being drawn
Update beatmap carousel tests code style
Move post-update notification logic to UpdateManager base class
As the triangles intro relies on the audio track's clock advancing, we can't use it just yet (CI server has no audio device). This is a temporary workaround for that shortcoming.