aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/util
Commit message (Collapse)AuthorAgeFilesLines
* Move security events back from libjitsi as they are solely used here.Ingo Bauersachs2015-08-231-2/+0
| | | | Corresponds to commit jitsi/libjitsi@263cc1e53e4d2ebd3f4762c42b2c27462b4d830c
* Java starts counting months at zero, fix this in the log outputIngo Bauersachs2015-07-231-1/+1
|
* Updates the license headers.Damian Minkov2015-07-2041-203/+569
|
* Adds the current date to every log message.Boris Grozev2015-02-181-2/+6
|
* Removes not accessible method from ServiceUtils.paweldomas2014-12-291-33/+0
|
* Fixes warnings.Lyubomir Marinov2014-09-303-21/+17
|
* Adds new RegistrationStateChangeEvent and avoid reconnecting providers when ↵Damian Minkov2014-09-301-0/+6
| | | | server connection fails due to an error of received input. Buggy server or wrong input saved on server can keep provider reconnecting forever.
* Fixes warnings, bugs. Reduces source code duplication. Simplifies, clarifies ↵Lyubomir Marinov2014-09-292-61/+100
| | | | source code.
* Fixes warnings.Lyubomir Marinov2014-09-194-64/+47
|
* Adds new unregister method to clearly distinguish between automatic ↵Damian Minkov2014-09-161-1/+1
| | | | unregister that comes from timeout(ping) timers, reconnect plugin and those coming from UI by user request.
* Adds property to disable private chat in chat rooms.Damian Minkov2014-06-021-0/+29
|
* Adds a property to disable text displaying for some incoming and outgoing ↵Damian Minkov2014-03-281-0/+27
| | | | type of messages.
* Fixes a failure to take into account the user's preference with respect to ↵Lyubomir Marinov2014-03-241-20/+17
| | | | utilized port ranges in XMPP calls. Reported by Mitchell Langs.
* Fixes initial status set for protocols and UI to reflect changes.Damian Minkov2014-03-141-0/+91
|
* Adds option in general config to disable enable recent messages.Damian Minkov2014-03-051-0/+38
|
* Fixes the update of the value of auto popup new message property.hristoterezov2014-02-241-1/+8
|
* Adds account info in incoming call dialog and property to enable removing ↵Damian Minkov2014-02-051-2/+27
| | | | domain in caller address.
* Restores some of removed/changed methods for backward compatibility with old ↵paweldomas2014-01-171-1/+28
| | | | OTR bundle used on Android.
* Adds option to disable splash screen on linux.Damian Minkov2014-01-171-0/+5
|
* Fixes warnings.Lyubomir Marinov2014-01-161-1/+0
|
* Moves getters and setters for chat history properties in ↵hristoterezov2014-01-131-83/+1
| | | | MessageHistoryService and fixes the issue with creating unnecessary ChatPanels for chat rooms that are not displayed. This fix also fixes the issue with not displaying the plugin components in the chat window main toolbar.
* Fixes double attempt to add a protocol provider to LoginRenderer and to ↵Damian Minkov2014-01-091-20/+15
| | | | schedule a second login to the provider, happens every time if the creation of the ProtocolProviderService slows down for some reason.
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
|
* Adds extended away global status.Damian Minkov2013-12-041-0/+28
|
* Use separate dirs for application logs, cache and configuration dataIngo Bauersachs2013-11-104-18/+32
| | | | | 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-282-95/+150
|
* Fixes warnings.Lyubomir Marinov2013-10-271-1/+1
|
* Fixes NullPointerExceptions.Lyubomir Marinov2013-10-241-61/+70
|
* Adds utility class for dealing with OSGi services.paweldomas2013-10-181-0/+115
|
* Fixes warnings, spelling mistakes.Lyubomir Marinov2013-10-031-2/+1
|
* Fixes java 1.6 compatibility of image links replacement functionality in ↵hristoterezov2013-09-301-3/+3
| | | | chat window.
* Adds check for image size and content type for the image replacement of ↵hristoterezov2013-09-301-0/+247
| | | | links. Adds "show preview" link next to the image link if the preview of the images is disabled. Patch provided by Marin Dzhigarov on dev mailing list (subject: "PATCH: Replacement of Image/Video links").
* Adds an option to display peer names in call history tooltips.Damian Minkov2013-09-251-0/+26
|
* Fixes spell check error in field name.Damian Minkov2013-09-131-5/+1
|
* Fixes history button in chat window to work and with chat rooms.Damian Minkov2013-09-121-8/+8
|
* Adds button in chat window to easily enable/disable chat history logging.Damian Minkov2013-09-111-0/+41
|
* Implements an editor which allows the user to edit Jitsi's configuration ↵Lyubomir Marinov2013-08-281-1/+0
| | | | properties from within the application. (Marin Dzhigarov)
* Fixes use of routing for video enabled property not evaluated in some checks.Damian Minkov2013-08-091-2/+7
|
* Fixes the chat room password prefix.hristoterezov2013-07-261-0/+40
|
* Adds SimpleServiceActivator utility classpaweldomas2013-07-241-0/+100
|
* Adds getServiceReferences utility method.paweldomas2013-07-041-0/+31
|
* Refactor AccountIDspaweldomas2013-06-032-562/+0
| | | | | Created SipAccountID and JabberAccountID from wizard registration objects(work in progress).
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-2317-55/+69
|
* Android settings prerequisite patchpaweldomas2013-05-213-51/+319
| | | | | | Encapsulates operations on account properties inside "registration" objects and extracted utility methods which can be reused on Android.
* Activates JavaUtilLoggingConfig used in android.Damian Minkov2013-05-161-3/+21
|
* Fixes checking for video phone details.Damian Minkov2013-05-151-3/+45
|
* Clears the default DNS cache when supplied records for primary server changed.Vincent Lucas2013-05-141-0/+9
|
* Corrects DNS cache issue when testing DNS connectivity.Vincent Lucas2013-05-131-2/+66
|
* Merge branch 'xmpp_connection' of \\\PC4315\work\github_jitsi\tom.denham@metaswitch.com2013-05-091-7/+5
|\
| * Make sure accounts have at least one attempt to login AFTER the reconnectPeter O'Neill2013-05-021-7/+5
| | | | | | | | | | plugin has started listening for RegistrationEvents (so it can be notified of failures)