aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/notification/NotificationActivator.java
Commit message (Collapse)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-2/+13
|
* Fixes NPE in case SystrayService is not presentpaweldomas2013-06-191-5/+2
|
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-2/+2
|
* Re-enables sound notification during on-going call by default. This behavior ↵Vincent Lucas2013-01-041-0/+27
| | | | can be overridden by the net.java.sip.communicator.impl.notification.disableNotificationDuringCall property.
* A hack fixing problem with playing notifications during the ongoing call.Damian Minkov2012-10-181-0/+20
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+1
|
* Cache notifications until the handlers are ready, stop sounds through referenceIngo Bauersachs2011-12-051-72/+10
|
* Separate notification service from its handlersIngo Bauersachs2011-12-051-45/+36
|
* Isolates notification management and triggering.Damian Minkov2011-11-171-3/+74
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
|
* Fix logger usage - fifth bunch.Werner Dittmann2010-06-031-3/+6
|
* Prevents a NullPointerException.Lyubomir Marinov2009-11-171-5/+8
|
* - Delays the creation of the Options dialog and the loading of the ↵Lyubomir Marinov2008-12-201-10/+7
| | | | | | | ConfigurationForm implementations (which get listed in the Options dialog). - Spares a couple of ImageIcon allocations. - Removes unused fields and fixes raw-type warnings in the files touched by the other changes.
* notification service implementationYana Stamcheva2007-08-221-0/+125