aboutsummaryrefslogtreecommitdiffstats
path: root/resources/languages/resources.properties
Commit message (Collapse)AuthorAgeFilesLines
* Don't split resource strings, remove unused resourcesIngo Bauersachs2017-01-181-102/+13
|
* Update about window to current license, remove in-app splashscreenIngo Bauersachs2017-01-141-12/+4
|
* Remove Zeroconf account translationsIngo Bauersachs2017-01-141-10/+0
|
* Remove SSH account translationsIngo Bauersachs2017-01-141-9/+0
|
* Remove long disabled sip2sip account wizardIngo Bauersachs2017-01-141-9/+1
|
* Remove dict protocol translationsIngo Bauersachs2017-01-141-27/+0
|
* Remove SIP Communicator rename informationIngo Bauersachs2017-01-141-8/+3
|
* Add option to choose tray icon mode (Native, Disabled, AppIndicator)Ingo Bauersachs2017-01-141-1/+10
|
* Remove Yahoo protocolIngo Bauersachs2016-10-241-8/+0
| | | | Closes #76, #293
* Fix typo in Bandwidth (#276)Mathieu Mitchell2016-07-051-1/+1
|
* Add option to minimize the main frame on closing instead of hidingIngo Bauersachs2016-05-301-0/+1
| | | | | | Defaults to true on Windows if the application is pinned to the taskbar. Determined by searching for a shortcut with the application's name in the pin-folder.
* Add contact dialog: have prompts in name and contact fieldsTom Kazimiers2016-05-171-0/+2
| | | | | | | | Having prompts in those two fields gives the user a hint of what (s)he is expected to put into them. This commit will use the example name 'Jane Doe' and the example contact 'jane.doe@example.com' for both fields. The text has a faint gray color and will vanish if the user adds text into the field.
* Add contact dialog: add tool tipsTom Kazimiers2016-05-171-0/+4
| | | | | | | | | To help users understand the purpose of the various fields of this dialog, tool tips are added by this commit. They provide basic explanation for the primary controls (name, address/number, account and group). Thanks to David Bolton for suggesting the used tool tips text.
* Validate protocol addresses before creating a contactIngo Bauersachs2016-05-171-0/+6
| | | | | | Instead of simply failing after clicking OK when adding a contact, validate the address/ID supplied by the user, show an error and attempt to correct it.
* Remove the Facebook protocol wizardIngo Bauersachs2016-02-281-7/+0
| | | | Facebook disabled their XMPP API. See also: https://developers.facebook.com/docs/chat
* Option for new behaviour of detecting a contact's capabilitiesTimur Masar2015-11-091-0/+2
| | | | | | | | | | | | | This reintroduces some old code in order to give the user the option to switch between those two behaviours. It also prevents the removal of all caps nodes (and thusly breaking the new detection) when a rogue offline presence event comes in. This is such an event in which a contact is falsely assumed as offline, if the preferred resource of two or more same prioritised resources goes offline. We are checking this by looking whether it is a "resourceChanged"-event. This should probably be changed again, after those offline presence updates have been fixed.
* - Fixed 80 chars wrapClaas Beyersdorf2015-10-051-1/+1
| | | | | | - Fixed format of comment ...ommunicator/plugin/sipaccregwizz/ConnectionPanel.java - Changed description of configuration checkbox like ibauersachs has recommended
* Added abbility to set option FORCE_PROXY_BYPASS via SipAccountClaas Beyersdorf2015-09-231-0/+1
| | | settingspage.
* Polishes Google Contacts authorization dialog.damencho2015-07-221-1/+1
|
* Added dialog title, fine tuned instructions.Danny van Heumen2015-07-221-1/+2
|
* Number of improvements to Google Contacts OAuth dialog after feedback.Danny van Heumen2015-07-221-0/+3
| | | | | | | * i18n support. * Show instructions at top of dialog. * Explicitly say "click here" in hyperlink text for opening approval page. * Changed text of Done button to "Save". (Depending on i18n.)
* Updates the license headers.Damian Minkov2015-07-201-4/+16
|
* Removes msn protocol.damencho2015-07-161-6/+0
|
* Added option for resolving all DNS lookups through SOCKS proxy.Danny van Heumen2015-04-031-0/+1
|
* GUI improvements for IRC account registration wizard.Danny van Heumen2015-04-031-0/+2
|
* Started work on SASL authentication panel in IRC account configuration.Danny van Heumen2015-04-031-0/+3
|
* Adds plugin that adds contact source services (groups to the contact list) ↵Damian Minkov2015-04-011-0/+2
| | | | with the monitored lines of OperationSetTelephonyBLF. Adds custom action button to pickup calls is possible.
* Adds OperationSetTelephonyPark and a sip implementation of the operation set.Damian Minkov2015-03-191-0/+3
|
* Adds always on top indicator to notify user when sharing its full screen.Damian Minkov2015-02-101-0/+1
|
* Adds custom header to indicate screen sharing initiated calls.Damian Minkov2015-02-101-0/+2
|
* IRC i18n resource change.Danny van Heumen2015-01-151-1/+1
|
* Extended IRC account dialog to include options for contact and chat room ↵Danny van Heumen2015-01-121-0/+2
| | | | presence.
* Localize chat room member rolesIngo Bauersachs2014-11-271-0/+7
|
* HTML-Encode the nickname in the chat window (closes #1216)Ingo Bauersachs2014-11-271-0/+1
|
* Fix spelling of CALL_SECURED_TOOLTIPIngo Bauersachs2014-11-241-1/+1
|
* Unknown commands now result in failed message delivery.Danny van Heumen2014-10-281-0/+1
| | | | | | | | | To, for one, protect users from accidents and, for two, don't accidentally send "stupid messages" we do no longer send any messages starting with '/'. Instead it shows a message delivery failed message for error UNSUPPORTED_OPERATION. Reasoning is that the intended operation is either unsupported or unknown. In both cases there is no support for it, so let the user know.
* Merge remote-tracking branch 'origin/master'Danny van Heumen2014-08-101-8/+12
|\
| * Fixes show preview link for image/video replacement. Reorganize and fix ↵Damian Minkov2014-08-071-2/+5
| | | | | | | | configuration. Adds option to show configuration on right click over replaced images.
| * Missed one i18n string.Markus Kilås2014-08-021-0/+1
| |
| * Improved X509CertificatePanel with support for displaying multiple certificates.Markus Kilås2014-08-021-6/+6
| |
* | Created resource strings for text in IRC registration wizard.Danny van Heumen2014-08-051-0/+2
| |
* | Removed '(Experimental)' suffix to prevent wide-scale translation.Danny van Heumen2014-07-301-1/+1
| |
* | Added '(Experimental)' to resource.properties.Danny van Heumen2014-07-301-1/+1
| |
* | Initial support for secure connections and Wizard UI tweaks.Danny van Heumen2014-07-301-0/+1
|/ | | | | | | | | | | | | | Initial support for secure connections has been introduced. An extra package path has been added to the manifest in order to acquire SSL-related classes. The IrcStack has been modified to receive an extra parameter indicating whether or not to establish a secure connection. A number of small UI tweaks have been made to the wizard. User id and server entered into the "simple form" are now migrated to the full form. An extra checkbox is added to indicate plaintext/secure connection. The wizard currently defaults to secure. An appropriate default port is set based on plaintext/secure type of connection. Registered new listeners in order to evalute access to Next-button on every change.
* Adding connection information frame. Patch provided by Markus Kilås.Damian Minkov2014-07-011-0/+3
|
* Localize ICE failed message and add "no relay found"Ingo Bauersachs2014-05-061-0/+2
|
* Implements warning dialog which is shown if Outlook is not the defaulthristoterezov2014-04-301-0/+3
| | | | mail client.
* Fixes the authorisation requested dialog layout.hristoterezov2014-04-231-0/+1
|
* Adds mobile number to account details.Damian Minkov2014-04-141-0/+1
|
* Logging of TLS protocols and cipher suites available during connection ↵Markus Kilås2014-04-131-0/+6
| | | | | establishment and then the chosen ones. Add ability to access TLS cipher suite, protocol name and server certificate using an new OperationSet. Only implemented for XMPP so far. Also makes this information available in the call information frame.