platform/core/appfw/notification-service.git
9 years agoIntroduce the display plugin system 09/27309/2
Manuel Bachmann [Wed, 10 Sep 2014 14:48:55 +0000 (16:48 +0200)]
Introduce the display plugin system

At startup, "notification-display-service" will now search
for plugins in the "/usr/lib$ARCH/notification-service
/plugins" directory. If one is found, it will use it to
display notifications on screens. Otherwise, it will fall
back to pure text with dlog.

There is currently one plugin : wlmessage.so.

Change-Id: I663fc24ec2c9fd8c1f0a2f07be08f479f2a4569d
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
9 years agoCreate a "notification-display-service" daemon 08/26908/4 accepted/tizen/ivi/20140912.193609 submit/tizen_common/20140909.092918 submit/tizen_ivi/20140912.000000
Corentin Lecouvey [Mon, 1 Sep 2014 08:05:17 +0000 (10:05 +0200)]
Create a "notification-display-service" daemon

"notification-display-service" is run by a systemd unit
named "notifications-display.service" ; if we are running
under a Wayland or X11 profile, it will display new
notifications under the form of customized popup windows,
and delete them once they are validated with "Ok".
Otherwise, it will just print the messages to stderr
without deleting them.

Change-Id: Id33b01d67df4d731f666c2b145262642ca21cdbc
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Author: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Author: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>

9 years agobluetooth_notification_client: activate GUI notifications 07/26907/2
Corentin Lecouvey [Fri, 29 Aug 2014 12:10:00 +0000 (14:10 +0200)]
bluetooth_notification_client: activate GUI notifications

Add a dependency on libwlmessage, which will be used by
blueooth_notification_client to display popup messages
on both Wayland and X11.

dlog some of the error messages.

Change-Id: Ic85de8aad4f20f080c6776ded5dd2237b6364271
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Author: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Author: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>

9 years agosend-notification: do not send a notification when using "--help" 06/26906/1
Manuel Bachmann [Fri, 29 Aug 2014 08:35:50 +0000 (10:35 +0200)]
send-notification: do not send a notification when using "--help"

Change-Id: I5d0b339e0c7e1dca644839d3e5e2061393687c7b
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
9 years agoFix build dependency (notification-service-devel) 94/21494/2 tizen_3.0.m14.2_ivi submit/tizen_common/20140522.142759 submit/tizen_ivi/20140618.000000 submit/tizen_ivi/20140618.000001 submit/tizen_ivi/20140619.000000 submit/tizen_ivi/20140622.000000 submit/tizen_ivi/20140623.000000 submit/tizen_ivi/20140624.064036 submit/tizen_ivi/20140626.125712 submit/tizen_ivi/20140626.130032 submit/tizen_ivi/20140626.144348 submit/tizen_ivi/20140710.000000 tizen_3.0.m14.2_ivi_release
Stephane Desneux [Wed, 21 May 2014 22:44:36 +0000 (00:44 +0200)]
Fix build dependency (notification-service-devel)

Commit 38b527f on platform/core/api/notification
splitted notification API in two packages.
Dependency on notification-service-devel was added.

Change-Id: I40cbfd36281275fd89ab4daf671e406db9fb8a49
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
10 years agoadapt agent dbus interface to BlueZ 5 in test program accepted/tizen_ivi_release accepted/tizen/common/20140516.140259 accepted/tizen/ivi/20140519.194935 accepted/tizen/ivi/release/20140528.222557 accepted/tizen/mobile/20141022.083110 submit/tizen/20140210.031854 submit/tizen/20140516.120024 submit/tizen_ivi_panda/20140403.012216 submit/tizen_ivi_release/20140312.071512
Corentin Lecouvey [Thu, 16 Jan 2014 14:42:04 +0000 (15:42 +0100)]
adapt agent dbus interface to BlueZ 5 in test program

Change-Id: Ic17652f6d5dda394c168f892b2452305648f663b
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
10 years agoDo not use systemd socket mechanism
Corentin Lecouvey [Thu, 16 Jan 2014 14:28:45 +0000 (15:28 +0100)]
Do not use systemd socket mechanism

Notifications daemon discusses with its clients using secure sockets.
Secure sockets are not adapted to systemd socket.

Now notifications daemon is started at boot time.

Change-Id: If6ee8164df1d1db18b973da62d5b066d06c44524
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
10 years agoFix build warnings submit/tizen/20131025.175040 submit/tizen_ivi_stable/20131116.010031
Rusty Lynch [Thu, 24 Oct 2013 19:58:59 +0000 (12:58 -0700)]
Fix build warnings

 - Stop using deprecated gets
 - Fix prototype for notification callback

Change-Id: I56b088c461d04bf26ae568ce9074e0b680e57847
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
10 years agoUpdate changelog for release accepted/tizen_ivi_genivi accepted/tizen/ivi/genivi/20140528.222544 ivi_oct_m2 submit/tizen/20130920.182450 submit/tizen_ivi_generic/20140131.065451 submit/tizen_ivi_genivi/20140131.070634 submit/tizen_ivi_milestone/20131113.054424 submit/tizen_ivi_release/20131120.032739
Rusty Lynch [Fri, 20 Sep 2013 18:22:39 +0000 (11:22 -0700)]
Update changelog for release

Change-Id: I21f247ec57cfab000a870cf63abe6ec489bff8c5

10 years agoMerge "Add Bluetooth-client-notification to test bluetooth pairing" into tizen
Rusty Lynch [Fri, 20 Sep 2013 15:52:31 +0000 (08:52 -0700)]
Merge "Add Bluetooth-client-notification to test bluetooth pairing" into tizen

10 years agoAdd Bluetooth-client-notification to test bluetooth pairing
Jean-Benoit MARTIN [Fri, 20 Sep 2013 12:17:26 +0000 (14:17 +0200)]
Add Bluetooth-client-notification to test bluetooth pairing

Change-Id: I1b079a270fe39ca04cb6774e97db19e21f7f9d25

10 years agoSend and display content from notification
Jean-Benoit MARTIN [Fri, 20 Sep 2013 12:30:32 +0000 (14:30 +0200)]
Send and display content from notification

Change-Id: I609ec048f7ffe34104a0c4cdc2a2bedd2566601d

10 years agoUpdate changelog for release submit/tizen/20130916.223357
Rusty Lynch [Mon, 16 Sep 2013 22:32:50 +0000 (15:32 -0700)]
Update changelog for release

Change-Id: Ief212257233fba462330ce3dd3a7db3c6564f4b4

10 years agoRemove socket cleanup code
Rusty Lynch [Mon, 16 Sep 2013 21:09:50 +0000 (14:09 -0700)]
Remove socket cleanup code

Change-Id: I04d379037991c7e450d7905213b576e12108e08e

10 years agoAdd unit test for sending and recieving notifications
Rusty Lynch [Tue, 10 Sep 2013 18:49:40 +0000 (11:49 -0700)]
Add unit test for sending and recieving notifications

Change-Id: Id3c6aa1868a9267d3ffea18a5fcb863bec1f3cf0

10 years agoAdd packaging submit/tizen/20130906.193836
Rusty Lynch [Fri, 6 Sep 2013 19:13:36 +0000 (12:13 -0700)]
Add packaging

Change-Id: Id31a139d6fadc5a43c9082bca772f1a21f6c5f9d
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>
10 years agoInitial import
Rusty Lynch [Fri, 6 Sep 2013 19:10:18 +0000 (12:10 -0700)]
Initial import

Change-Id: I7e3c9fb0bbe124c596fe8b17c3de96c9ced752e8
Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>