osu/osu.Game/Screens
Christine Chen 6bccb3aab6 Use DI to implement battery detection, add BatteryCutoff property
- Removed the Xamarin.Essentials package from osu.Game and added it to osu.iOS and osu.Android only.
- iOS and Android implementations use Xamarin.Essentials.Battery, while the Desktop implementation
only returns 100% battery for now.
- Added a BatteryCutoff property to PowerStatus so it can be different for each platform (default 20%, 25% on iOS)
2021-04-08 19:55:11 -04:00
..
Backgrounds
Edit Merge pull request #12283 from bdach/setup-screen-design-refresh 2021-04-06 18:33:34 +09:00
Import Apply ConfigureAwait changes to game side 2021-03-08 14:36:35 +09:00
Menu Remove iOS multiplayer blocking code 2021-03-08 14:35:22 +09:00
OnlinePlay Fix typo in class name 2021-04-07 16:45:10 +09:00
Play Use DI to implement battery detection, add BatteryCutoff property 2021-04-08 19:55:11 -04:00
Ranking Merge branch 'master' into localisation-refactor-framework 2021-02-25 17:28:55 +09:00
Select Add back "rewind" text, showing temporarily after a rewind occurs 2021-04-07 18:29:45 +09:00
Spectate Schedule spectator callbacks 2021-04-02 21:27:20 +09:00
BackgroundScreen.cs Fix potential cross-thread drawable mutation in IntroTriangles 2021-03-08 13:30:07 +09:00
BackgroundScreenStack.cs
IHandlePresentBeatmap.cs Remove explicit public definition 2021-03-03 19:03:45 +09:00
IHasSubScreenStack.cs Add the ability for PerformFromMenuRunner to inspect nested screen stacks 2021-02-19 17:58:04 +09:00
IOsuScreen.cs
Loader.cs
OsuScreen.cs
OsuScreenDependencies.cs
OsuScreenStack.cs
ScorePresentType.cs
ScreenWhiteBox.cs
StartupScreen.cs