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 |
|
Dean Herbert
|
4fa6707bf0
|
Set all progress notifications to non-important
|
2022-09-05 18:29:35 +09:00 |
|
Dan Balasescu
|
afe2862df4
|
Merge branch 'master' into toast-notification-tray
|
2022-08-31 16:07:11 +09:00 |
|
Dean Herbert
|
8b9ccc66b7
|
Update ProgressNotification font spec to match other notifications
|
2022-08-31 12:49:28 +09:00 |
|
Dean Herbert
|
85442fe032
|
Adjust dismiss button background colour to avoid conflict with background
|
2022-08-31 12:48:30 +09:00 |
|
Dean Herbert
|
7b006f1f22
|
Add flash when a new notification is displayed to draw attention
|
2022-08-30 20:34:27 +09:00 |
|
Dean Herbert
|
60413e3e7b
|
Enable masking for main content to avoid underlap with close button on word wrap failure.
|
2022-08-30 19:17:41 +09:00 |
|
Dean Herbert
|
6b71b4656d
|
Remove ProgressNotification vertical movement and delay
|
2022-08-30 19:16:59 +09:00 |
|
Dean Herbert
|
c846bf20a7
|
Add background hover and adjust remaining metrics
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
bea12ab3c2
|
Rename NotificationContent to MainContent
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
09aa3e065d
|
Move colouring to full icon content rather than background
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
0f203531d9
|
Allow customising the "close" button icon
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
1484ae19f0
|
Initial design update pass
|
2022-08-30 18:06:48 +09:00 |
|
Dean Herbert
|
b8fda1a16f
|
Apply NRT to notification classes
and tidy things up a bit.
|
2022-08-30 15:57:10 +09:00 |
|
Dean Herbert
|
31a447fda0
|
Update parameter discards
|
2022-06-24 21:26:19 +09:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Joseph Madamba
|
5e5c8e78a6
|
Use existing web localisation for most hardcoded strings
|
2022-04-20 16:31:11 -07:00 |
|
Dean Herbert
|
cdef67ccd0
|
Log posted notifications
To help with test failures and the likes.
|
2022-01-25 23:38:48 +09:00 |
|
Joseph Madamba
|
98524d60a4
|
Fix clear identifier typos
|
2021-12-27 20:26:28 -08:00 |
|
Bartłomiej Dach
|
a1b55d6490
|
Add failing test case
|
2021-11-09 13:34:36 +01:00 |
|
Bartłomiej Dach
|
11de924704
|
Use LocalisableString s where possible to leverage localisable text flow
|
2021-11-02 21:42:02 +01:00 |
|
Dean Herbert
|
1e1f8c472a
|
Add icons to various progress notification states
|
2021-10-28 16:34:12 +09:00 |
|