aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/notification
Commit message (Collapse)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 ↵paweldomas2013-11-271-0/+1
| | | | notifications.
* 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
| | | | frame, the notification sound is no more clipped but played entirely. The net.java.sip.communicator.service.protocol.maximalRtpDtmfToneDuration property is added to define a maximal duration for the RFC 2833/4733 DTMF tones.
* 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
| | | | can be overridden by the net.java.sip.communicator.impl.notification.disableNotificationDuringCall property.
* Synchronize list of currently playing clips in SoundNotificationHandler.Damian Minkov2012-11-061-16/+38
|
* Fixes a memory leak in NotificationManager. Removes an unnecessary copying ↵Lyubomir Marinov2012-10-201-1/+1
| | | | of a List in CallManager.
* Renames a couple of methods upon request by Emil Ivov. Fixes an endless loop ↵Lyubomir Marinov2012-10-191-33/+46
| | | | on hangup. Commits work in progress on sound notifications.
* 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 ↵Damian Minkov2012-10-171-5/+24
| | | | device are the same.
* Adds more options to sound notifications and their config. Sound ↵Damian Minkov2012-10-121-2/+251
| | | | notifications now can use playback, notification or pc speaker device.
* Moves the ConfigurationService and FileAccessService implementations from ↵Lyubomir Marinov2012-07-104-4/+10
| | | | Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages.
* 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 ↵Ingo Bauersachs2012-05-071-2/+20
| | | | | | command action handler on the incoming call event. Patch by Vieri Di Paola.
* 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
| | | | won't interrupt protocol firing events.
* 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 ↵Yana Stamcheva2010-07-051-66/+66
| | | | interface modifications, account loading/unloading functionality and more.
* 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
| | | | "Fix lot of warnings in the code" which fixes multiple compiler warnings.
* Introduces a default implementation of OperationSetMultiUserChat which ↵Lyubomir Marinov2009-08-301-4/+4
| | | | removes duplications from extenders and fixes warnings.
* - Provides an alternative storage backend to XML in the ConfigurationService ↵Lyubomir Marinov2009-08-041-15/+19
| | | | | | implementation which uses Properties for the sake for better execution speed and garbage collection behavior. - Implements batch configuration property modifications which allow a caller to modify a set of properties with a single saving of the configuration file.
* 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. ↵Damian Minkov2009-03-241-0/+4
| | | | When audio capture is not possible do not send audio line in sdp.
* 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
| | | | | | | - frame and rounded corners for contact photos - reduced size of the default sip comm icon - changed layout - image is now passed to popup message as a separate parameter
* enhancements to the swing popup notification, new behavior for the trayicon, ↵Symphorien Wanko2009-02-201-3/+8
| | | | minors code tweak
* swing based popup notifications with tests for the PopupMessage interface.Symphorien Wanko2009-02-172-9/+8
| | | | added checks for null SystemTrayPeer as it this possible it doesnt exists on the cruise control machine