# Conflicts: # osu.Game/Configuration/OsuConfigManager.cs # osu.Game/OsuGame.cs # osu.Game/Screens/Play/Player.cs
Update framework
Fix spinners crashing on unpause
Replace direct references to HitResult.Miss wherever applicable
Fix tests specifying steps in their constructors
Only regenerate autoplay on editor state change
Allow rotation lock on Android to function properly
According to Google's documentation, fullSensor will ignore rotation locking preferences, while fullUser will obey them. Signed-off-by: tytydraco <tylernij@gmail.com>
Protect "use current time" button against crash when no timing point is selected
Fix spinners not transforming correctly
Avoid rapid triangle repositioning during editor slider placement
Add the ability to move a control point around in time
Fix control points not being removed from ControlPointInfo lists when group is removed
Update slider test scene sliders to fit better
Bump ppy.osu.Framework.NativeLibs from 2020.213.0 to 2020.923.0
Bumps [ppy.osu.Framework.NativeLibs](https://github.com/ppy/osu-framework) from 2020.213.0 to 2020.923.0. - [Release notes](https://github.com/ppy/osu-framework/releases) - [Commits](https://github.com/ppy/osu-framework/compare/2020.213.0...2020.923.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Fix default spinner flashing yellow glow before completion
Safeguard againts multiple ApplyResult() invocations
Add support for SpinnerNoBlink to LegacyOldStyleSpinner