1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test
Mick Sayson 6e163ca5ed
feat(notification): Notifications now always replace the previous one
This is a feature/fix to improve notification behavior when we receive
over 3 messages.

SnoreNotify prevents over 3 notifications from being displayed before a
user clears the notification. This is presumably to avoid infinite
notification spam.

Unfortunately this results in the notifications just coming in _after_
the user clears them. This means if there are 100s of messages built up
the user has to clear their notifications N messages / 3 times.

This feature/fix folds all notifications into a single notification
representing the current qTox notification state. See
notificationgenerator_test.cpp for what the new messages look like.
2020-05-17 00:00:53 -07:00
..
chatlog docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
core refactor(core): pass bootstrap list interface to Core 2020-05-10 21:39:58 -07:00
mock feat(notification): Notifications now always replace the previous one 2020-05-17 00:00:53 -07:00
model feat(notification): Notifications now always replace the previous one 2020-05-17 00:00:53 -07:00
net refactor(core): pass Paths into BootstrapNodeUpdater 2020-05-10 21:40:04 -07:00
persistence refactor(paths): move Settings path functions into Paths 2020-05-10 18:03:47 -07:00
platform docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00