aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/launcher
Commit message (Collapse)AuthorAgeFilesLines
* Catch lookup outside of NetworkUtilsIngo Bauersachs2016-05-281-1/+1
|
* Updates the license headers.Damian Minkov2015-07-204-8/+52
|
* Fixes jitsi string and java download location.Damian Minkov2015-02-041-11/+5
|
* Fixes compilation error, and increase required version for launcher (one ↵Damian Minkov2015-02-041-1/+1
| | | | version older than the used in the project).
* Delete the Felix cache folder on a major or minor version changeIngo Bauersachs2015-02-031-0/+50
|
* SIP Communicator -> JitsiIngo Bauersachs2014-11-241-380/+380
|
* Remove Java 5+ language constructs: varargs, generics, for-each (FixesDanny van Heumen2014-08-291-14/+23
| | | | compiler errors)
* Make JWS launcher Java 1.4 compatibleIngo Bauersachs2014-08-291-3/+4
|
* Handle the javaws command line argumentsDaniel Pocock2014-08-131-1/+26
|
* Add support for a chained main class, for running a second app in the same JVMDaniel Pocock2014-08-131-0/+42
|
* Merge branch 'master' into webstartEmil Ivov2014-07-101-0/+1
|\
| * Suppresses FileManager warningsEmil Ivov2014-02-231-0/+1
| |
* | Webstart-launcher (with HUGE hacks)Ingo Bauersachs2014-02-031-0/+140
|/
* Fixes the compatibility of Jitsi's launcher with Java 1.4.Lyubomir Marinov2013-11-241-376/+380
|
* Set defaults for log and cache directory when profile directory is setIngo Bauersachs2013-11-111-1/+4
|
* Use separate dirs for application logs, cache and configuration dataIngo Bauersachs2013-11-101-15/+52
| | | | | This is primarily used on Windows to store logs and cached data on the local computers instead of on the network when roaming profiles with folder redirection is used.
* Fixes false reports on Windows that Jitsi has crashed.Lyubomir Marinov2013-10-281-47/+50
|
* Fixes a build error caused by an @Override in Java 1.4 source code. Reported ↵Lyubomir Marinov2013-05-271-1/+0
| | | | by Jan Kaláb.
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-232-1/+2
|
* Fixes update problem for old home folders under macosx.Damian Minkov2012-07-061-4/+45
|
* Tries to fix 'Jitsi (Debian 32-bit) crashes at startup' reported by Kertesz ↵Lyubomir Marinov2012-07-021-4/+10
| | | | Laszlo on the dev mailing list.
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-2/+2
|
* Make DNSJAVA as SPI optionalIngo Bauersachs2011-12-131-6/+13
|
* Use DNSJAVA as DNS SPIIngo Bauersachs2011-12-061-0/+4
|
* Adds javadoc and removes warnings.Sebastien Vincent2011-12-051-1/+12
|
* Put system properties settings in a separate function. Fixes styles and ↵Sebastien Vincent2011-11-081-14/+32
| | | | javadoc warnings.
* Fixes fullscreen issue on Mac OS X with multi monitors where all screens ↵Sebastien Vincent2011-10-241-2/+11
| | | | turn black in fullscreen.
* Loads the Java VM into Jitsi's run.exe in order to fix issue #963: Starting ↵Lyubomir Marinov2011-10-241-18/+11
| | | | Jitsi via pinned taskbar icon makes a second Jitsi icon appear in the taskbar instead of highlighting the existing one. Based on ibauersachs' patch.
* Attempt to fix fullscreen display on Windows by disabling D3D pipeline (used ↵Sebastien Vincent2011-10-181-1/+5
| | | | internally by the JVM for fullscreen). Please note that it is absolutely not related to our D3D JAWTRenderer (the fullscreen bug also appears with JMF's AWTRenderer).
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-183-3/+3
|
* Reverts previous commit.Yana Stamcheva2011-08-251-1/+0
|
* Suppresses deprication warning.Yana Stamcheva2011-08-251-0/+1
|
* Increase visibility of some methods and introduce factory methods to allow ↵Ingo Bauersachs2011-08-201-1/+1
| | | | customizations
* Do not let pass blindly packets if SSRC change in ZRTPTransformEngine. Also ↵Sebastien Vincent2011-05-121-1/+0
| | | | do not restart ZRTP when we recreate JMF send streams and receive RTP Bye.
* Fixes warning.Yana Stamcheva2011-04-261-0/+1
|
* Change default dir name if none is forced (when running from source).Damian Minkov2011-03-221-2/+2
|
* Some string fix and proper home creation/use under Linux after rename.Damian Minkov2011-03-221-6/+15
|
* Rename application.Damian Minkov2011-03-211-0/+41
|
* Adds formatting, javadocs.Lyubomir Marinov2011-02-161-1/+1
|
* Adds javadocs, fixes warnings.Lyubomir Marinov2010-09-231-6/+1
|
* Ongoing work on the integration of ICE into XMPP. Fixes a problem that was ↵Emil Ivov2010-09-192-10/+36
| | | | causing our logger not to take into account the home dir configuration property
* Fixes warnings.Lyubomir Marinov2010-02-191-1/+1
|
* Fix line > 80 characters.Sebastien Vincent2010-01-261-1/+2
|
* Fix broken download link for Apple JRE.Sebastien Vincent2010-01-211-2/+2
|
* Update SUN JRE download link.Sebastien Vincent2010-01-211-1/+1
|
* - If running SIP Communicator with gcj JVM, show frame about installing SUN ↵Sebastien Vincent2010-01-161-1/+1
| | | | | | | ones; - If "sun.arch.data.model" property is not available, consider OS/JDK as 32-bit.
* Commits the refactorying of OSUtils contributed by Sebastien Vicent which ↵Lyubomir Marinov2009-12-091-2/+2
| | | | uses static final fields instead of methods.
* Commits the patch provided by Sebastien Vincent on the dev mailing list in ↵Lyubomir Marinov2009-12-091-4/+5
| | | | an e-mail with the subject "[Patch] OS detection" which introduces and uses a single utility class to check the executing operating system and architecture.
* Fix do not include any svg files in resources. Change home dir setting or ↵Damian Minkov2009-04-241-4/+7
| | | | choosing behaviour. Move the place copying default resources to file for default language.
* Removes unnecessary fields.Lyubomir Marinov2009-03-021-3/+3
|