Bartłomiej Dach
|
8fe4443029
|
Update screen method signatures to match framework API changes
|
2022-04-21 22:29:23 +02:00 |
|
Bartłomiej Dach
|
8c6864727e
|
Merge branch 'master' into first-run-setup
|
2022-04-21 22:14:57 +02:00 |
|
Dean Herbert
|
832d37b2c2
|
Update screen transition events to use new event args
|
2022-04-22 00:52:44 +09:00 |
|
Dean Herbert
|
ed6481f708
|
Also rename Welcome to WelcomeTitle to match other usages
|
2022-04-21 19:55:51 +09:00 |
|
Dean Herbert
|
1f967ecba3
|
Update string keys and change "setup" to "set up" to fix grammar
|
2022-04-21 19:52:28 +09:00 |
|
Dean Herbert
|
d17c16d904
|
Merge branch 'master' into first-run-setup
|
2022-04-21 19:50:26 +09:00 |
|
Dean Herbert
|
55270df6fc
|
Merge pull request #17833 from jai-x/new-chat-channel-list
Implement `ChannelList` for new chat design
|
2022-04-21 16:34:35 +09:00 |
|
Dean Herbert
|
7d8cf1bbb6
|
Merge branch 'master' into first-run-setup
|
2022-04-21 15:49:39 +09:00 |
|
Dan Balasescu
|
54ca4b9d36
|
Remove unused using
|
2022-04-21 15:34:14 +09:00 |
|
Dean Herbert
|
5c0e5eb6f4
|
Merge pull request #17899 from Joehuu/localise-most-strings
Use existing web localisation for most hardcoded strings
|
2022-04-21 14:48:12 +09:00 |
|
Dean Herbert
|
9f525ee267
|
Revert localisation of spectate/watch button
|
2022-04-21 14:09:51 +09:00 |
|
Dean Herbert
|
56d8de23e2
|
Replace horse with "more suitable" icon
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2022-04-21 12:18:54 +09:00 |
|
Joseph Madamba
|
5e5c8e78a6
|
Use existing web localisation for most hardcoded strings
|
2022-04-20 16:31:11 -07:00 |
|
Jai Sharma
|
5319bce772
|
Revert DI usage of ChannelSelectorState in favour of directly binding BindableBool SelectorActive
|
2022-04-20 21:05:33 +01:00 |
|
Jai Sharma
|
e596c9d171
|
Use Bindable<ChannelSelectorState> to control selector active visibility
|
2022-04-20 19:12:43 +01:00 |
|
Dean Herbert
|
4466e15bfc
|
Rename AllowConfiguration to AllowCustomisation and simplify drawable addition
|
2022-04-20 23:17:29 +09:00 |
|
Dean Herbert
|
b722ff8dc5
|
Merge branch 'master' into mod-overlay/extension-points
|
2022-04-20 23:17:04 +09:00 |
|
Dean Herbert
|
8c2d70e93f
|
Disable forward button when already at end
|
2022-04-20 17:50:31 +09:00 |
|
Dean Herbert
|
65b2db5e71
|
Move shear constant to overlay (this is going to likely be used everywhere ever)
|
2022-04-20 16:30:58 +09:00 |
|
Dean Herbert
|
e17f224793
|
Fix padding mismatches
|
2022-04-20 16:28:52 +09:00 |
|
Dean Herbert
|
5c7ff363ce
|
Move title/description to correct class
|
2022-04-20 16:08:00 +09:00 |
|
Dean Herbert
|
2ee37aeceb
|
Reduce nesting and usage of GridContainer
|
2022-04-20 16:01:15 +09:00 |
|
Dean Herbert
|
1032dc235d
|
Rename PopupScreenTitle to ShearedOverlayHeader
|
2022-04-20 16:01:15 +09:00 |
|
Dean Herbert
|
8d31b0bc01
|
Split out the base design of sheared overlay into its own abstract class
This will allow for reuse with the first-run overlay.
|
2022-04-20 15:50:16 +09:00 |
|
Dean Herbert
|
66373bf038
|
Move back button enable handling to shared method
|
2022-04-20 14:50:41 +09:00 |
|
Dean Herbert
|
9797e2d887
|
Rename showLastStep method to avoid ambiguity
|
2022-04-20 14:49:17 +09:00 |
|
Dean Herbert
|
488fc9db67
|
Reverse content colours to match design spec
|
2022-04-20 14:48:51 +09:00 |
|
Bartłomiej Dach
|
f82d58fa6a
|
Merge branch 'master' into update-paginated-profile-items-count
|
2022-04-19 22:17:26 +02:00 |
|
Jai Sharma
|
44c822f34d
|
Use normal OsuScrollContainer for ChannelList
|
2022-04-19 16:56:55 +01:00 |
|
Dean Herbert
|
ce70c10afa
|
Tidy up unused dependencies
|
2022-04-19 18:00:39 +09:00 |
|
Dean Herbert
|
17eaa44af1
|
Ensure notifications don't interrupt the first run setup process
|
2022-04-19 17:40:35 +09:00 |
|
Dean Herbert
|
e2da1d76ca
|
Only show first run setup once per install
|
2022-04-19 16:59:25 +09:00 |
|
Dean Herbert
|
3378c91901
|
Fix double applied padding
|
2022-04-19 16:59:04 +09:00 |
|
Dean Herbert
|
1490502d4c
|
Improve overall usability of scale adjust screen
|
2022-04-19 16:59:04 +09:00 |
|
Dean Herbert
|
c27831145c
|
Add scroll and flow at the FirstRunSetupScreen level
|
2022-04-19 16:37:29 +09:00 |
|
Dean Herbert
|
6d534046ff
|
Add keyboard traversal support for first run dialog (and tidy up step traversal logic)
|
2022-04-19 14:57:15 +09:00 |
|
Dean Herbert
|
e67cc293b8
|
Add localisation support for all new strings
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
5dc3805005
|
Fix stack nullability
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
02f8367d66
|
Improve animation when showing/hiding first run overlay
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
2682373bf2
|
Use existing blocking / exit logic provided by OsuFocusedOverlayContainer
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
9074eb283d
|
Show a notification instead of blocking exit of wizard
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
3ea4eabdb6
|
Ensure button text is updated on going backwards
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
fb7dc89503
|
Ensure wizard returns to initial screen after completion
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
6716621444
|
Re-fix clicking inside display also dismissing
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
11395c40b7
|
Add button to access first run setup on demand
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
ea52fab5b1
|
Tidy up dependencies and test naming
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
56c4283764
|
Only exit dialog from click if outside the dialog content
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
288f759bb4
|
Add test coverage of navigation
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
07da1cd731
|
Move buttons to top level and add backwards navigation
|
2022-04-19 14:53:01 +09:00 |
|
Dean Herbert
|
3b94e01fe6
|
Improve layout of ui scale step
|
2022-04-19 14:53:01 +09:00 |
|