1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
qTox/test/model
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
..
exiftransform_test.cpp fix(preview): Fix exif orientations 2020-05-16 16:53:14 -07:00
friendmessagedispatcher_test.cpp docs(copyright): update and add copyright info 2019-06-28 01:18:26 +02:00
groupmessagedispatcher_test.cpp feat(notification): Notification string generator for multiple messages 2020-05-17 00:00:48 -07:00
messageprocessor_test.cpp chore: Various code cleanups. 2020-04-16 19:07:40 +00:00
notificationgenerator_test.cpp feat(notification): Notifications now always replace the previous one 2020-05-17 00:00:53 -07:00
sessionchatlog_test.cpp chore: Various code cleanups. 2020-04-16 19:07:40 +00:00