Dean Herbert
|
92f6f0207c
|
Rename LoadingAnimation to LoadingSpinner
|
2020-02-21 15:33:31 +09:00 |
|
Andrei Zavatski
|
73e822e08d
|
Make waves colour dependent on overlay colour scheme
|
2020-01-25 06:46:54 +03:00 |
|
Andrei Zavatski
|
db4cd51d02
|
Implement OverlayColourProvider
|
2020-01-24 12:24:35 +03:00 |
|
Dean Herbert
|
a46602f705
|
Move cancellation token construction closer to usage
|
2019-12-19 11:26:22 +09:00 |
|
smoogipoo
|
dd68106d90
|
Recreate panels only while loading/loaded
|
2019-12-19 02:21:33 +09:00 |
|
smoogipoo
|
007e2e80c1
|
Refactor to fix sorting issues
|
2019-12-19 02:02:57 +09:00 |
|
Dan Balasescu
|
37d7c984bc
|
Merge branch 'master' into friends-sorting
|
2019-12-19 01:33:03 +09:00 |
|
Huo Yaoyuan
|
0998afdbdb
|
Use ReferenceEquals instead of SequenceEqual.
|
2019-11-14 19:38:08 +08:00 |
|
Huo Yaoyuan
|
87d40cf8d0
|
Resolve equals usages.
|
2019-11-13 22:35:50 +08:00 |
|
Dean Herbert
|
475815df04
|
Update ranking display to handle new osu-web request format
|
2019-10-11 13:09:21 +09:00 |
|
Andrei Zavatski
|
647433a8d1
|
Don't trigger request if there are no avaliable users
|
2019-09-19 04:09:14 +03:00 |
|
Andrei Zavatski
|
44412f9ddb
|
Fix local sorting calls an online request
|
2019-09-19 03:35:56 +03:00 |
|
Andrei Zavatski
|
3227dc87fb
|
Don't use CancelDelayedTasks to avoid cancelling unwanted tasks
|
2019-09-06 22:56:46 +03:00 |
|
Andrei Zavatski
|
b6b4173a84
|
Remove unused using
|
2019-08-28 01:27:16 +03:00 |
|
Andrei Zavatski
|
6aef05f5d8
|
Remove useless function
|
2019-08-28 01:16:55 +03:00 |
|
Andrei Zavatski
|
2d7024ffd9
|
Use CancellationTokenSource to avoid unwanted panels creation
|
2019-08-28 01:14:35 +03:00 |
|
Andrei Zavatski
|
9b1e8cf48b
|
Use CancelDelayedTasks instead of private ScheduledDelegate
|
2019-08-28 01:03:51 +03:00 |
|
Andrei Zavatski
|
11df8c5576
|
Remove a lot of loading animation calls
|
2019-08-28 01:02:26 +03:00 |
|
Andrei Zavatski
|
9223a1ba8a
|
Simplify sorting logic
|
2019-08-27 05:03:47 +03:00 |
|
Andrei Zavatski
|
385bc6f529
|
Remove using and add blank lines
|
2019-08-27 04:11:22 +03:00 |
|
Andrei Zavatski
|
66b27875e0
|
Fix possible null exception
|
2019-08-27 04:00:22 +03:00 |
|
Andrei Zavatski
|
7cc6494482
|
Remove sorting by rank
Since it isn't working for any case currently
|
2019-08-27 03:54:49 +03:00 |
|
Andrei Zavatski
|
cb81d1dd2f
|
Better use of loading animation
|
2019-08-27 03:53:16 +03:00 |
|
Andrei Zavatski
|
8d30c35104
|
Implement sorting
|
2019-08-27 03:10:58 +03:00 |
|
Dean Herbert
|
451765784a
|
Centralise SocialOverlay's scheduling logic
Just some clean-ups to make it easier to confirm correct logic
|
2019-07-02 15:25:40 +09:00 |
|
Lucas A
|
2d966682dc
|
Merge remote-tracking branch 'upstream/master' into user-status-wiring
|
2019-05-14 18:09:58 +02:00 |
|
Dean Herbert
|
cb2b14e501
|
Centralise fullscreen overlay logic
|
2019-05-14 14:20:53 +09:00 |
|
Lucas A
|
a5f758b977
|
Merge remote-tracking branch 'upstream/master' into user-status-wiring
|
2019-05-07 18:27:14 +02:00 |
|
Lucas A
|
88b8afbb6a
|
Make UserPanel show current user activity when
user status is online.
|
2019-05-05 20:51:55 +02:00 |
|
Dean Herbert
|
612db31c38
|
Apply newline additions
|
2019-04-01 12:16:32 +09:00 |
|
Dean Herbert
|
f0114d776d
|
Use interface to access API
Allows for better testability.
|
2019-03-13 12:58:18 +09:00 |
|
Dean Herbert
|
0788a7e9f1
|
Merge branch 'master' into more-inspections
|
2019-02-28 14:32:57 +09:00 |
|
Dean Herbert
|
42be7857d1
|
Use expression body for property get/set where possible
|
2019-02-28 13:58:19 +09:00 |
|
Dean Herbert
|
26d53d06a9
|
Fix remaining issues
|
2019-02-28 13:31:40 +09:00 |
|
Dean Herbert
|
3fe4b8fd1c
|
Update variable names
Also cleans up some weird code
|
2019-02-22 17:51:39 +09:00 |
|
Dean Herbert
|
452caabd40
|
Apply suggestions from code review
Co-Authored-By: smoogipoo <1329837+smoogipoo@users.noreply.github.com>
|
2019-02-22 17:06:49 +09:00 |
|
smoogipoo
|
d8c55bc729
|
Adjust namespaces
|
2019-02-21 19:05:52 +09:00 |
|
smoogipoo
|
bca347427f
|
Update with framework bindable changes
|
2019-02-21 18:56:34 +09:00 |
|
Dean Herbert
|
8617aaa2a7
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
|
smoogipoo
|
f27bd3ef3e
|
OpenTK -> osuTK
|
2018-11-20 17:14:59 +09:00 |
|
Dean Herbert
|
ae77c010e2
|
Merge remote-tracking branch 'upstream/master' into wave-container
|
2018-04-15 21:03:18 +09:00 |
|
Dean Herbert
|
32a74f95a5
|
Normalize all the line endings
|
2018-04-13 18:26:38 +09:00 |
|
DrabWeb
|
0bede52381
|
Move the waves portion of WaveOverlayContainer to WaveContainer to allow usage in other places.
|
2018-04-11 16:22:27 -03:00 |
|
Dean Herbert
|
ff725f0e32
|
Fix incorrect online conditional check in social browser logic
|
2018-01-12 18:20:46 +09:00 |
|
Dean Herbert
|
0a06f8069f
|
Remove panel fade out for now
Should be implemented at one level above using a dedicated container.
|
2018-01-12 17:22:51 +09:00 |
|
Aergwyn
|
312f52072b
|
enable query
change Avatar animation too
add forgotten usings
|
2018-01-10 16:46:55 +01:00 |
|
Aergwyn
|
4ce125478a
|
remove unnecessary Schedules
one was bugging out when rapidly switching display styles and the other was... unnecessary
|
2018-01-09 19:03:23 +01:00 |
|
Aergwyn
|
44d821172a
|
tidying up
|
2018-01-09 16:29:12 +01:00 |
|
Aergwyn
|
e6b581e259
|
Merge branch 'master' into expand-social-tab
|
2018-01-06 10:48:27 +01:00 |
|
Aergwyn
|
57b44b8c29
|
fix new panels appearing too soon
|
2018-01-06 10:40:18 +01:00 |
|