Bartłomiej Dach
|
e04a57d67f
|
Use less dodgy method of specifying allowable notification types
|
2023-10-13 10:31:00 +02:00 |
|
Dean Herbert
|
56e27f1c27
|
Merge branch 'master' into multiplayer-invites
|
2023-10-12 18:17:15 +09:00 |
|
Dean Herbert
|
20f32e2025
|
Add light colouring for user notifications and adjust lighting slightly
|
2023-10-12 16:06:06 +09:00 |
|
Dean Herbert
|
aee8ba789c
|
Tidy up UserAvatarNotification implementation
|
2023-10-12 16:06:06 +09:00 |
|
Marvin Schürz
|
fe5177fa4f
|
Remove unused import
|
2023-10-04 00:50:48 +02:00 |
|
Marvin Schürz
|
32f69cd0ba
|
Make UserAvatarNotification.user readonly
|
2023-10-04 00:20:07 +02:00 |
|
Marvin Schürz
|
e81695bcac
|
Display avatar in invitation notification
|
2023-10-02 23:10:51 +02:00 |
|
Bartłomiej Dach
|
2709c6cd67
|
Integrate nano beatmap card into the notification
|
2023-09-18 14:56:06 +02:00 |
|
Bartłomiej Dach
|
e2aaef6663
|
Merge branch 'master' into no-dismiss-all-progress-notifications
|
2023-07-08 14:19:57 +02:00 |
|
Bartłomiej Dach
|
cdaf8e4b0f
|
Flip and rename CompletedOrCancelled to Ongoing
|
2023-07-08 14:11:58 +02:00 |
|
Bartłomiej Dach
|
3a9b259f8a
|
Add back removed .ToUpper() case transform
|
2023-07-08 14:10:05 +02:00 |
|
Dean Herbert
|
d93548f4ea
|
Add back "clear all" button for progress notifications but only clear cancelled
|
2023-07-07 13:18:23 +09:00 |
|
Jamie Taylor
|
a55ba963a9
|
Don't play 'popout' sample when ProgressNotification completes
|
2023-07-07 01:51:58 +09:00 |
|
Jamie Taylor
|
6e2b7f433b
|
Add a sound for 'cancelling' ProgessNotification
|
2023-07-07 01:51:57 +09:00 |
|
Jamie Taylor
|
fdb572fdea
|
Add more/different notification sounds
|
2023-07-07 01:51:57 +09:00 |
|
Dean Herbert
|
070b3883ce
|
Remove the ability to cancel all "in progress" tasks
|
2023-07-07 00:31:32 +09:00 |
|
Bartłomiej Dach
|
a7202721ff
|
Merge branch 'master' into no-confirmation-on-update-restart
|
2023-06-25 13:35:21 +02:00 |
|
Dean Herbert
|
0ab0c52ad5
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
|
Dean Herbert
|
7fa07805b0
|
Expose all notifications from INotificationOverlay
Also fixes `HasOngoingOperations` not actually working.
|
2023-06-23 15:19:21 +09:00 |
|
cdwcgt
|
dbb366e279
|
CompletionText can be a LocalisableString
I can't find a reason for not doing this, probably this was forgotten in https://github.com/ppy/osu/pull/15440
|
2023-02-17 22:32:03 +09:00 |
|
ansel
|
c62d416680
|
Add localisation for notification overlay
|
2023-01-13 22:54:38 +03:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Dan Balasescu
|
db34f238c0
|
Fix inverted condition
|
2022-11-02 15:47:30 +09:00 |
|
Dan Balasescu
|
e5f53b1ad8
|
Use Interlocked.Exhange() instead
Increment isn't correct since it returns the post-incremented value. It
also always increments.
|
2022-11-02 15:18:48 +09:00 |
|
Dean Herbert
|
e761c0395d
|
Fix multiple notifications arriving for imports in edge cases
|
2022-11-02 14:47:56 +09:00 |
|
Dean Herbert
|
b6dd8168d2
|
Fix progress notifications being able to be flung
|
2022-09-26 14:33:12 +09:00 |
|
Dean Herbert
|
8a7526aaa3
|
Merge pull request #20344 from frenzibyte/better-tablet-notifications
Improve tablet error/warning notifications messaging
|
2022-09-22 22:45:27 +09:00 |
|
Salman Ahmed
|
dcfb6a2f06
|
Fix progress notifications no longer blocking close on click
|
2022-09-21 00:15:50 +03:00 |
|
Salman Ahmed
|
877165eb98
|
Allow specifying icon colour on simple notifications
|
2022-09-16 16:21:43 +03:00 |
|
Dean Herbert
|
38d8d457d9
|
Add back second completion post attempt for case when notification overlay isn't loaded yet
|
2022-09-16 17:54:44 +09:00 |
|
Dean Herbert
|
0d24fda4b9
|
Fire Notification.Closed immediately to ensure off-screen notifications are closed
|
2022-09-16 16:36:56 +09:00 |
|
Dean Herbert
|
88107108ee
|
Add ability to flick notifications to the right to store for later
|
2022-09-12 20:20:57 +09:00 |
|
Dean Herbert
|
d92e000fe6
|
Fix flinging a notification not correctly running Close
|
2022-09-12 19:00:03 +09:00 |
|
Dean Herbert
|
4ee3e8f087
|
Don't play fling animation when activating a notification
|
2022-09-12 18:57:18 +09:00 |
|
Dean Herbert
|
d561fcb126
|
Don't trigger fling animation when Close is triggered by non-user action
|
2022-09-12 16:54:25 +09:00 |
|
Dean Herbert
|
5a02e1e713
|
Use padding instead of FillFlow.Spacing to avoid artifact during animation
|
2022-09-12 16:46:45 +09:00 |
|
Dean Herbert
|
a506178571
|
Make bounding box shrink faster to allow for rapid flinging
|
2022-09-12 16:39:46 +09:00 |
|
Dean Herbert
|
bd3673baa9
|
Fix being able to drag after already closing a notification
|
2022-09-12 16:25:32 +09:00 |
|
Dean Herbert
|
8e6b2796eb
|
Merge branch 'master' into notification-fling
|
2022-09-12 16:19:36 +09:00 |
|
Dean Herbert
|
2476cf8fb3
|
Adjust movement to look less sudden when snapping back to Y=0
|
2022-09-12 15:37:48 +09:00 |
|
Dean Herbert
|
e06a0f7300
|
Fix dragged state not being exposed correctly
|
2022-09-12 15:21:01 +09:00 |
|
Dean Herbert
|
92beb6cbe7
|
Hide notification read light when in a toast state
Also adds test coverage of read state and light.
|
2022-09-12 15:17:45 +09:00 |
|
Dean Herbert
|
60b0b909a5
|
Move update icon to background to avoid colour collission with progress spinner
|
2022-09-12 14:58:46 +09:00 |
|
Dean Herbert
|
a56cadcf90
|
Ensure drag position is reset when transferred to tray
|
2022-09-11 22:03:29 +09:00 |
|
Dean Herbert
|
b5a2f7003e
|
Disallow flinging when not in toast state
|
2022-09-11 21:47:45 +09:00 |
|
Dean Herbert
|
d6f90e3b9f
|
Add basic fling-to-dismiss support
|
2022-09-11 21:32:22 +09:00 |
|
Dean Herbert
|
a9094c6b03
|
Add test coverage of clicking close button to dismiss
|
2022-09-10 15:18:32 +09:00 |
|
Dean Herbert
|
efe3b1aa7b
|
Allow dismissing notifications without performing action using middle / right click
|
2022-09-10 15:10:37 +09:00 |
|
Dean Herbert
|
9e3228aa65
|
Fix completion notification not being posted if completion occurs during NotificationOverlay load
|
2022-09-06 04:07:49 +09:00 |
|
Dean Herbert
|
f754686521
|
Remove necessity of AlwaysPresent for ProgressUpdate completion posting
|
2022-09-05 19:13:58 +09:00 |
|