aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service
Commit message (Expand)AuthorAgeFilesLines
* Implements Speex encoder, decoder and resampler using the native Speex librar...Lyubomir Marinov2010-06-141-0/+23
* Remove unused code, muting individual call peers.Damian Minkov2010-06-142-36/+0
* Fix mute button behaviour in conference calls. Damian Minkov2010-06-112-0/+33
* - improving call transfer interface - work in progressYana Stamcheva2010-06-072-0/+28
* Fix logger usage - seventh and last bunchWerner Dittmann2010-06-049-20/+40
* use of StringBuilder instead of StringBufferMatthieu Casanova2010-06-031-7/+9
* replaced use of a StringBuffer by a simple String concatenation as it is now ...Matthieu Casanova2010-06-031-2/+1
* Fixes a problem in the SDP negotiation of the media formats caused by conside...Lyubomir Marinov2010-05-272-17/+71
* Cleanup unused ZRTP objects and thread.Werner Dittmann2010-05-221-0/+5
* - Support for DTMF rfc4733 finished and activated. If this telephony event is...Damian Minkov2010-05-211-6/+8
* Fixes contact list behavior and introduces more smooth writing in the search ...Yana Stamcheva2010-05-202-16/+28
* Adds and activates reconnect plugin. Some fixes to protocols in order to work...Damian Minkov2010-05-173-0/+139
* Cleanup some left-overs of PropertyChange event handling.Werner Dittmann2010-05-162-4/+29
* Asynchronous call history queries with limited result count.Yana Stamcheva2010-05-0613-83/+435
* - Restart Zrtp only when needed (when recreating streams and when the other s...Damian Minkov2010-05-051-7/+0
* Fix unit tests.Yana Stamcheva2010-05-031-0/+6
* - Introduces new contact list data model that allows adding of external conta...Yana Stamcheva2010-05-0312-78/+331
* Fix secure conference call and participants loosing audio if in secure call.Damian Minkov2010-04-281-0/+8
* Adds a few more comments to media parsingEmil Ivov2010-04-233-9/+2
* Remove advanced attributes processing from SDP/CallPeerMediaHandler classes.Sebastien Vincent2010-04-223-17/+16
* - AVPF Picture Loss Indication support;Sebastien Vincent2010-04-215-4/+134
* - Fix saving certificates, there was a problem when on startup more than one ...Damian Minkov2010-04-121-2/+32
* Just fix a typo in ConfigPropertyVetoExceptionWerner Dittmann2010-04-092-6/+6
* Cleanup PropertyChangeEvent stuffWerner Dittmann2010-04-099-69/+24
* Ongoing work on Issue #809 ("Could not show contact list window" : https://si...Yana Stamcheva2010-04-061-1/+26
* Implement Always trust mode for verifying certificates, and enable the mode f...Damian Minkov2010-04-011-0/+6
* Revert previous commit (Adds the possibility to hide/show the main applicatio...Yana Stamcheva2010-03-251-20/+0
* Adds the possibility to hide/show the main application window from the systra...Yana Stamcheva2010-03-251-0/+20
* Add global proxy config. Add support for the global proxy config in protocols...Damian Minkov2010-03-171-0/+69
* Add the possibility to choose the contact you're talking with when calling a ...Yana Stamcheva2010-03-161-1/+18
* Add the possibility to create a new group directly from the "Add contact" dia...Yana Stamcheva2010-03-161-3/+5
* Add connecting states to incoming calls and stop playing incoming call sound ...Damian Minkov2010-03-161-0/+18
* Create the contact source bundle and export the ContactSourceService.Yana Stamcheva2010-03-162-1/+8
* Added a display name for each contact source.Yana Stamcheva2010-03-121-0/+6
* Obtain the parent source from the result contact.Yana Stamcheva2010-03-121-0/+8
* Remove unused import.Yana Stamcheva2010-03-121-2/+0
* query with pattern moved to the extened serviceYana Stamcheva2010-03-121-7/+0
* Fixes the OTR menu in ChatDialog to use the CHAT_MENU_FOREGROUND color in ord...Lyubomir Marinov2010-03-121-8/+7
* An ExtendedContactSourceService that allows matching contact source results t...Yana Stamcheva2010-03-111-0/+37
* Some enhancements of the recently added ContactSourceService influenced by th...Yana Stamcheva2010-03-112-12/+178
* - Fixed problem creating contact header in tcp calls.Damian Minkov2010-03-112-0/+48
* Some name adjustments in the new contact source service.Yana Stamcheva2010-03-106-23/+23
* First version of ContactSearchSourceService and related interfaces and events.Yana Stamcheva2010-03-096-0/+304
* Add ScreenDevice implementation to get physicals screens and their size.Sebastien Vincent2010-03-083-17/+35
* Ongoing work on issue # 572 Adding a contact is too much of a painful process.Yana Stamcheva2010-03-071-16/+29
* Add some kind of images negociation when setting up video via SDP. Source sca...Sebastien Vincent2010-03-033-0/+28
* Allow to add plugins on the south of the account panel above the contact list.Yana Stamcheva2010-03-011-1/+9
* Fixes issue #731 "NullPointerException in MSN fireNewEmailNotificationReceived".Lyubomir Marinov2010-02-251-1/+1
* Disables IM (by removing the corresponding OpSet) for SIP servers that don't ...Emil Ivov2010-02-241-2/+17
* - Fixes issue #780 (Online contact not displayed in the contact list).Yana Stamcheva2010-02-173-5/+11