aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* Adds in-band DTMF functionality.Vincent Lucas2012-02-0717-169/+985
* Allows the use of the new Mac OS X JAWTRenderer to be disabled.Lyubomir Marinov2012-02-051-5/+19
* When there are at least two remote videos in a video conference call, display...Lyubomir Marinov2012-02-041-32/+48
* Tries the size the video and audio components in a video conference call appr...Lyubomir Marinov2012-02-023-27/+129
* Fixes leak of threads reported by Ingo and fixes memory leak of XMPPConnectio...Damian Minkov2012-02-012-7/+15
* Implements receiving of sip INFO dtmf tones.Damian Minkov2012-02-018-2/+431
* Merges desktop and Android files and commits them as they should work on both...Lyubomir Marinov2012-02-012-37/+99
* Commits work in progress on video conferences.Lyubomir Marinov2012-02-0132-1077/+3661
* Adds properties to disable File menu items, few more places for those items.Damian Minkov2012-01-313-3/+10
* Adds properties to disable File menu items.Damian Minkov2012-01-312-11/+94
* Typos, renames.Damian Minkov2012-01-308-9/+9
* Fixes warnings, typos.Lyubomir Marinov2012-01-307-91/+109
* Adds option to auto-answer and forward all incoming calls, currently sip impl...Damian Minkov2012-01-307-11/+1149
* Some cleanup in jabber keepalive on connection error.Damian Minkov2012-01-271-13/+23
* Creates chat dialog components, incoming call dialog and incoming file transf...Damian Minkov2012-01-264-51/+121
* Fixes editing some old saved yahoo accounts.Damian Minkov2012-01-251-1/+24
* Updates property name.Damian Minkov2012-01-242-4/+4
* Adds an option to monitor jabber srv records and check whether we are connect...Damian Minkov2012-01-242-0/+293
* Fixes video problem with Google Talk on smartphone: some applications like Vt...Sebastien Vincent2012-01-244-19/+43
* Fixes some possible NullPointerExceptions.Damian Minkov2012-01-233-17/+29
* Fixes displaying some contacts on initial loading for some protocols. Fixes d...Damian Minkov2012-01-212-5/+48
* Improves audio device hotplug interface.Yana Stamcheva2012-01-201-18/+49
* Fixes audio levels in conference UI.Sebastien Vincent2012-01-208-67/+128
* Fixes proper event fire in case of re-using existing empty meta group for add...Damian Minkov2012-01-201-1/+6
* If ICE/Gingle checkbox is disabled, do no allow call to Google Voice.Sebastien Vincent2012-01-204-10/+8
* Adds property/option to increase vcard retrieval timeout.Damian Minkov2012-01-202-4/+98
* Changes version logging level.Damian Minkov2012-01-202-5/+6
* Avoids sending a text twice from the UI by hitting enter too quickly.Damian Minkov2012-01-191-8/+21
* Try to fix build.Sebastien Vincent2012-01-191-1/+1
* Try to fix build.Sebastien Vincent2012-01-191-35/+42
* Fixes a situation where call button is not shown on initial contact click.Damian Minkov2012-01-193-8/+4
* Fixes NullPointerException when retrieving delete text button rectangle in te...Yana Stamcheva2012-01-181-0/+5
* Adds support for audio devices hotplug as well as to change input/output audi...Sebastien Vincent2012-01-1823-173/+764
* Delivers SystemActivity events in different thread and on windows give time t...Damian Minkov2012-01-182-34/+249
* Updates tooltip icons after showing loading text.Damian Minkov2012-01-181-12/+26
* Fixes ui blocking displaying contact in contactlist or in the tooltip, when c...Damian Minkov2012-01-189-211/+665
* Resolves a problem with jabber contact list if server replay is delayed. Enab...Damian Minkov2012-01-1812-39/+98
* Leave security panel in place if one stream is still encryptedIngo Bauersachs2012-01-154-3/+27
* Create security off event object in security control event handlerIngo Bauersachs2012-01-152-18/+13
* Fix NPE after stop of desktop sharingIngo Bauersachs2012-01-152-10/+13
* Remove unused packet counter fieldIngo Bauersachs2012-01-151-6/+0
* Remove sun JMF importIngo Bauersachs2012-01-151-2/+0
* Avoid duplicate loading of KeyStore when editing a CertConfig entryIngo Bauersachs2012-01-151-1/+2
* Fix stackoverflow on SIP server resolution when SRV host entry is unresolvableIngo Bauersachs2012-01-151-2/+6
* Adds property to disable otr plugin.Damian Minkov2012-01-132-51/+67
* Fixes a problem with creating two instances ot NetworkConfigurationWatcher.Damian Minkov2012-01-123-8/+24
* Fixes the RTP time stamps and the packetization of PCMA, malfunctioning 8 kHz...Lyubomir Marinov2012-01-123-128/+131
* Makes sure the peer is set to failed if creating call failed, like starting a...Damian Minkov2012-01-112-4/+34
* Adds some enhancements on chat room list dialog. Fixes some NPE exceptions.Damian Minkov2012-01-113-28/+45
* Adds a button in the CallPanel to create a chat between call peers.Vincent Lucas2012-01-112-1/+92