Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move security events back from libjitsi as they are solely used here. | Ingo Bauersachs | 2015-08-23 | 1 | -2/+0 |
| | | | | Corresponds to commit jitsi/libjitsi@263cc1e53e4d2ebd3f4762c42b2c27462b4d830c | ||||
* | Java starts counting months at zero, fix this in the log output | Ingo Bauersachs | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | Updates the license headers. | Damian Minkov | 2015-07-20 | 41 | -203/+569 |
| | |||||
* | Adds the current date to every log message. | Boris Grozev | 2015-02-18 | 1 | -2/+6 |
| | |||||
* | Removes not accessible method from ServiceUtils. | paweldomas | 2014-12-29 | 1 | -33/+0 |
| | |||||
* | Fixes warnings. | Lyubomir Marinov | 2014-09-30 | 3 | -21/+17 |
| | |||||
* | Adds new RegistrationStateChangeEvent and avoid reconnecting providers when ↵ | Damian Minkov | 2014-09-30 | 1 | -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 Marinov | 2014-09-29 | 2 | -61/+100 |
| | | | | source code. | ||||
* | Fixes warnings. | Lyubomir Marinov | 2014-09-19 | 4 | -64/+47 |
| | |||||
* | Adds new unregister method to clearly distinguish between automatic ↵ | Damian Minkov | 2014-09-16 | 1 | -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 Minkov | 2014-06-02 | 1 | -0/+29 |
| | |||||
* | Adds a property to disable text displaying for some incoming and outgoing ↵ | Damian Minkov | 2014-03-28 | 1 | -0/+27 |
| | | | | type of messages. | ||||
* | Fixes a failure to take into account the user's preference with respect to ↵ | Lyubomir Marinov | 2014-03-24 | 1 | -20/+17 |
| | | | | utilized port ranges in XMPP calls. Reported by Mitchell Langs. | ||||
* | Fixes initial status set for protocols and UI to reflect changes. | Damian Minkov | 2014-03-14 | 1 | -0/+91 |
| | |||||
* | Adds option in general config to disable enable recent messages. | Damian Minkov | 2014-03-05 | 1 | -0/+38 |
| | |||||
* | Fixes the update of the value of auto popup new message property. | hristoterezov | 2014-02-24 | 1 | -1/+8 |
| | |||||
* | Adds account info in incoming call dialog and property to enable removing ↵ | Damian Minkov | 2014-02-05 | 1 | -2/+27 |
| | | | | domain in caller address. | ||||
* | Restores some of removed/changed methods for backward compatibility with old ↵ | paweldomas | 2014-01-17 | 1 | -1/+28 |
| | | | | OTR bundle used on Android. | ||||
* | Adds option to disable splash screen on linux. | Damian Minkov | 2014-01-17 | 1 | -0/+5 |
| | |||||
* | Fixes warnings. | Lyubomir Marinov | 2014-01-16 | 1 | -1/+0 |
| | |||||
* | Moves getters and setters for chat history properties in ↵ | hristoterezov | 2014-01-13 | 1 | -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 Minkov | 2014-01-09 | 1 | -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-bundles | Ingo Bauersachs | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | Adds extended away global status. | Damian Minkov | 2013-12-04 | 1 | -0/+28 |
| | |||||
* | Use separate dirs for application logs, cache and configuration data | Ingo Bauersachs | 2013-11-10 | 4 | -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 Marinov | 2013-10-28 | 2 | -95/+150 |
| | |||||
* | Fixes warnings. | Lyubomir Marinov | 2013-10-27 | 1 | -1/+1 |
| | |||||
* | Fixes NullPointerExceptions. | Lyubomir Marinov | 2013-10-24 | 1 | -61/+70 |
| | |||||
* | Adds utility class for dealing with OSGi services. | paweldomas | 2013-10-18 | 1 | -0/+115 |
| | |||||
* | Fixes warnings, spelling mistakes. | Lyubomir Marinov | 2013-10-03 | 1 | -2/+1 |
| | |||||
* | Fixes java 1.6 compatibility of image links replacement functionality in ↵ | hristoterezov | 2013-09-30 | 1 | -3/+3 |
| | | | | chat window. | ||||
* | Adds check for image size and content type for the image replacement of ↵ | hristoterezov | 2013-09-30 | 1 | -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 Minkov | 2013-09-25 | 1 | -0/+26 |
| | |||||
* | Fixes spell check error in field name. | Damian Minkov | 2013-09-13 | 1 | -5/+1 |
| | |||||
* | Fixes history button in chat window to work and with chat rooms. | Damian Minkov | 2013-09-12 | 1 | -8/+8 |
| | |||||
* | Adds button in chat window to easily enable/disable chat history logging. | Damian Minkov | 2013-09-11 | 1 | -0/+41 |
| | |||||
* | Implements an editor which allows the user to edit Jitsi's configuration ↵ | Lyubomir Marinov | 2013-08-28 | 1 | -1/+0 |
| | | | | properties from within the application. (Marin Dzhigarov) | ||||
* | Fixes use of routing for video enabled property not evaluated in some checks. | Damian Minkov | 2013-08-09 | 1 | -2/+7 |
| | |||||
* | Fixes the chat room password prefix. | hristoterezov | 2013-07-26 | 1 | -0/+40 |
| | |||||
* | Adds SimpleServiceActivator utility class | paweldomas | 2013-07-24 | 1 | -0/+100 |
| | |||||
* | Adds getServiceReferences utility method. | paweldomas | 2013-07-04 | 1 | -0/+31 |
| | |||||
* | Refactor AccountIDs | paweldomas | 2013-06-03 | 2 | -562/+0 |
| | | | | | Created SipAccountID and JabberAccountID from wizard registration objects(work in progress). | ||||
* | Fixes warnings, removes trailing whitespace, adds @Override annotations. | Lyubomir Marinov | 2013-05-23 | 17 | -55/+69 |
| | |||||
* | Android settings prerequisite patch | paweldomas | 2013-05-21 | 3 | -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 Minkov | 2013-05-16 | 1 | -3/+21 |
| | |||||
* | Fixes checking for video phone details. | Damian Minkov | 2013-05-15 | 1 | -3/+45 |
| | |||||
* | Clears the default DNS cache when supplied records for primary server changed. | Vincent Lucas | 2013-05-14 | 1 | -0/+9 |
| | |||||
* | Corrects DNS cache issue when testing DNS connectivity. | Vincent Lucas | 2013-05-13 | 1 | -2/+66 |
| | |||||
* | Merge branch 'xmpp_connection' of \\\PC4315\work\github_jitsi\ | tom.denham@metaswitch.com | 2013-05-09 | 1 | -7/+5 |
|\ | |||||
| * | Make sure accounts have at least one attempt to login AFTER the reconnect | Peter O'Neill | 2013-05-02 | 1 | -7/+5 |
| | | | | | | | | | | plugin has started listening for RegistrationEvents (so it can be notified of failures) |