Handle multi-line and rich-text notifications on Android

Authored by vkrause on May 1 2020, 10:39 AM.

Description

Handle multi-line and rich-text notifications on Android

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.

Reviewers: nicolasfella

Reviewed By: nicolasfella

Subscribers: kde-frameworks-devel

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D29323

Details

Committed
vkrauseMay 2 2020, 7:29 AM
Reviewer
nicolasfella
Differential Revision
D29323: Handle multi-line and rich-text notifications on Android
Parents
R289:49d650a4082e: API dox: document Q_DECLARE_FLAGS-based flags
Branches
Unknown
Tags
Unknown