Susko3
|
24e3fe79a4
|
Log GlobalStatistics when exporting logs from settings
|
2024-02-19 17:02:53 +01:00 |
|
Dean Herbert
|
d2990170d0
|
Add retry loop to avoid log export failing occasionally on windows
Closes https://github.com/ppy/osu/issues/26693.
|
2024-01-25 13:53:36 +09:00 |
|
Dean Herbert
|
d77972a39b
|
Show search bar by default in language and collection dropdowns
|
2023-12-14 18:26:13 +09:00 |
|
Bartłomiej Dach
|
7a4ea90bda
|
Fix test failures due to dependency becoming required
|
2023-12-13 11:01:07 +01:00 |
|
Dean Herbert
|
07dc44ccd7
|
Make log export async and show notification on completion
|
2023-12-07 16:19:17 +09:00 |
|
Dean Herbert
|
51de98f341
|
Use Logger.Storage rather than locally querying
|
2023-11-28 17:59:21 +09:00 |
|
Dean Herbert
|
4c2819dbc2
|
Update button text and make localisable
|
2023-11-28 17:59:05 +09:00 |
|
Dean Herbert
|
11f1f44237
|
Add button to compress log files for bug submission
|
2023-11-27 17:13:11 +09:00 |
|
Dean Herbert
|
ff18f80559
|
Apply NRT to UpdateSettings
|
2023-11-27 16:56:11 +09:00 |
|
Salman Ahmed
|
d523785bfc
|
Fix LanguageSettings requiring OsuGame as dependency
|
2023-06-08 03:27:23 +03:00 |
|
Salman Ahmed
|
1a90f71540
|
Centralise game language update logic
|
2023-06-08 02:59:34 +03:00 |
|
Dean Herbert
|
7ebd31d42f
|
Add more keywords to settings based on feedback
|
2023-01-23 15:14:16 +09:00 |
|
Dean Herbert
|
19f66c806e
|
Fix language dropdown in settings not updating after changing language in first run dialog
Closes #21744.
|
2022-12-21 16:31:55 +08:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Susko3
|
5b1e39abd5
|
Fix parsing of Language when using default system locale
|
2022-11-10 22:56:24 +01:00 |
|
Joseph Madamba
|
b27e70ca47
|
Fix language settings dropdown not updating when changing language in first run setup
|
2022-10-06 21:11:00 -07:00 |
|
アズタケ
|
c0e2ba419e
|
Localize non-localizable setting items
|
2022-09-16 18:31:02 +09:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Dean Herbert
|
043599081b
|
Split out INotificationOverlay to allow for easier testing
|
2022-04-18 20:14:01 +09:00 |
|
Dean Herbert
|
b2c0eaeab4
|
Make string read better
|
2022-04-07 18:20:15 +09:00 |
|
Perry MacMurray
|
2525ec0d18
|
Switch 24H toggle from UI settings to language settings
|
2022-04-05 17:07:58 -04:00 |
|
Dean Herbert
|
2938f44e6c
|
Update PresentExternally usages in line with framework changes
|
2022-03-24 23:41:07 +09:00 |
|
Dean Herbert
|
00177a3ae1
|
Update usages to new naming
|
2022-01-06 22:54:43 +09:00 |
|
Dean Herbert
|
3ea7588a91
|
Update continuation usages to use GetCompletedResult
|
2022-01-06 22:53:07 +09:00 |
|
Dean Herbert
|
73b40e6833
|
Replace usage of .Result with .WaitSafelyForResult
|
2022-01-04 11:51:41 +09:00 |
|
Susko3
|
51c5d0aec7
|
Update to be in line with framework changes
|
2021-10-24 13:21:41 +02:00 |
|
Dean Herbert
|
50f155e4b9
|
Move login panel related files to own namespace and tidy up class nesting
|
2021-09-17 18:34:16 +09:00 |
|
kj415j45
|
d527eb3d8b
|
Apply suggestions from code review
Co-authored-by: Dean Herbert <pe@ppy.sh>
|
2021-08-13 17:15:18 +08:00 |
|
kj415j45
|
9a5d4ffd43
|
Add GeneralSettingsStrings
|
2021-08-12 12:34:02 +08:00 |
|
Dean Herbert
|
5b91111eda
|
Update SettingsSubsection.Header to accept a LocalisableString
|
2021-07-15 13:09:51 +09:00 |
|
Bartłomiej Dach
|
cc5145a131
|
Fix languages with a sub-language part not working properly
|
2021-06-16 11:10:03 +02:00 |
|
Dean Herbert
|
623eae1576
|
Add basic language switching ability
|
2021-04-20 17:06:01 +09:00 |
|
Bartłomiej Dach
|
610ed99ae3
|
Add null checks to unguarded resolved-as-null fields
|
2020-11-14 14:52:58 +01:00 |
|
Dean Herbert
|
9753dab93b
|
Remove IOnlineComponent and change existing components to use bindable flow
|
2020-10-22 14:19:12 +09:00 |
|
Bartłomiej Dach
|
c867fb4985
|
Merge branch 'master' into update-check-improvements
|
2020-10-08 21:32:26 +02:00 |
|
Dean Herbert
|
b2dad67ade
|
Fix unresolvable dependency in settings test scene
|
2020-10-06 21:28:59 +09:00 |
|
Dean Herbert
|
e8b34ba4ac
|
Fix incorrectly committed testing change
|
2020-10-06 20:57:39 +09:00 |
|
Dean Herbert
|
9d7880afda
|
Make SettingsItem conform to IHasCurrentValue
|
2020-10-06 17:18:54 +09:00 |
|
Dean Herbert
|
22b0105d62
|
Show a notification if checking for updates via button and there are none available
|
2020-10-06 13:00:02 +09:00 |
|
Dean Herbert
|
61e62929ee
|
Apply changes in line with framework event logic update
|
2020-10-01 13:06:01 +09:00 |
|
Andrei Zavatski
|
81d95f8584
|
Implement UserBrickPanel component
|
2020-07-18 20:24:38 +03:00 |
|
Dean Herbert
|
97067976f7
|
Add null check
|
2020-06-15 22:23:06 +09:00 |
|
Dean Herbert
|
53b7057ee0
|
Don't show update button when updates are not feasible
|
2020-06-15 22:19:11 +09:00 |
|
Dean Herbert
|
4f809767a5
|
Disable button while update check is in progress
|
2020-06-12 18:36:36 +09:00 |
|
Craftplacer
|
101604e741
|
Redesign classes and generally improve code
|
2020-06-08 00:39:33 +02:00 |
|
Craftplacer
|
4e56981554
|
Merge remote-tracking branch 'upstream/master' into update-button
# Conflicts:
# osu.Game/Overlays/Settings/Sections/General/UpdateSettings.cs
|
2020-06-07 22:43:53 +02:00 |
|
Dean Herbert
|
42f446faa9
|
Fix remaining test failure
|
2020-05-14 21:10:04 +09:00 |
|
Dean Herbert
|
4e4a779d68
|
Improve overall UI
|
2020-05-14 17:41:55 +09:00 |
|
Craftplacer
|
0d6f531183
|
Merge branch 'update-button' of https://github.com/Craftplacer/osu into update-button
|
2020-05-08 02:56:33 +02:00 |
|
Craftplacer
|
ebd1df8c28
|
Change property name to CanCheckForUpdate
|
2020-05-08 02:50:58 +02:00 |
|