ed837d3115
Use framework extension method for FromHex
2020-03-11 10:18:41 +09:00
b8889318db
Pass rulesets to solo game status
2020-03-04 22:13:31 +01:00
afa3ce494d
Set online status in activity test
...
The test would check nothing otherwise.
2020-03-04 22:07:02 +01:00
5fa2638e81
Rename tests to adhere to convention
2020-03-04 22:05:48 +01:00
1bd49d50c7
Remove unnecessary raw string prefixes
2020-03-04 22:05:08 +01:00
5b25b5dfab
Change brace style
2020-03-04 22:04:49 +01:00
e3e66991b0
Move initialisation logic to [SetUp]
2020-03-04 22:02:36 +01:00
54d83eff94
Use OverlayColourProfider for VotePill component
2020-02-26 19:35:20 +03:00
c1455be855
Add tests
2020-02-25 10:29:03 +03:00
a512226036
Use attribute instead of CreateChildDependencies
2020-02-22 13:47:42 +01:00
f248c0a98e
Fix regressed direct panel test scene
...
Due to unnoticed past changes TestSceneDirectPanel has regressed in that
clicking the preview track button would crash due to an unregistered
IPreviewTrackOwner dependency.
Make the test scene itself implement that empty interface and cache
itself as IPreviewTrackOwner so that preview tracks lower down can
resolve the dependency.
As the test is purely visual and has no assertions, and the important
logic in that area (preview track playing logic) is already well-covered
enough elsewhere, no further changes were made.
2020-02-22 00:58:33 +01:00
db1e5abad7
Merge pull request #7786 from EVAST9919/subcomments-alter-new
...
Add ability to load long comment trees in CommentsContainer
2020-02-21 21:18:33 +09:00
41c6d2f2e7
Merge remote-tracking branch 'origin/master' into subcomments-alter-new
2020-02-21 17:02:58 +09:00
92f6f0207c
Rename LoadingAnimation to LoadingSpinner
2020-02-21 15:33:31 +09:00
623b78d675
Combine all loading animation implementations
2020-02-21 15:32:46 +09:00
5c16dbbea9
Merge pull request #7919 from smoogipoo/null-leaderboard-position
...
Support null leaderboard position
2020-02-20 16:27:24 +09:00
d79ca97fe9
Make beatmap scores also support null position
2020-02-20 15:04:12 +09:00
bf5c34a014
Merge branch 'master' into rankings-clickable-countries
2020-02-20 14:21:44 +09:00
8fcfb73d72
Implement BeatmapListingOverlay
2020-02-19 17:40:54 +03:00
1417c90173
Remove redundant blank line
2020-02-19 17:24:44 +03:00
a79398ddbd
Fix incorrect caching in TestSceneRankingsOverlay
2020-02-19 17:09:22 +03:00
3bf3becdd6
Merge remote-tracking branch 'refs/remotes/ppy/master' into subcomments-alter-new
2020-02-18 13:27:08 +03:00
b18f9e195e
Merge branch 'master' into bindable-list-events
2020-02-18 18:47:06 +09:00
20dc1a7dcd
Merge remote-tracking branch 'refs/remotes/ppy/master' into new-direct-sort
2020-02-17 21:57:19 +03:00
958c891d15
Update with framework-side bindable list changes
2020-02-17 15:06:14 +09:00
480e5677ed
Use OverlayColourProvider for CounterPill in profile overlay
2020-02-17 04:29:41 +03:00
a9f366fda3
Implement OverlaySortTabControl component
2020-02-17 02:20:53 +03:00
5a5e3b9410
Merge branch 'master' into align-score-right-content
2020-02-16 06:20:41 +01:00
e5a66bdef3
Refactor drawable profile score to match web
2020-02-16 06:16:02 +01:00
01f9966933
Cover case of incorrect display in test scene
2020-02-15 16:05:15 +01:00
bb541f5ae4
Update inspectcode version and fix new issues
2020-02-15 11:54:29 +09:00
7cb11be810
Merge remote-tracking branch 'refs/remotes/ppy/master' into subcomments-alter-new
2020-02-14 20:55:51 +03:00
b86b5e9adb
Move nested class to bottom of file
2020-02-14 15:27:39 +09:00
c34f1f40ea
Fix test text not being centered
2020-02-14 15:27:09 +09:00
aa7efe6141
Fix tests potentially failing due to timing issues
2020-02-14 15:26:55 +09:00
76cfe1f42c
Merge branch 'master' into online-container
2020-02-14 15:18:27 +09:00
049b0d93d1
Add back default content fade transitions
2020-02-13 21:40:25 +01:00
dac0148c94
Apply review suggestions.
2020-02-13 20:08:14 +01:00
6a2b3c5c02
Merge pull request #7733 from EVAST9919/rankings-overlay-spotlights
...
Add spotlight selector to RankingsOverlay
2020-02-13 13:14:02 +09:00
ec9c01a75f
Merge remote-tracking branch 'refs/remotes/ppy/master' into subcomments-alter-new
2020-02-12 23:32:28 +03:00
b694b0c90c
Merge branch 'master' into adjust-beatmap-overlay
2020-02-11 21:07:26 +01:00
b9e10cb498
Privatize ViewTarget
2020-02-11 18:10:46 +01:00
0b6558dc40
Add SpotlightsLayout to RankingsOverlay
2020-02-11 02:35:23 +03:00
b04a4b5c8a
Implement SpotlightsLayout
2020-02-11 01:44:56 +03:00
26afe0f31e
Add ability to load long comment trees in CommentsContainer
2020-02-10 15:43:11 +03:00
30e0a34e50
Wrap Content into a container for animating visibility.
2020-02-08 17:11:31 +01:00
7ca9f4dc20
Apply review suggestions
2020-02-08 17:11:31 +01:00
d3dc0b63ff
Remove string concatenation from ctor
2020-02-08 17:07:26 +01:00
6d51b344ab
Display a loading animation when the user is connecting
2020-02-08 17:07:20 +01:00
dc8dd24405
Merge remote-tracking branch 'refs/remotes/ppy/master' into rankings-overlay-spotlights
2020-02-07 11:49:31 +03:00