Integrate better with notifications api
Closed, ResolvedPublic

Description

Maybe we can get rid of our custom notifications in the plasmoid if we can provide the same level of integration on system notis.

albertvaka renamed this task from Make SMS notifications persistant to Integrate better with notifications api.Nov 30 2016, 9:01 PM
albertvaka updated the task description. (Show Details)

Make SMS notifications persistant (Bug 371431)

This should already be the case:

} else if (event == "sms") {
    type = QStringLiteral("smsReceived");
    icon = QStringLiteral("mail-receive");
    QString messageBody = np.get<QString>("messageBody", "");
    content = i18n("SMS from %1<br>%2", contactName, messageBody);
    flags |= KNotification::Persistent;
} else if (event == "talking") {
albertvaka updated the task description. (Show Details)Dec 2 2016, 10:27 AM

Cool, I closed the bug then. Thanks for keeping an eye on the project :)

albertvaka moved this task from Fixes to Done on the KDE Connect board.Feb 5 2017, 3:26 PM
albertvaka closed this task as Resolved.
albertvaka claimed this task.