aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
Commit message (Collapse)AuthorAgeFilesLines
* Remove libunbound and related codeIngo Bauersachs2016-05-2822-1833/+0
|
* Update dnsjava to stock 2.1.7 and make sure it is only loaded onceIngo Bauersachs2016-05-281-0/+1
|
* Add support for Outlook 2016 address book searchIngo Bauersachs2016-05-172-1/+6
|
* Compile and include typelibIngo Bauersachs2016-05-091-1/+11
|
* Increase startup loggingIngo Bauersachs2016-05-091-3/+50
|
* Help developers debugging the office presence integrationIngo Bauersachs2016-05-091-0/+2
|
* Write the IM app running state to where it belongsIngo Bauersachs2016-05-091-3/+3
| | | | | | | | Since Office 2010, IM applications need to write to their own key below IM Providers. Jitsi's setup was preparing this under HKLM for a while, now write the actual state where it belongs. https://msdn.microsoft.com/en-us/library/office/jj900715.aspx
* Remove registry entries for Office 2003/2007Ingo Bauersachs2016-05-091-39/+0
| | | | | Office 2003 is unsupported and if there's anyone out there still using Office 2007, they can use 2.8 or manually copy the dll from 2.8.
* Statically link against oleaut32Ingo Bauersachs2016-05-091-38/+13
| | | | Needs at least XP SP2, but I don't care about XP anymore anyway.
* Fix build instructionsIngo Bauersachs2016-05-091-1/+1
|
* Update presence integration for Office 2016 (fixes #159)Ingo Bauersachs2015-10-111-0/+52
|
* Enable compilation with VS2015Ingo Bauersachs2015-10-118-4/+400
|
* Specify the underlying type of the SAFEARRAY in the variant type.Ingo Bauersachs2015-10-111-74/+75
| | | | | VariantClear fails with DISP_E_BADVARTYPE if this is not indicated, causing Office 2016 to crash. I'd guess they fixed a memory leaked so this only appears from version v16 (onwards).
* Updates the license headers.Damian Minkov2015-07-20151-1808/+2083
|
* Fixes grammar.Lyubomir Marinov2015-05-271-2/+2
|
* Updates the dmg build process that the no-jre version will support java 1.6 ↵Damian Minkov2015-02-202-1/+18
| | | | and can use the old launcher (adding support for Mac OS X 10.6 in no-jre-version).
* Update build for libjbunbound to use version 1.5.1 and include libsslIngo Bauersachs2015-02-092-34/+37
|
* Properly set the file version attribute for jitsi.exeIngo Bauersachs2015-02-042-2/+3
|
* Fix line endingsIngo Bauersachs2015-02-042-99/+99
|
* Removes old launcher as its not needed anymore.Damian Minkov2014-12-071-6/+1
|
* Rename the Java key to Javax in Jitsi.app's Info.plistIngo Bauersachs2014-12-061-1/+2
| | | | | | As soon as a dictionary with the name Java is present in Info.plist, OS X tries to open/install Apple's old Java 6 JVM, regardless of what the actual native launcher wants to do.
* Fixes problem with inconsistent name of the application.Damian Minkov2014-11-261-1/+6
|
* Renames agent binary used to dylib, as this is the supported by java 1.7+.Damian Minkov2014-11-251-1/+1
|
* Updates macosx launcher for better selection from available java distributions.Damian Minkov2014-11-251-12/+61
|
* Removes unused and unsupported architectures in macosx targets.Damian Minkov2014-11-251-57/+1
|
* Dispatches multiple VMOptions (space delimited).Damian Minkov2014-11-251-13/+30
|
* Closes several bugs reported on debian bug tracker.Damian Minkov2014-09-161-0/+2
|
* Moves speex and g722 in libjitsi using package org.jitsi. Updates binaries.Damian Minkov2014-07-0417-2888/+0
|
* Reorders the code for Oulook COM server to register earlier and increaseshristoterezov2014-06-133-21/+39
| | | | the tries to connect to the COM server in the COM client.
* Fixes the issue with hanging JVM or Jitsi crashes when second instance ofhristoterezov2014-05-132-1/+31
| | | | Jitsi on windows is started.
* Fixes exception in the calendar service. Adds log messages for the outlookhristoterezov2014-05-093-4/+71
| | | | contact source.
* Fixes the issue with changing the presence status to "In a meeting" fromhristoterezov2014-05-0914-300/+659
| | | | | | not accepted calendar items. Fixes MAPI notifications to notify only for items from the calendar folders or contacts folders. Separates the contacts notifications from calendar notifications in the native code.
* Implements warning dialog which is shown if Outlook is not the defaulthristoterezov2014-04-302-0/+18
| | | | mail client.
* Fixes the wrong check in Outlook COM server if Outlook is default mail client.hristoterezov2014-04-293-190/+197
|
* Fixes issue with Outlook COM server arguments and implements logger level ↵hristoterezov2014-04-288-76/+190
| | | | for the native logger.
* Fixes the issue with not creating the log file for Outlook COM server.hristoterezov2014-04-252-3/+6
|
* Adds log messages for the Outlook registry checks.hristoterezov2014-04-221-4/+100
|
* Removes a warning that the 32-bit setup is about to install Jitsi on 64-bit ↵Lyubomir Marinov2014-04-221-1/+1
| | | | Windows.
* Removes a warning that the 32-bit setup is about to install Jitsi on 64-bit ↵Lyubomir Marinov2014-04-211-1/+1
| | | | Windows.
* Implements Logger class for Outlook address book native code and adds loghristoterezov2014-04-1713-15/+405
| | | | messages for debug purpose.
* Adds space for default im application checkbox in installer. Adds one more ↵Damian Minkov2014-04-042-2/+3
| | | | parametrised string to the executable.
* Adds CalendarService implementation. The Calendar service calculates the ↵hristoterezov2014-04-0222-400/+1082
| | | | free busy status based on outlook meetings.
* Fixes canceling outlook queries when new one is created and uses one remote ↵Damian Minkov2014-03-2416-78/+173
| | | | object to deliver results from com server, instead of creating new one for every contact. Adds some measurement trace prints, that can track execution time of native part.
* Removes the source code of the screencapture JNI library from jitsi because ↵Lyubomir Marinov2014-03-123-709/+0
| | | | it has already been added to and modified in libjitsi.
* Adds headers for compiling macosx launcher.Damian Minkov2014-02-171-0/+1
|
* Adds splash screen.Damian Minkov2014-01-101-0/+53
|
* Fixes search location of lock file.Damian Minkov2013-12-171-1/+1
|
* Updates macosx launcher to skip -psn parameters as they prevents the ↵Damian Minkov2013-11-071-3/+18
| | | | application from starting.
* Adds searching for available jvms installed on client machine respecting ↵Damian Minkov2013-11-071-47/+139
| | | | JVMVersion set and fallback to original launcher if nothing found.
* Adds option to embed jre into dmg and enables it.Damian Minkov2013-11-012-0/+268
|