aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixes several issues when building deb-src, missing classes.Damian Minkov2014-07-081-25/+24
|
* Adds option to set custom logging config file for tests target.Damian Minkov2014-07-031-1/+7
|
* Adding connection information frame. Patch provided by Markus Kilås.Damian Minkov2014-07-011-0/+10
|
* Separates phone number service, to be a service in separate bundle and ↵Damian Minkov2014-04-101-1/+12
| | | | improves the number matching when searching for phone numbers.
* Adds CalendarService implementation. The Calendar service calculates the ↵hristoterezov2014-04-021-0/+2
| | | | free busy status based on outlook meetings.
* Removes a reference to Google Talk which is no longer supported.Lyubomir Marinov2014-02-211-4/+0
|
* Updates run target in order to be able to start using java 1.7 under macosx ↵Damian Minkov2014-02-181-5/+11
| | | | without error during initialization of VM.
* Fixes the sending of RTCP feedback messages to support Full Intra Refresh ↵Lyubomir Marinov2014-02-181-2/+2
| | | | (FIR). Updates bouncycastle to 1.50. Allows getting the complexity set on the Opus encoder (for debugging/informational purposes).
* Implements user search contact source.hristoterezov2014-02-111-1/+11
|
* ConfigService based on HSQLDB (through JDBC)Ingo Bauersachs2014-01-121-1/+5
|
* Update Google Collections RC1 to Guava 15Ingo Bauersachs2014-01-121-3/+8
|
* Stop rebundling HttpClient and HttpCoreIngo Bauersachs2014-01-111-13/+4
|
* Adds splash screen.Damian Minkov2014-01-101-1/+18
|
* Use variable for installer-exclude directoryIngo Bauersachs2013-12-081-4/+4
|
* Update log4j to 1.2.17Ingo Bauersachs2013-12-081-15/+0
|
* Remove RSS protocolIngo Bauersachs2013-12-081-39/+0
|
* Stop rebundling commons-lang and commons-codecIngo Bauersachs2013-12-071-16/+4
|
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
|
* Property editor search field is now case insensitive and searching by value ↵Marin2013-12-061-1/+13
| | | | is possible.
* Adds the possibility to edit account details. Patch provided by Marinyanas2013-11-121-2/+3
| | | Dzhigarov on dev (Nov 8, 2013).
* Adds new MUC bundle to handle the chat rooms. Moves ChatRoomWrapper,hristoterezov2013-11-071-0/+2
| | | | | ChatRoomList and ChatRoomProviderWrapper classes from GUI to the MUC bundle. Moves most of ConferenceChatManager methods in MUCService.
* Adds chat room contacts to the search filter in the contact list.hristoterezov2013-11-011-2/+13
|
* Removes false jar signing.Lyubomir Marinov2013-10-101-1/+2
|
* Adds support for DTLS-SRTP with SIP.Lyubomir Marinov2013-10-031-1/+2
|
* Implements an editor which allows the user to edit Jitsi's configuration ↵Lyubomir Marinov2013-08-281-1/+11
| | | | properties from within the application. (Marin Dzhigarov)
* Adds Windows's system path variable to Ant's path variable on Windows ↵Lyubomir Marinov2013-06-301-3/+7
| | | | versions which name it Path instead of PATH.
* Merge branch 'Android-settings'paweldomas2013-06-191-0/+96
|\
| * Adds debug targetpaweldomas2013-06-111-0/+96
| |
* | Fixes some errors for missing folders when running/debuging in Idea.Damian Minkov2013-06-121-2/+2
| |
* | Fixes build, checking for missing folders.Damian Minkov2013-06-111-5/+20
| |
* | Removes jdic dependency used for java 1.5 campatibility.Damian Minkov2013-06-111-10/+1
|/ | | | | Removes duplicate lib commons-logging. Update deb-src build target to fix clean procedure to run building package twice, updates the use of the debian povided bouncycastle lib.
* Attempts to fix failures of the Windows Audio Session API (WASAPI) ↵Lyubomir Marinov2013-05-211-3/+3
| | | | integration which reportedly break the very capture and playback functionality.
* Adds jitsi-defaults.properties to the dmg,deb and msi.Damian Minkov2013-05-211-0/+6
|
* Adds customavatar service bundle.Damian Minkov2013-05-211-5/+10
|
* Creates separate jar with default resource pack classes to be used in ↵Damian Minkov2013-05-201-0/+9
| | | | android (created in os-specific bundles, to avoid inclusion in installations).
* Separates systray services to be reused in android.Damian Minkov2013-05-201-1/+12
|
* Separates some services to be reused in android.Damian Minkov2013-05-201-4/+22
|
* Creates authenticate windows service that will create the dialog and will ↵Damian Minkov2013-05-181-18/+19
| | | | | | | | show it to user used with different impl on android and desktop. Expose some common functionality in httputil and reuse it in xcap implementation in sip provider. Wraps sslSocketFactory to use the constructor that is common for android and desktop httpclient lib. Creates separate bundle for httpclient libs in order to separate it from httputil bundle which will be used in android.
* Moves dns config as plugin.Damian Minkov2013-05-171-1/+11
|
* Adds a global display details service giving access to the global display ↵Yana Stamcheva2013-04-191-1/+14
| | | | name and the global avatar. Uses this new service to show the global display name and avatar in the conference call interface.
* Merge branch 'ingo'Werner Dittmann2013-04-131-27/+9
| | | | | Conflicts: trunk/lib/installer-exclude/libjitsi.jar
* Exclude Ant runtime libs from build classpathIngo Bauersachs2013-04-071-1/+5
|
* Add ContactSource plugin for ThunderbirdIngo Bauersachs2013-04-071-0/+12
|
* Make sure we include dnsjava library only once in bundles.Damian Minkov2013-02-041-1/+0
|
* Separates dns package to service and impl. Creates a ParallelResolver ↵Yana Stamcheva2013-01-271-14/+16
| | | | interface that can be used from the util package. Moves NetworkUtils back to util package. Moves dnsconfig plugin to the impl/dns package (because it was using implementation classes directly).
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ↵Yana Stamcheva2013-01-241-6/+18
| | | | and WindowsUtils from general GuiUtils.
* Update Apache httpcore and httpclient to 4.2.3Ingo Bauersachs2013-01-211-3/+2
|
* Updates jna library to use original file structure, skipping duplicate ↵Damian Minkov2013-01-151-36/+4
| | | | binaries (keeping the same version 3.2.7).
* Replaces json lib.Damian Minkov2012-11-211-4/+1
|
* Adds missing build target for plugin windows-clean-shutdown.Damian Minkov2012-10-261-1/+11
|