Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change versioning to allow for an easier integration of SVN revision and ↵ | Emil Ivov | 2012-10-12 | 1 | -30/+28 |
| | | | | build number. Removes version revision leaving the version to major.minor[.build-label] where build label may include things like svn revisions, dates, etc. | ||||
* | Adds more options to sound notifications and their config. Sound ↵ | Damian Minkov | 2012-10-12 | 4 | -59/+180 |
| | | | | notifications now can use playback, notification or pc speaker device. | ||||
* | Fixes a bug that prevents FEC from being enabled, removes class imports. | Boris Grozev | 2012-10-08 | 1 | -6/+2 |
| | |||||
* | Removes certain @Override annotations to make the code compile with java 5. | Boris Grozev | 2012-10-06 | 1 | -17/+12 |
| | |||||
* | Renames SILK-related properties. | Boris Grozev | 2012-10-05 | 1 | -5/+5 |
| | |||||
* | Adds an option to explicitly advertise FEC support for SILK in SDP. | Boris Grozev | 2012-10-05 | 1 | -2/+37 |
| | |||||
* | Updates sysactivity handling QUERY_ENDSESSION and ENDSESSION events. Adds ↵ | Damian Minkov | 2012-10-05 | 2 | -0/+236 |
| | | | | bundle that listens for the new events to handle clean shutdown. | ||||
* | Adds FEC support for the SILK codec. Minor clean-ups in ↵ | Boris Grozev | 2012-10-05 | 2 | -0/+200 |
| | | | | EncodingConfiguration and MediaConfigurationImpl. | ||||
* | Adds XMPP GUI configuration the ability to disable Jingle (audio and video ↵ | Vincent Lucas | 2012-10-02 | 4 | -0/+63 |
| | | | | calls with XMPP). | ||||
* | Detects failed typing notifications. | Damian Minkov | 2012-10-01 | 1 | -0/+9 |
| | |||||
* | Commits work in progress on improving, stabalising audio and video telephony ↵ | Lyubomir Marinov | 2012-10-01 | 2 | -22/+16 |
| | | | | conferencing. | ||||
* | Allow access to system environment variables and java properties in ↵ | Ingo Bauersachs | 2012-09-30 | 1 | -0/+45 |
| | | | | provisioning #JITSI-1037, initial patch by Vieri di Paola | ||||
* | Rename computername provisioning property to hostname | Ingo Bauersachs | 2012-09-28 | 1 | -2/+2 |
| | |||||
* | Add computername provisioning property | Ingo Bauersachs | 2012-09-28 | 1 | -0/+15 |
| | |||||
* | Removes unused icons and references. | Damian Minkov | 2012-09-27 | 1 | -1/+1 |
| | |||||
* | Fixes a crash after returning from standby in localhostretriever. Reported ↵ | Damian Minkov | 2012-09-27 | 1 | -1/+5 |
| | | | | and patched by Ingo Bauersachs. | ||||
* | Updates GUI general preferences checkbox text concerning alphabetical to ↵ | Vincent Lucas | 2012-09-27 | 1 | -0/+14 |
| | | | | number character convertion for phone numbers. | ||||
* | Adds a checkbox in the GUI general preferences to accept dialed string with ↵ | Vincent Lucas | 2012-09-26 | 2 | -0/+95 |
| | | | | alphabetical characters as phone number. | ||||
* | Updates the PhoneNumberI18nServiceImpl, in order to remove the dependency to ↵ | Vincent Lucas | 2012-09-25 | 5 | -346/+7 |
| | | | | the libphonenumber. | ||||
* | Refactors the utility class SwingWorker to perform thread pooling because it ↵ | Lyubomir Marinov | 2012-09-25 | 1 | -1/+2 |
| | | | | is extensively used during chat. | ||||
* | Fixes leaking queries and their results. Fixes memory leaking xml texts in ↵ | Damian Minkov | 2012-09-25 | 1 | -0/+10 |
| | | | | chat panel. Autoaway configuration saved while typing. | ||||
* | Refactors the cross-protocol conference support. | Lyubomir Marinov | 2012-09-25 | 4 | -156/+175 |
| | |||||
* | Adds phonenumbers and search to transfer and conference invite dialogs. ↵ | Yana Stamcheva | 2012-09-17 | 7 | -6/+682 |
| | | | | Improves the chat invite dialog by adding a search field on the top of the source contact list. | ||||
* | Applies a patch from Boris Grozev that allows setting different codec ↵ | Emil Ivov | 2012-09-13 | 12 | -864/+157 |
| | | | | configurations to different accounts. It is now possible to set entirely different codec preference for every account. | ||||
* | Fixes AIM account registration link. Patch by Boris Grozev | Emil Ivov | 2012-09-13 | 1 | -4/+1 |
| | |||||
* | Applies a patch from Boris Grozev that now prevents ICE configuration from ↵ | Emil Ivov | 2012-09-13 | 1 | -0/+7 |
| | | | | closing with an invalid port number for STUN and TURN servers | ||||
* | Applies a patch from Boris Grozev that Adds a password strength meter to ↵ | Emil Ivov | 2012-09-13 | 4 | -693/+162 |
| | | | | XMPP password changes and improves the feature in other ways. | ||||
* | Corrects disable/re-enable sound notification mechanism. | Vincent Lucas | 2012-09-07 | 1 | -17/+18 |
| | |||||
* | Skips empty property names in configuration service and provisioning. | Damian Minkov | 2012-09-05 | 1 | -0/+4 |
| | |||||
* | Changes extracting auto away configurations. | Damian Minkov | 2012-09-03 | 5 | -94/+130 |
| | |||||
* | Improves SIP and XMPP configuration interface to choose the priority between ↵ | Vincent Lucas | 2012-09-03 | 7 | -61/+576 |
| | | | | ZRTP and SDes. | ||||
* | Fixes autoway listening for idle, a bug where it adds listening for 0sec. of ↵ | Damian Minkov | 2012-08-24 | 1 | -17/+64 |
| | | | | idle time. | ||||
* | Adds password modification from within Jitsi for XMPP accounts that allow ↵ | Emil Ivov | 2012-08-07 | 3 | -2/+354 |
| | | | | it. Contributed by Boris Grozev. | ||||
* | - Works on removing the video of a video conference participant from display ↵ | Lyubomir Marinov | 2012-08-03 | 3 | -68/+85 |
| | | | | on the remaining non-focus participants. - Tries to fix a crash in PortAudio (often seen at the end of video conference calls). | ||||
* | Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, ↵ | Vincent Lucas | 2012-08-02 | 8 | -17/+311 |
| | | | | doesn not work on "talk" for android). | ||||
* | Adds support for a boolean ConfigurationService property with name ↵ | Lyubomir Marinov | 2012-07-25 | 2 | -32/+83 |
| | | | | net.java.sip.communicator.plugin.msofficecomm.CREATE_CALL_BY_PHONE_NUMBER which instructs the Microsoft Outlook VoIP integration functionality to resolve a sign-in name to a vCard phone number in case it fails to resolve to a Contact with support for OperationSetBasicTelephony. The sort order of the phone number types is controlled through a String ConfigurationService property with name net.java.sip.communicator.plugin.msofficecomm.MPHONE_TYPE_SORT_ORDER which defaults to a value that prefers a work phone number, if available. | ||||
* | Commits Boris Grozev's patch which addresses "sound selection file manager ↵ | Lyubomir Marinov | 2012-07-24 | 1 | -15/+18 |
| | | | | will not enter non-empty directories" reported by Alexandros Papadopoulos on the dev mailing list. | ||||
* | Adds is server overridden checkbox in jabber account wizard. | Damian Minkov | 2012-07-12 | 3 | -11/+83 |
| | |||||
* | Commits work in progress on calling from Microsoft Office with Jitsi to ↵ | Lyubomir Marinov | 2012-07-12 | 1 | -1/+105 |
| | | | | phone numbers originating from Microsoft Office. | ||||
* | Commits work in progress on calling from Microsoft Office with Jitsi to ↵ | Lyubomir Marinov | 2012-07-11 | 1 | -8/+33 |
| | | | | phone numbers originating from Microsoft Office. | ||||
* | When calling a Jitsi contact from Microsoft Outlook, looks for available ↵ | Lyubomir Marinov | 2012-07-11 | 2 | -19/+306 |
| | | | | phone numbers in the contact's vCard. | ||||
* | Shows error dialog if provisioning failed and is mandatory. | Damian Minkov | 2012-07-11 | 2 | -10/+36 |
| | |||||
* | Moves the ConfigurationService and FileAccessService implementations from ↵ | Lyubomir Marinov | 2012-07-10 | 14 | -12/+31 |
| | | | | Jitsi into libjitsi. Silences handled exceptions in libjitsi by converting them into Logger informational messages. | ||||
* | Adds global status menu to the tray menus, adding global status service. | Damian Minkov | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | Switches Jitsi trunk to libjitsi. (Tries to fix the build tests.) | Lyubomir Marinov | 2012-06-29 | 1 | -5/+8 |
| | |||||
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 85 | -147/+173 |
| | |||||
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 162 | -281/+396 |
| | |||||
* | Adds more default values for sip account wizards, fixes some default values. | Damian Minkov | 2012-06-25 | 3 | -1/+137 |
| | |||||
* | Updates video max bandwidth default value. | Damian Minkov | 2012-06-22 | 2 | -3/+13 |
| | | | | Fixes unneeded proactive notifications shown when chat state is inactive. Fixes NPE. | ||||
* | Improves updating away status. | Damian Minkov | 2012-06-20 | 1 | -0/+24 |
| |