naoey
|
c320b6110c
|
Rename interface
- Fix wrong inheritance in ArchiveModelManager
- Add license headers
|
2019-06-11 23:53:37 +05:30 |
|
Lucas A
|
51d428ef94
|
Refactor UserPanel status display logic
|
2019-06-11 20:00:14 +02:00 |
|
naoey
|
41da491a7e
|
Make BeatmapSetInfo equatable
|
2019-06-11 23:23:40 +05:30 |
|
Lucas A
|
15893bbb75
|
Drop UserActivity prefix for subclasses nested in UserActivity + Change status messages.
|
2019-06-11 19:41:48 +02:00 |
|
naoey
|
ab27d82cd5
|
Make beatmap download buttons inherit BeatmapDownloadTrackingComposite
- Move DownloadTrackingComposite into the online namespace
|
2019-06-11 23:01:01 +05:30 |
|
Lucas A
|
6c74998487
|
Set ScreenActivity to InitialScreenActivity only when ScreenActivity hasn't been set manually before.
|
2019-06-11 19:24:36 +02:00 |
|
naoey
|
4a6074865e
|
Create interfaces for DownloadTrackingComposite to consume
|
2019-06-11 22:42:57 +05:30 |
|
naoey
|
d903ad2186
|
Fix order
|
2019-06-11 21:30:25 +05:30 |
|
naoey
|
06a558c4b7
|
Remove unecessary third generic and change usages to match
|
2019-06-11 21:11:30 +05:30 |
|
Dean Herbert
|
27054a744e
|
Fill in thread pool names
|
2019-06-12 00:35:13 +09:00 |
|
naoey
|
f4dab4da85
|
Add method to check if model exists locally already
|
2019-06-11 20:53:44 +05:30 |
|
Dean Herbert
|
606be3d7ce
|
Merge branch 'master' into backgrounded-beatmap-status-lookups
|
2019-06-12 00:22:47 +09:00 |
|
Dean Herbert
|
a690a67a6c
|
Merge branch 'master' into fullscreen-overlay-surface
|
2019-06-12 00:07:30 +09:00 |
|
naoey
|
709ca03a08
|
Remove unused usings
|
2019-06-11 20:21:06 +05:30 |
|
naoey
|
802f48712d
|
Add ability to perform a download request with options
|
2019-06-11 20:14:36 +05:30 |
|
naoey
|
8ff26a8fbc
|
Add license headers and xmldoc
|
2019-06-11 19:49:10 +05:30 |
|
naoey
|
341d137f5c
|
Make BeatmapManager inherit from new base class
|
2019-06-11 19:36:08 +05:30 |
|
naoey
|
b4de51b612
|
Create a generic base archive download manager class
|
2019-06-11 18:29:33 +05:30 |
|
Dean Herbert
|
6a34d5575b
|
Bump framework version
|
2019-06-11 20:44:11 +09:00 |
|
Dean Herbert
|
00ee45fe46
|
Merge remote-tracking branch 'origin/update-visibility-container' into update-framework
|
2019-06-11 19:36:13 +09:00 |
|
Dean Herbert
|
261badc770
|
Update framework
|
2019-06-11 19:24:54 +09:00 |
|
Dean Herbert
|
5c2c4f0ada
|
Merge pull request #4878 from HoLLy-HaCKeR/expose-skills
Expose skills in DifficultyAttributes
|
2019-06-11 18:47:56 +09:00 |
|
Dean Herbert
|
6973e1af4d
|
Fix incorrect xmldoc in OsuAnimatedButton (#4984)
Fix incorrect xmldoc in OsuAnimatedButton
|
2019-06-11 18:45:23 +09:00 |
|
Dean Herbert
|
591be33fc2
|
Merge branch 'master' into async-results-pages
|
2019-06-11 18:45:06 +09:00 |
|
Dean Herbert
|
86b6070ae8
|
Tween track frequency on pause (#4973)
Tween track frequency on pause
|
2019-06-11 18:44:56 +09:00 |
|
iiSaLMaN
|
1c6a81e2aa
|
Merge branch 'master' into not-available-to-download
|
2019-06-11 12:32:46 +03:00 |
|
KingLuigi4932
|
130ff56886
|
Move logic into BeatmapNotAvailable
|
2019-06-11 12:29:42 +03:00 |
|
smoogipoo
|
a9758ba813
|
Merge remote-tracking branch 'origin/master' into fix-checkbox-overlap
|
2019-06-11 18:26:42 +09:00 |
|
smoogipoo
|
e5417416a2
|
Remove braces
|
2019-06-11 18:24:50 +09:00 |
|
Arphox
|
07e17518e9
|
Fix all "Maintainability" CodeFactor issues
|
2019-06-11 10:28:16 +02:00 |
|
Dean Herbert
|
8de62b608e
|
Allow FullscreenOverlay to surface to front on subsequent Show requests
|
2019-06-11 15:22:27 +09:00 |
|
Dean Herbert
|
609a82bc94
|
Update VisibilityContainer usage in line with framework
|
2019-06-11 15:13:58 +09:00 |
|
Lucas A
|
141775d98c
|
Merge remote-tracking branch 'upstream/master' into user-status-wiring
|
2019-06-10 21:41:00 +02:00 |
|
iiSaLMaN
|
94a7794ff7
|
Fix issue
|
2019-06-10 21:54:33 +03:00 |
|
iiSaLMaN
|
ae284d1127
|
Merge branch 'master' into not-available-to-download
|
2019-06-10 21:39:32 +03:00 |
|
KingLuigi4932
|
75716af25e
|
Forgot to return
|
2019-06-10 21:14:12 +03:00 |
|
KingLuigi4932
|
70fdd4ba5b
|
Disable download button + Fix AppVeyor Errors
|
2019-06-10 21:13:37 +03:00 |
|
KingLuigi4932
|
3202110b80
|
Add a container for Beatmap Availability
|
2019-06-10 20:17:44 +03:00 |
|
Lucas A
|
2e911d0e96
|
Merge remote-tracking branch 'upstream/master' into settings-footer-show-changelog-current-build
|
2019-06-10 19:13:54 +02:00 |
|
Dean Herbert
|
71e15fe0f1
|
Fix incorrect xmldoc in OsuAnimatedButton
|
2019-06-11 01:21:01 +09:00 |
|
Dean Herbert
|
e87123342c
|
Load results pages asynchronously
Reduces performance burden when first displaying pages. Closes #4977.
|
2019-06-10 23:51:09 +09:00 |
|
KingLuigi4932
|
adbf4d374e
|
Redirecting ShowBeatmapSet to FetchAndShowBeatmapSet
|
2019-06-10 14:15:49 +03:00 |
|
Dean Herbert
|
fc0fc8f164
|
Merge branch 'master' into backgrounded-beatmap-status-lookups
|
2019-06-10 19:37:35 +09:00 |
|
Dean Herbert
|
6ca2fcebfc
|
Centalise and prefix all ArchiveModelManager database logging
|
2019-06-10 19:34:32 +09:00 |
|
Dean Herbert
|
29945f27c5
|
Fix imported count incrementing on failures
|
2019-06-10 19:33:55 +09:00 |
|
Dean Herbert
|
54497fb1e7
|
Fix prefixing spaces in BeatmapInfo's ToString when metadata is not populated yet
|
2019-06-10 19:33:23 +09:00 |
|
KingLuigi4932
|
3fc604b60a
|
Add Availability to BeatmapSetOnlineInfo
|
2019-06-10 13:18:38 +03:00 |
|
Dean Herbert
|
6cda2cdb82
|
Fix exception output to use humanised model name
|
2019-06-10 18:41:56 +09:00 |
|
Dean Herbert
|
f7a699e4a2
|
Better documentation for import scheduler singleton
|
2019-06-10 18:38:03 +09:00 |
|
Dean Herbert
|
d7cb932606
|
Merge branch 'master' into selection-update
|
2019-06-10 17:51:40 +09:00 |
|