D29323: Handle multi-line and rich-text notifications on Android
Volker Krause
noreply at phabricator.kde.org
Fri May 1 11:40:02 BST 2020
vkrause created this revision.
Herald added a project: Frameworks.
Herald added a subscriber: kde-frameworks-devel.
vkrause requested review of this revision.
REVISION SUMMARY
By default only a single line of the notification message is shown,
for making longer messages readable we need to use the BigTextStyle
to get expandable multi-line messages. In the single-line case this
behaves as before.
According to the documentation BigTextStyle also should enable rich
text support, however that didn't seem to work here, so for now we
strip out rich text to not show raw HTML tags.
REPOSITORY
R289 KNotifications
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D29323
AFFECTED FILES
src/android/org/kde/knotifications/NotifyByAndroid.java
src/notifybyandroid.cpp
To: vkrause
Cc: kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200501/8535e969/attachment.html>
More information about the Kde-frameworks-devel
mailing list