aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Collapse)AuthorAgeFilesLines
* Fixes java 5 compatibility.Damian Minkov2012-09-171-1/+0
|
* Applies a patch from Boris Grozev that allows setting different codec ↵Emil Ivov2012-09-1330-1819/+2540
| | | | configurations to different accounts. It is now possible to set entirely different codec preference for every account.
* Applies a patch from Boris Grozev that fixes an exception thrown when an ↵Emil Ivov2012-09-131-1/+2
| | | | account is enabled through the options window while trace logging is on.
* 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 ↵Emil Ivov2012-09-131-0/+7
| | | | closing with an invalid port number for STUN and TURN servers
* Applies a patch from Boris Grozev that fixes the option that allows to ↵Emil Ivov2012-09-131-2/+5
| | | | disable smileys
* Applies a patch from Boris Grozev that Adds a password strength meter to ↵Emil Ivov2012-09-139-534/+587
| | | | XMPP password changes and improves the feature in other ways.
* Renames auto answer menu.Damian Minkov2012-09-101-1/+2
|
* Fixes NullPointerException thrown when a call is received and there's no ↵Yana Stamcheva2012-09-091-2/+10
| | | | available media device.
* 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
| | | | SDes crypto attribute (proposed by Ingo Bauersachs).
* 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
| | | | ZRTP and SDes.
* Updates the list of custom action buttons when a CustomContactActionsService ↵Yana Stamcheva2012-09-031-45/+107
| | | | is registered/unregistered.
* Changes the way action is performed on custom actions for source contacts. ↵Damian Minkov2012-08-303-69/+14
| | | | Fixes displaying notification source contacts.
* 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 ↵Damian Minkov2012-08-291-1/+6
| | | | account info operationset.
* 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
| | | | idle time.
* 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 ↵Lyubomir Marinov2012-08-215-1147/+1068
| | | | participant's video to other non-focus participants and the stopping of the streaming between non-focus participants upon stopping of the streaming of the focus' local video.
* Adds contact removed to the ContactQuery listener, that will give the option ↵Damian Minkov2012-08-214-0/+93
| | | | to remove a contact once it has been shown in the ui after a query.
* Updates custom action horizontal space.Damian Minkov2012-08-211-1/+1
|
* Fixes issues with video conferencing such as a failure of the local video to ↵Lyubomir Marinov2012-08-1817-402/+414
| | | | be displayed and a limitation of the conference focus with respect to requiring it to capture video as well.
* Adds get/set data to SourceContacts. Moves custom buttons to ↵Damian Minkov2012-08-1710-348/+519
| | | | ExternalContactSource. Adds listener to refresh contact sources.
* Adds custom actions to source contacts.Damian Minkov2012-08-162-3/+237
|
* Adds listener to update UI from custom actions when needed. Changes in ↵Damian Minkov2012-08-167-2/+163
| | | | notification unread count, make sure we don't double add notifications.
* Checks if a custom contact action should be shown for a given contact.Yana Stamcheva2012-08-163-4/+100
|
* Changes the way we read count of unread notifications, to show to user ↵Damian Minkov2012-08-163-2/+42
| | | | overall number of unread voice messages.
* Makes ContactAction-s aware of the x and y coordiantes of the action component.Yana Stamcheva2012-08-156-26/+69
|
* Improves NotificationMessage unread messages counting and displaying.Damian Minkov2012-08-152-26/+51
|
* Adds a notification source to the NotificationMessage used in ↵Yana Stamcheva2012-08-141-1/+19
| | | | OperationSetMessageWaiting.
* Checks if a custom contact action has more than one details to deal with.Yana Stamcheva2012-08-142-15/+43
|
* Corrects problem when displaying an apostrophe character in the ↵Vincent Lucas2012-08-141-0/+6
| | | | ChatConversationPanel (replace "'" by "&39;").
* Fixes tests.Damian Minkov2012-08-131-1/+1
|
* A new custom contact action service allowing to represent more actions for a ↵Yana Stamcheva2012-08-1320-77/+1269
| | | | contact entry in the contact list.
* Adds an optional signup link in provisioning authentication window.Yana Stamcheva2012-08-114-12/+133
|
* Adds password support for google relayed candidate (updates ice4j to svn ↵Vincent Lucas2012-08-102-4/+15
| | | | revision #322).
* Removes the "welcome" Growl notification on Jitsi startup. Improves the ↵Lyubomir Marinov2012-08-093-128/+81
| | | | memory consumption and the execution speed of the growlnotification bundle. Prevents a NullPointerException during its stop on non-Mac OS X operating systems.