aboutsummaryrefslogtreecommitdiffstats
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Sysactivity notifications require libxss, not installed by defaultIngo Bauersachs2017-01-141-0/+1
| |
| * Add support for AppIndicatorsIngo Bauersachs2017-01-103-4/+7
| | | | | | | | | | | | | | | | See #192 Doesn't properly work on Debian because of outdated/mismatching GTK dependencies. Fixed in Ubuntu Launchpad bug #1203888, but not imported in Debian. See bug #850769.
| * Debian (binary build): depend on libspeex (needed by libjitsi)Ingo Bauersachs2017-01-041-0/+2
| |
| * Depend on generic Java 7 (or later) SDK/runtimeIngo Bauersachs2017-01-042-4/+6
| | | | | | | | Closes #265
| * Realign RPM dependenciesIngo Bauersachs2017-01-031-9/+9
| |
| * Depend on normal minimal dnsjava versionIngo Bauersachs2017-01-021-1/+1
| |
| * Remove unnecessary dependencies to Glassfish libsIngo Bauersachs2017-01-022-4/+0
| | | | | | | | Closes Debian Bug #838897
| * Fix path to weupnpIngo Bauersachs2017-01-021-1/+1
| |
| * Update RPM spec file to be used directly from source controlIngo Bauersachs2017-01-024-21/+27
| |
| * Remove missed Yahoo protocol references (#301)Lucas Murray2016-11-111-9/+0
| |
| * Remove Yahoo protocolIngo Bauersachs2016-10-2446-56/+8
| | | | | | | | Closes #76, #293
| * Commit from translate.jitsi.org by user acastroy.: 1791 of 1791 strings ↵acastroy2016-08-031-21/+39
| | | | | | | | translated (0 fuzzy).
| * Update embedded JRE to 8u101Ingo Bauersachs2016-07-251-3/+3
| |
| * Fix typo in Bandwidth (#276)Mathieu Mitchell2016-07-051-1/+1
| |
| * Adds dependency to new keyring and new repo update.damencho2016-06-304-199/+1
| | | | | | | | Removes old handling of the repo and key.
| * Revert "Remove unix socket, it isn't used anywhere"Ingo Bauersachs2016-06-072-0/+4
| | | | | | | | This reverts commit 5d6893eb92e2b1a210e5acb851d9a6fb5f3b82fb.
| * Remove unix socket, it isn't used anywhereIngo Bauersachs2016-06-042-4/+0
| |
| * Remove SwingWorker library, it is included in Java 7Ingo Bauersachs2016-06-041-17/+0
| |
| * Remove jfontchooserIngo Bauersachs2016-06-042-27/+0
| | | | | | | | It wasn't used anywhere anymore.
| * Fix Debian based launcherIngo Bauersachs2016-05-311-1/+1
| | | | | | | | | | dnsjava is an available package, but too old on e.g. Ubuntu 14.04. Put the embedded library on the classpath. Needs to be changed to /usr/share/java/dnsjava.jar for the Debian src upload.
| * Fixes debian build after 5c24dad320f355f721fc4562fbed7ecf72b66d50.damencho2016-05-301-1/+0
| |
| * Merge branch 'systray'Ingo Bauersachs2016-05-307-6/+3
| |\
| | * 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.
| | * Stop messing with the JNA manifest and librariesIngo Bauersachs2016-05-291-2/+2
| | |
| | * Remove unused envelope iconIngo Bauersachs2016-05-295-4/+0
| | |
| * | Prevent removal of manifest in stripped jarsIngo Bauersachs2016-05-301-2/+2
| |/
| * Exclude native libs of foreign platformsIngo Bauersachs2016-05-291-0/+60
| | | | | | | | I.e. no Windows DLLs for Mac OS, etc.
| * Add support for tel: and callto: URI on MacIngo Bauersachs2016-05-281-0/+2
| |
| * Fix protocols in RPM descriptionIngo Bauersachs2016-05-281-1/+1
| |
| * Remove libunbound and related codeIngo Bauersachs2016-05-283-4/+1
| |
| * Update dnsjava to stock 2.1.7 and make sure it is only loaded onceIngo Bauersachs2016-05-283-2/+3
| |
| * 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.
| * Add Jitsi to Windows' default applications listIngo Bauersachs2016-05-171-5/+29
| | | | | | | | Closes #252
| * Rename SIP Communicator to JitsiIngo Bauersachs2016-05-171-3/+3
| |
| * Update license to Apache in installersIngo Bauersachs2016-05-174-997/+37
| |
| * Register Jitsi as default application for sip:, tel:, etc.Ingo Bauersachs2016-05-171-0/+21
| |
| * 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.
| * Use string comparison instead of int comparison (#240)coypoop2016-05-171-1/+1
| | | | | | | | | | Currently if the architecture is defined differently (such as 'amd64' used in NetBSD), this comparison fails with: [: amd64: bad number
| * Mark signtool dependencies as executableIngo Bauersachs2016-05-063-0/+0
| |
| * Add makecat to enable signtool to run on Win7Ingo Bauersachs2016-05-062-0/+21
| |
| * Update signtool to support additional signaturesIngo Bauersachs2016-05-056-0/+48
| |
| * Add SHA256 signatures to Windows binariesIngo Bauersachs2016-05-021-0/+19
| | | | | | | | Close #254
| * Commit from translate.jitsi.org by user ibauersachs.: 1634 of 1634 strings ↵ibauersachs2016-03-311-75/+201
| | | | | | | | translated (0 fuzzy).
| * Remove the Facebook protocol wizardIngo Bauersachs2016-02-2818-11/+0
| | | | | | | | Facebook disabled their XMPP API. See also: https://developers.facebook.com/docs/chat
| * Adds Portuguese Brazil.damencho2016-01-151-0/+1
| |
| * 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.