Lyubomir Marinov
da90dd077c
Improves the garbage collection profile of SoundLevelIndicator.
13 years ago
Vincent Lucas
b7aa64b806
Logs only the first contact from MsOutlook, which can not be read correctly.
13 years ago
Boris Grozev
1ec286c9e6
Makes sure that the MediaDevice of the MediaStream is only updated if it has
...
actually changed (and it's not just its MediaDeviceWrapper that changed). This
removes an unnecessary change of the MediaStream device when the focus of a
conference stops the local video (which sometimes leads to a jvm crash)
13 years ago
Ingo Bauersachs
9426348317
Improve logging, correctly handle redemption, use a thread-pool
13 years ago
Ingo Bauersachs
ca2b2738e3
Reload DNS config also on ifdown (e.g. after closing a vpn tunnel)
13 years ago
Ingo Bauersachs
578fde27e7
Remove use of reflection for isUp and isLoopback
13 years ago
hristoterezov
9d3bdfbafe
Fixes enabling of the video indicator of the focus peer panel.
13 years ago
Vincent Lucas
1bf6939c7e
Merge branch 'msoutlookaddrbook'
13 years ago
Vincent Lucas
cc3c615cbc
Corrects STATUS_ACCESS_VIOLATION error, when failing to get the properties of a MsOutlook contact.
13 years ago
hristoterezov
cd90d88974
Removes initiator attribute from the jingle node for all actions except session-initiate.
13 years ago
Lyubomir Marinov
7e6f6861b8
Fixes a warning.
13 years ago
Vincent Lucas
f4e5fad744
Corrects CoInitializeEx check for "msoutlookaddrbook", when this function was already called. Adds debug information when retrieving MsOutlook contacts from the "addrbook" plugin.
13 years ago
hristoterezov
558ef2034c
Removes the zrtp lock icons from the peer panels in the conference for the peers that are not directly connected.
13 years ago
Lyubomir Marinov
45a3ef4e7f
Fixes a build error caused by an @Override in Java 1.4 source code. Reported by Jan Kaláb.
13 years ago
Lyubomir Marinov
b211c26d6c
Fixes warnings, removes trailing whitespace, adds @Override annotations.
13 years ago
Lyubomir Marinov
64970d5039
Reduces the numbers of times that the camera gets opened and closed on Windows to the minimum, strives to be more thorough about the opening, closing, disposing in an attempt to mitigate issues which could cause the camera to remain open.
13 years ago
Vincent Lucas
29a2415e3f
Catchs PatternSyntaxException when resolving an outgoing call with a "displayName" containing an irregular pattern characters like "*".
13 years ago
hristoterezov
2c4258fa19
Fixes issue with error messages displayed in peer panel in conference view. When an error occured the error message is displayed but the peer panel is removed immediately and the user can't see it. The peer panel is removed with timeout of 5s.
13 years ago
Damian Minkov
a81990375b
Updates classpath in windows and debian to make jitsi-defaults.properties discoverable.
13 years ago
Lyubomir Marinov
54ab612296
Attempts to fix failures of the Windows Audio Session API (WASAPI) integration which reportedly break the very capture and playback functionality.
13 years ago
paweldomas
5b5495df8b
Android settings prerequisite patch
...
Encapsulates operations on account properties
inside "registration" objects and extracted utility methods which can be
reused on Android.
13 years ago
paweldomas
5da6a05e61
Loads Jabber icons through resources service
...
Uses getImageInputStreamForPath of resources service to load the image
data instead of classloader. Change required for Android resources
implementation.
13 years ago
yanas
9b0d7d1b12
Adds some javadocs and formattings.
13 years ago
Markus Kilås
4bed7e4e66
Fix for "Main window menu bar can not always be navigated using keyboard".
13 years ago
Damian Minkov
bf9639acb5
Adds customavatar service bundle.
13 years ago
Lyubomir Marinov
5a6dd7a37f
Commits work in progress on fixing issues with video capture on Windows.
13 years ago
Damian Minkov
8385a03fdf
Creates image loader service to be used in notification wiring plugin.
13 years ago
Damian Minkov
fd920ade84
Separates systray services to be reused in android.
13 years ago
Damian Minkov
1c89854403
Separates some services to be reused in android.
13 years ago
Damian Minkov
173dd952d1
Initializes smack services under android (on desktop they are loaded from smack-config.xml in manisfest folder).
...
Use reflection for loading logging config form to disable loading the class under android.
Adds global property to disable custom md5 for xmpp protocol.
13 years ago
Damian Minkov
e35e4a7974
Creates authenticate windows service that will create the dialog and will 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.
13 years ago
Damian Minkov
76631ca877
Changes stack path when initializing sip stack under android.
13 years ago
Vincent Lucas
e9f0e98ca4
Adds log info when the addrbook plugin starts, stops, registers and unregisters. Corrects function to resolve the display name when receiving a call.
13 years ago
Damian Minkov
d85567ad14
Moves dns config as plugin.
13 years ago
Damian Minkov
c89ef5ecd7
Activates JavaUtilLoggingConfig used in android.
13 years ago
Damian Minkov
365f20c789
Uses java.awt classes through reflection.
13 years ago
Damian Minkov
8841878309
Adds master password input service used to show input dialog to enter master password.
13 years ago
Damian Minkov
311d7512c9
Moves verify certificate dialog in separate service in order to use the certificate service in android.
13 years ago
Vincent Lucas
f222bd9bb5
Merge branch 'msoutlookaddrbook'
13 years ago
Lyubomir Marinov
05b8c6cad6
Fixes a problem in the resolution of the devices by name (which could lead to the use of audio devices from an incorrect audio system).
13 years ago
hristoterezov
49d7d43c39
Changes the name of the showPopUpNotification methods to showAlertPopup. Changes the implemtation of showAlertPopup methods to use SystrayService instead of NotificationService.
13 years ago
Vincent Lucas
2bfae8696e
Corrects getting and setting work postal address without conflicting with the "this is the mailing address" checkbox.
13 years ago
Damian Minkov
6a41b2a346
Fixes checking for video phone details.
13 years ago
yanas
a5b2b851c5
Improves videobridge interface to show participants with no video as
...
thumbnails. Adds new security icons and improves conference color codes.
13 years ago
Emil Ivov
b63af670fa
Makes it possible to have a non-default transport in the registration URIs.
13 years ago
Vincent Lucas
2242162742
Avoids null pointer exception when retrieving Outlook contact properties.
13 years ago
yanas
bb21aafb54
Merge branch 'master' of https://github.com/jitsi/jitsi.git
13 years ago
yanas
3137a38745
Ignores \ and / when dialing phone numbers.
13 years ago
Vincent Lucas
4edebccf63
Clears the default DNS cache when supplied records for primary server changed.
13 years ago
Vincent Lucas
4f64024ae5
Merge branch 'master' of https://github.com/jitsi/jitsi
13 years ago