- Moves logging configuration in separate bundle and add option to archive and save log files.
Other recent changes in earlier versions:
build.3258
- Reduce chat write area minimum height to fit in one line.
build.3257
- Fixes Esc behavior in chat window.
build.3256
- Temporary fix for chat conversation area line wrap problem.
build.3255
- Enable Twofish in SRTP to support ZRTP Twofish option
build.3254
- Enhanced chat window interface.
build.3253
- Tries even more (retardedly) to restore cygwin compatibility in the build of the Windows setup. (Unfortunately, breaks compatibility with the make of mingw-w64 MSYS.)
build.3252
- Fixes an IndexOutOfBoundsException which prevents the chat window from opening as reported by Yana Stamcheva on the dev mailing list in the thread 'Build 3250 chat window not opening'.
build.3251
- Does not hardcode a path in the build of the Windows setup.
- Fixes disappearing call history on search in the contact list. Call history records shown last.
- Tries to restore cygwin compatibility in the build of the Windows setup.
build.3250
- Possibly fixes an exception which could prevent the closing of MediaStreamImpl and would appear at times as the camera not closing after the end of the call.
- Keeps the About menu item at the end of the Help menu because it is its conventional position. Otherwise, the 'Check for updates' menu item would appear last at times (on Windows).
- Removes a duplicate method/an unnecessary method override.
- Adds ellipsis to the Add new account menu item because its dialog requires user input.
- Fixes multiple issues in the setup and update functionality on Windows.
- Do not flip desktop streaming image in preview.
- Remove tabs and formating text in directshow native code.
- Allow to pass incomplete encoded frame to H264 decoder.
- Remove redundant cast warning.
- Remove run.bat as it no-longer exists.
- When creating conference call check which contacs support it and offer only them.
- Pass the error if any to advance wizard so we will show an error and don't ignore it.
- Network utils listens for network changes and updates dns servers in our resolver.
build.3249
build.3248
- Fix shutting down sip stack when all providers go to connection failed. Fix start trying with first address on next reconnect when all addresses has failed this time.
build.3247
- Fixes incoming and outgoing call image coming from contact list avatar.
build.3246
- Ask user for REFERS with unknown calls and decline them or ignore if not specified. Update installers logging properties.
- Missed in previous commit.
build.3245
- Fix jabber providers don't reconnect sometimes (happen when quick connect disconnect event occurs seen on macosx).
build.3244
- Fix new add contact and call video button images.
build.3243
- Further tightens the ip address control for incoming requests based on IP address. Terminates server transactions for requests that we choose to ignore for reasons such as an IP address mismatch or others.
build.3242
- Add local and remote sound level buttons in the conference view.
- Show directly the add contact dialog when we have only one contact detail available (instead of opening a popup menu).
build.3241
- Show an add contact button for call history and external source contacts.
- Fixes issue #899: Incorrect Javadoc for function createCall.
build.3240
- When updating the updater starts the application after finishing with update.
build.3228
- Removes izpack-shortcut-link.jar from the classpaths of Eclipse and NetBeans as it has been removed from the repository in r8158.