aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
...
* Provides error code and message to the GUI, when a XMPP call failed.Vincent Lucas2012-09-251-3/+2
* Updates the PhoneNumberI18nServiceImpl, in order to remove the dependency to ...Vincent Lucas2012-09-2514-685/+288
* Refactors the utility class SwingWorker to perform thread pooling because it ...Lyubomir Marinov2012-09-253-182/+190
* Fixes a NullPointerException which prevented establishing calls. Reported by ...Lyubomir Marinov2012-09-251-0/+4
* Fixes leaking queries and their results. Fixes memory leaking xml texts in ch...Damian Minkov2012-09-255-1/+47
* Refactors the cross-protocol conference support.Lyubomir Marinov2012-09-2548-3564/+3121
* Makes MediaServiceImpl#getDefaultDevice return non-null even if no formats ar...Boris Grozev2012-09-244-36/+39
* New enhanced interface.Yana Stamcheva2012-09-2345-1167/+2801
* Changes XMPP attended transfer to behave like SIP.Vincent Lucas2012-09-212-0/+50
* Changes the EncodingConfiguration instance stored in MediaServiceImpl to one ...Boris Grozev2012-09-215-123/+138
* Strips space characters from the contact addresses/phone numbers (typed into ...Lyubomir Marinov2012-09-211-40/+49
* Merges some code between Jabber and GTalk protocols, in order to removes some...Vincent Lucas2012-09-2013-324/+152
* Changes XMPP unattended transfer behavior to act like SIP. Informs the user i...Vincent Lucas2012-09-201-6/+50
* Adds support for the IETF Opus codec (patch by Boris Grozev). Fixes a problem...Emil Ivov2012-09-182-3/+3
* Fixes call transfer to a filtered contact. Makes the transfer dialog non modal.Yana Stamcheva2012-09-182-11/+4
* Don't show history search results before other contact sources. Fixes the app...Yana Stamcheva2012-09-183-6/+3
* Fixes NullPointerException for contacts that don't have preferred protocol pr...Yana Stamcheva2012-09-171-2/+6
* Adds phonenumbers and search to transfer and conference invite dialogs. Impro...Yana Stamcheva2012-09-1760-1135/+3565
* Fixes java 5 compatibility.Damian Minkov2012-09-171-1/+0
* Applies a patch from Boris Grozev that allows setting different codec configu...Emil Ivov2012-09-1330-1819/+2540
* Applies a patch from Boris Grozev that fixes an exception thrown when an acco...Emil Ivov2012-09-131-1/+2
* Fixes AIM account registration link. Patch by Boris GrozevEmil Ivov2012-09-131-4/+1
* Applies a patch from Boris Grozev that now prevents ICE configuration from cl...Emil Ivov2012-09-131-0/+7
* Applies a patch from Boris Grozev that fixes the option that allows to disabl...Emil Ivov2012-09-131-2/+5
* Applies a patch from Boris Grozev that Adds a password strength meter to XMPP...Emil Ivov2012-09-139-534/+587
* Renames auto answer menu.Damian Minkov2012-09-101-1/+2
* Fixes NullPointerException thrown when a call is received and there's no avai...Yana Stamcheva2012-09-091-2/+10
* Corrects disable/re-enable sound notification mechanism.Vincent Lucas2012-09-073-22/+79
* Skips empty property names in configuration service and provisioning.Damian Minkov2012-09-051-0/+4
* Merges redundant code (between CryptoPacketExtension and sdes4j) for parsing ...Vincent Lucas2012-09-051-58/+9
* Changes extracting auto away configurations.Damian Minkov2012-09-036-95/+132
* Improves SIP and XMPP configuration interface to choose the priority between ...Vincent Lucas2012-09-0319-233/+1022
* Updates the list of custom action buttons when a CustomContactActionsService ...Yana Stamcheva2012-09-031-45/+107
* Changes the way action is performed on custom actions for source contacts. Fi...Damian Minkov2012-08-303-69/+14
* Making the contact list component available from outside the gui bundle.Yana Stamcheva2012-08-3078-549/+1375
* Fixes run and tests.Damian Minkov2012-08-291-1/+1
* Retrieves account display name from account id if not returned from the accou...Damian Minkov2012-08-291-1/+6
* Adds missing import, that fixes incoming file transfer on windows.Damian Minkov2012-08-291-0/+1
* Fixes contact's appearing when the status message is too long.Yana Stamcheva2012-08-281-2/+2
* Fixes contact list button clicks.Yana Stamcheva2012-08-281-16/+31
* Fixes autoway listening for idle, a bug where it adds listening for 0sec. of ...Damian Minkov2012-08-241-17/+64
* Fixes single window interface.Yana Stamcheva2012-08-241-3/+3
* Adds plugin components in the Swing thread.Yana Stamcheva2012-08-231-6/+24
* Fixes contact details appearance.Yana Stamcheva2012-08-231-0/+12
* Fixes contact details length.Yana Stamcheva2012-08-231-12/+12
* Makes flexible adding contact list buttons.Damian Minkov2012-08-221-7/+12
* Removes correctly deleted notifications.Yana Stamcheva2012-08-222-13/+28
* Adds remove of contact sources from ui.Damian Minkov2012-08-221-5/+52
* Removes notifications that are no longer available.Yana Stamcheva2012-08-221-14/+35
* Fixes issues with video conferencing such as the display of a non-focus parti...Lyubomir Marinov2012-08-215-1147/+1068