vkrause created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. vkrause requested review of this revision.
REVISION SUMMARY There are probably still many features that aren't properly mapped to Android, but at least the basics work: - text, title and icon - actions - dismissing the notification is propagated - taping the notification opens the corresponding app This is also the first time we have Java code for Android in a KF5 framework, I tried to follow what Qt does for this. REPOSITORY R289 KNotifications BRANCH master REVISION DETAIL https://phabricator.kde.org/D17851 AFFECTED FILES CMakeLists.txt src/CMakeLists.txt src/KF5Notifications-android-dependencies.xml src/knotificationmanager.cpp src/notifybyandroid.cpp src/notifybyandroid.h src/org/kde/knotifications/KNotification.java src/org/kde/knotifications/NotifyByAndroid.java To: vkrause Cc: kde-frameworks-devel, michaelh, ngraham, bruns