aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/notification
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-205-10/+65
* Limit error to null message. Allow empty message.Danny van Heumen2014-03-241-2/+3
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
* Adds optional group parameter to the popups that can be used for merging noti...paweldomas2013-11-271-0/+1
* Adds optional timeout to PopupMessageNotificationAction and PopupMessage.paweldomas2013-07-161-2/+5
* Fixes NPE in case SystrayService is not presentpaweldomas2013-06-191-5/+2
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-234-6/+7
* Uses java.awt classes through reflection.Damian Minkov2013-05-161-3/+32
* Improves handler for DTMF events: when sending several DTMF tones in a short ...Vincent Lucas2013-04-161-0/+31
* Cleans up source code, provides tiny optimization.Lyubomir Marinov2013-03-181-19/+24
* Re-enables sound notification during on-going call by default. This behavior ...Vincent Lucas2013-01-042-1/+41
* Synchronize list of currently playing clips in SoundNotificationHandler.Damian Minkov2012-11-061-16/+38
* Fixes a memory leak in NotificationManager. Removes an unnecessary copying of...Lyubomir Marinov2012-10-201-1/+1
* Renames a couple of methods upon request by Emil Ivov. Fixes an endless loop ...Lyubomir Marinov2012-10-191-33/+46
* Works on preventing sound notifications from playing forever.Lyubomir Marinov2012-10-182-233/+125
* A hack fixing problem with playing notifications during the ongoing call.Damian Minkov2012-10-182-1/+36
* Adds a notification popup when the audio device configuration has changed.Vincent Lucas2012-10-172-1/+33
* Fixes double playing of audio notification if notification and playback devic...Damian Minkov2012-10-171-5/+24
* Adds more options to sound notifications and their config. Sound notification...Damian Minkov2012-10-121-2/+251
* Moves the ConfigurationService and FileAccessService implementations from Jit...Lyubomir Marinov2012-07-104-4/+10
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-1/+3
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-293-6/+7
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
* JITSI-1035 #resolve fixed Allows caller information to be passed to the comma...Ingo Bauersachs2012-05-071-2/+20
* Fixes style formating, javadoc and eclipse related warnings.Sebastien Vincent2012-03-091-5/+2
* Avoids showing empty messages.Damian Minkov2012-03-081-1/+15
* Cache notifications until the handlers are ready, stop sounds through referenceIngo Bauersachs2011-12-054-1750/+35
* Separate notification service from its handlersIngo Bauersachs2011-12-059-1632/+228
* Remove warningsIngo Bauersachs2011-12-052-18/+11
* Fixes missing class import in notification bundle and make sure an exception ...Damian Minkov2011-11-172-254/+345
* Fixes a NPE and tests.Damian Minkov2011-11-171-78/+65
* Isolates notification management and triggering.Damian Minkov2011-11-174-3/+1611
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-187-7/+7
* Update event config form, fixing storing values when changing file values.Damian Minkov2010-12-082-1/+6
* Remove import of non-existing packageWerner Dittmann2010-10-181-1/+0
* Added a sound, played on hang up.Yana Stamcheva2010-09-022-6/+12
* Configuration window improvements including reorganizing sections, user inter...Yana Stamcheva2010-07-051-66/+66
* Fix logger usage - fifth bunch.Werner Dittmann2010-06-033-8/+16
* Prevents a NullPointerException.Lyubomir Marinov2009-11-171-5/+8
* Commits the second patch of Sebastien Vincent in the dev mailing list thread ...Lyubomir Marinov2009-09-021-25/+9
* Introduces a default implementation of OperationSetMultiUserChat which remove...Lyubomir Marinov2009-08-301-4/+4
* - Provides an alternative storage backend to XML in the ConfigurationService ...Lyubomir Marinov2009-08-041-15/+19
* Fix warning: raw types, unused variables, etc. Contributes to issue #637.Werner Dittmann2009-04-202-20/+22
* Fix issue #609. Call to sip communicator on machine without audio device. Whe...Damian Minkov2009-03-241-0/+4
* Fixes various warnings, mostly ones about performance.Lyubomir Marinov2009-03-121-2/+2
* Removes unnecessary fields.Lyubomir Marinov2009-03-021-4/+3
* Fixes warnings.Lyubomir Marinov2009-02-251-2/+2
* Some enhancements on fancy systray tooltips, including:Yana Stamcheva2009-02-241-4/+7
* enhancements to the swing popup notification, new behavior for the trayicon, ...Symphorien Wanko2009-02-201-3/+8
* swing based popup notifications with tests for the PopupMessage interface.Symphorien Wanko2009-02-172-9/+8