Add popups/toast implementation 04/122204/10
authorZofia Abramowska <z.abramowska@samsung.com>
Thu, 30 Mar 2017 13:01:41 +0000 (15:01 +0200)
committerRafal Krypa <r.krypa@samsung.com>
Mon, 3 Apr 2017 17:13:21 +0000 (19:13 +0200)
commitc1f1f0117644426daeea8caf4fc231d5eb6c5cde
tree36638a762b83b22b00f7f3a51d18da3660b6e38e
parent540c87d30db7f194a5d6059ea482d36e976a1218
Add popups/toast implementation

Add classes to separate popup creation.
Add implementation for old check popup and new launch popup.
Use libnotification to display toasts.

Change-Id: I109edbd1e0c2ea5311fe1b1d04861ed48991868b
packaging/askuser-notification.spec
src/agent/notification-daemon/CMakeLists.txt
src/agent/notification-daemon/res/popup_custom.edc
src/agent/notification-daemon/ui/Popup.h [new file with mode: 0644]
src/agent/notification-daemon/ui/PopupCheck.h [new file with mode: 0644]
src/agent/notification-daemon/ui/PopupCheckMobile.h [new file with mode: 0644]
src/agent/notification-daemon/ui/PopupCheckWearable.h [new file with mode: 0644]
src/agent/notification-daemon/ui/PopupLaunchMobile.h [new file with mode: 0644]
src/agent/notification-daemon/ui/PopupLaunchWearable.h [new file with mode: 0644]
src/agent/notification-daemon/ui/Toast.h [new file with mode: 0644]
src/agent/notification-daemon/ui/UIElement.h [new file with mode: 0644]