platform/core/appfw/notification-service.git
9 years agohandle opp agent and receive file popup sandbox/clecouve/tizen_NTB_plugin
Corentin Lecouvey [Thu, 20 Nov 2014 16:03:04 +0000 (17:03 +0100)]
handle opp agent and receive file popup

Change-Id: Iae3810cf96916bf07aa0235fa6ffa3bdd81e6cad
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
9 years agoAdapt bluetooth popup replies to NTB
Corentin Lecouvey [Thu, 30 Oct 2014 10:00:15 +0000 (11:00 +0100)]
Adapt bluetooth popup replies to NTB

Change-Id: If3d1181966a3256e763bc62ecd33898a8bbfab1b
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
9 years agoAdapt build to NTB + remove bluetooth_notification_client test prog
Corentin Lecouvey [Thu, 30 Oct 2014 09:59:36 +0000 (10:59 +0100)]
Adapt build to NTB + remove bluetooth_notification_client test prog

Change-Id: I3f234fd3f7df2bee3b4a3a91b411d7f2b68dafdb
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
9 years agoremove pending notifications from DB when starting notifications-display service 64/29164/2 accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi tizen_3.0.2014.q3_common tizen_3.0.m14.3_ivi accepted/tizen/3.0.2014.q3/common/20141027.152336 accepted/tizen/3.0.m14.3/ivi/20141027.134134 accepted/tizen/common/20141027.140229 accepted/tizen/ivi/20141107.061625 submit/tizen_3.0.2014.q3_common/20141027.134844 submit/tizen_3.0.m14.3_ivi/20141027.073643 submit/tizen_common/20141027.134820 submit/tizen_ivi/20141107.011402 tizen_3.0.2014.q3_common_release tizen_3.0.m14.3_ivi_release
Corentin Lecouvey [Tue, 21 Oct 2014 16:34:06 +0000 (18:34 +0200)]
remove pending notifications from DB when starting notifications-display service

If some notifications are present in notification.db when starting notifications-display
service, we remove them. Otherwise, wrong popups appears when starting the service.

Change-Id: Id8813a9dc420ef7b84ddcb4817484b61362a18fa
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
9 years agoMerge "Add an IVI-specific systemd service" into tizen accepted/tizen/common/20141003.171242 accepted/tizen/ivi/20141009.080621 submit/tizen_common/20141003.142427 submit/tizen_ivi/20141007.444444
Baptiste DURAND [Fri, 3 Oct 2014 14:19:29 +0000 (07:19 -0700)]
Merge "Add an IVI-specific systemd service" into tizen

9 years agohandle bluetooth notifications in wlmessage plugin 68/27968/1
Corentin Lecouvey [Fri, 19 Sep 2014 16:22:04 +0000 (18:22 +0200)]
handle bluetooth notifications in wlmessage plugin

This is a minimal implementation that treats pairing confirmation
and authorize push requests.

Change-Id: I97d95c0a961d98fdcec1ab8840a335d611181e26
Signed-off-by: Corentin Lecouvey <corentin.lecouvey@open.eurogiciel.org>
9 years agoAdd an IVI-specific systemd service 94/27694/1
Manuel Bachmann [Wed, 17 Sep 2014 12:55:28 +0000 (14:55 +0200)]
Add an IVI-specific systemd service

IVI does not have a systemd setup similar to Common, most
notably the Weston part. This makes starting
"notifications-display.service" on IVI fail. Fix that.
This can safely be reverted in the future.

Change-Id: I48f169082a0e12e4b778710a2a34d8a4efcbe87f
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
9 years agoMerge "Introduce the display plugin system" into tizen accepted/tizen/common/20140912.142546 submit/tizen_common/20140912.125054 submit/tizen_ivi/20140916.000000
Baptiste DURAND [Fri, 12 Sep 2014 12:49:58 +0000 (05:49 -0700)]
Merge "Introduce the display plugin system" into tizen

9 years agoMerge "send-notification: do not send a notification when using "--help"" into tizen
Brad Peters [Thu, 11 Sep 2014 21:13:19 +0000 (14:13 -0700)]
Merge "send-notification: do not send a notification when using "--help"" into tizen

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>
9 years agosend-notification: do not send a notification when using "--help" 24/21424/1
Manuel Bachmann [Tue, 20 May 2014 09:43:35 +0000 (11:43 +0200)]
send-notification: do not send a notification when using "--help"

The "--help" option should make the program display the help text
and return directly, not sending a blank notification.

Change-Id: Ifb2f9ede3b64338cba792c6b98a9e9f610fd5a11
Signed-off-by: Manuel Bachmann <manuel.bachmann@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>