2a52851e68
Merge branch 'master' into modselect-dynamic-isvalid
2021-02-03 22:11:33 +09:00
77735ac9dc
Merge pull request #11663 from smoogipoo/modselect-disable-stacking
...
Allow mod buttons to not be stacked
2021-02-03 22:11:02 +09:00
b27557f278
Merge pull request #11667 from smoogipoo/fix-mod-icon
...
Fix ModIcon not updating background colour correctly
2021-02-03 22:06:29 +09:00
fe7f4f7222
Merge branch 'master' into playlists-item-visual-improvements
2021-02-02 21:26:16 +01:00
921f008217
Fix ModIcon not updating background colour correctly
2021-02-02 21:35:08 +09:00
50e92bd0ed
Fix selection not being preserved when IsValidMod changes
2021-02-02 20:50:54 +09:00
10ceddf3ff
Make IsValidMod adjustable
2021-02-02 20:47:50 +09:00
6d620264f4
Allow mod buttons to not be stacked
2021-02-02 20:27:41 +09:00
c41c854ce3
Merge pull request #11637 from frenzibyte/improve-chat-autoscroll
...
Improve auto-scrolling logic for drawable channels
2021-02-02 18:40:25 +09:00
bc8a4f4111
Update test handling
2021-02-02 17:21:54 +09:00
6d9ac4d0f0
Increase darkness of gradient on buttons to make text readability (slightly) better
2021-02-02 16:57:27 +09:00
43052991f8
Remove unused using statement
2021-02-02 16:18:55 +09:00
3002fef05e
Remove empty parenthesis
2021-02-02 16:11:13 +09:00
54c0bdf7d3
Fix PlaylistLoungeTestScene appearing very narrow
2021-02-02 16:04:42 +09:00
b3105fb292
Add coverage of local echo messages performing automatic scrolling
2021-02-02 15:46:42 +09:00
3670bd40c2
Add test coverage of user scroll overriding
2021-02-02 15:44:11 +09:00
398ab9c2c2
Use UserTrackingScrollContainer instead
2021-02-02 15:29:38 +09:00
dcb1626e4d
Remove no longer necessary field
2021-02-01 22:38:42 +03:00
328bd191d4
Merge pull request #11561 from Mysfit/fix-storyboard-samples
...
Fix storyboard samples continuing to play when the beatmap is paused or intro is skipped
2021-02-01 17:48:08 +09:00
39d46d21e6
Add failing test case
2021-01-31 23:44:51 +03:00
fedcbf79fa
Merge pull request #11572 from EVAST9919/comment-pill
...
Make VotePill background transparent for own comments
2021-01-26 18:57:00 +09:00
468dfbecbe
Merge branch 'master' into fix-beatmap-listing-2
2021-01-26 17:56:37 +09:00
c317d60169
Add offline test scene for beatmap listing overlay
2021-01-26 00:03:20 +03:00
9312de7c23
Move online beatmap listing overlay to separate test scene
2021-01-26 00:03:20 +03:00
439f03e3b3
Fix failing test due to missing dependency
2021-01-25 19:25:38 +09:00
304264046b
Added tests.
2021-01-24 17:46:54 -05:00
e9d10bb6e7
Revert "Minor refactoring"
...
This reverts commit 3d42cc1f91
.
2021-01-22 22:49:49 +03:00
3d42cc1f91
Minor refactoring
2021-01-22 22:27:26 +03:00
360f26c13d
Merge branch 'master' into scroll-to-20
2021-01-22 19:58:36 +01:00
20161aea6a
Show LoginOverlay if not logged-in when clicking on a pill
2021-01-22 21:47:53 +03:00
6379381f95
Make VotePill background transparent for own comments
2021-01-22 20:46:20 +03:00
a6516e3be5
Merge branch 'master' into scroll-to-20
2021-01-21 14:28:17 +09:00
54dbb43f79
Fix more potential failures
2021-01-21 14:03:35 +09:00
7c4a072568
Merge branch 'master' into scroll-to-20
2021-01-21 13:48:26 +09:00
163a937e41
Fix mod test failing intermittently
2021-01-21 13:30:53 +09:00
c3675293fa
Merge branch 'master' into beatmapset-refactor
2021-01-21 12:38:34 +09:00
7abe33ad0e
Add failing test case
2021-01-21 00:04:15 +01:00
bba182a02d
Fix test failure
2021-01-20 21:27:16 +09:00
2ca3ccad06
Move all the content to BeatmapSetHeaderContent drawable
2021-01-20 04:56:46 +03:00
f0add0a7cf
Make BeatmapSetOverlay use OverlayHeader
2021-01-19 01:34:37 +03:00
2b23c8eabd
Use alpha directly for checking visibility in test
...
`IsPresent` is no longer synonymous with being visible, after applying
the fix to the issue in question.
2021-01-17 18:08:58 +01:00
585aa87c53
Fix playlist item download button never shown back after hiding
2021-01-17 19:17:14 +03:00
5fd644fc57
Unify variable names
2021-01-17 22:42:48 +09:00
addd463d26
Merge branch 'master' into explicit-search-control
2021-01-17 21:44:25 +09:00
edb6d3907b
Merge pull request #11472 from frenzibyte/explicit-beatmap-markers
...
Add explicit content markers to beatmap panels and overlay
2021-01-17 21:44:10 +09:00
b8c85ef017
Revert polling changes to fix participant list display
...
It turns out this polling was necessary to get extra data that isn't
included in the main listing request. It was removed deemed useless, and
in order to fix the order of rooms changing when selecting a room.
Weirdly, I can't reproduce this happening any more, and on close
inspection of the code can't see how it could happen in the first place.
For now, let's revert this change and iterate from there, if/when the
same issue arises again.
I've discussed avoiding this second poll by potentially including more
data (just `user_id`s?) in the main listing request, but not 100% sure
on this - even if the returned data is minimal it's an extra join
server-side, which could cause performance issues for large numbers of
rooms.
2021-01-15 15:19:12 +09:00
d023ad8ad1
Remove assert messages
2021-01-15 15:18:29 +09:00
51255033e2
Update some missed usages of KeyBindingContainer in tests
2021-01-15 14:57:01 +09:00
0ea4e221b2
Merge branch 'master' into net5.0
2021-01-14 14:02:51 +03:00
268f9d661f
Dispose of local config on disposal
2021-01-13 13:00:14 +03:00