4342 Commits

Author SHA1 Message Date
daryl herzmann
257b87f4aa
Merge pull request #832 from igniterealtime/3.0.2
Denote Spark 3.0.2 release
v3.0.2
2023-03-31 11:21:23 -05:00
ilya khlevnoy
e12450bc5e update changelog 2023-03-31 19:07:01 +03:00
ilya khlevnoy
746a17c029 Denote Spark 3.0.2 release 2023-03-31 17:54:02 +03:00
ilyaHlevnoy
9943df2bf8
Merge pull request #831 from igniterealtime/translations_35e2397f4d3e9fcfe831fbba761967fe_ru_RU
Translate 'plugins/translator/src/main/resources/i18n/translator_i18n.properties' in 'ru_RU'
2023-03-30 19:56:26 +03:00
ilyaHlevnoy
fa1a5c3e46
Merge pull request #830 from igniterealtime/translations_27e44b6e5d67fd77915618eee73dab53_ru_RU
Translate 'plugins/fastpath/src/main/resources/i18n/fastpath_i18n.properties' in 'ru_RU'
2023-03-30 19:41:14 +03:00
transifex-integration[bot]
4055d292be
Apply translations in ru_RU
100% translated for the source file 'plugins/translator/src/main/resources/i18n/translator_i18n.properties'
on the 'ru_RU' language.
2023-03-30 16:40:11 +00:00
transifex-integration[bot]
3e1e9ce277
Apply translations in ru_RU
100% translated for the source file 'plugins/fastpath/src/main/resources/i18n/fastpath_i18n.properties'
on the 'ru_RU' language.
2023-03-30 16:38:54 +00:00
ilyaHlevnoy
41d4c19d38
Merge pull request #817 from guusdk/SPARK-2326_Upgrade-httpclient
SPARK-2326: Upgrade Apache HttpClient from 3.1 to 5.2.1
2023-03-30 19:36:40 +03:00
ilyaHlevnoy
b69ce01941
Merge pull request #816 from guusdk/SPARK-2324_Upgrade-xstream-to-1.4.20
SPARK-2324: Upgrade XStream from 1.4.19 to 1.4.20
2023-03-30 19:36:33 +03:00
transifex-integration[bot]
c95276a2f1 Apply translations in es
100% translated for the source file 'plugins/spelling/src/main/resources/i18n/spellchecker_i18n.properties'
on the 'es' language.
2023-03-29 17:16:11 +02:00
transifex-integration[bot]
dbbcce0040 Apply translations in es
100% translated for the source file 'plugins/fastpath/src/main/resources/i18n/fastpath_i18n.properties'
on the 'es' language.
2023-03-29 17:15:48 +02:00
transifex-integration[bot]
eef8c151ed Apply translations in zh_TW
100% translated for the source file 'plugins/transferguard/src/main/resources/i18n/transferguard_i18n.properties'
on the 'zh_TW' language.
2023-03-29 09:02:35 +02:00
transifex-integration[bot]
4bbe403cff Apply translations in ru_RU
100% translated for the source file 'plugins/transferguard/src/main/resources/i18n/transferguard_i18n.properties'
on the 'ru_RU' language.
2023-03-29 09:02:16 +02:00
transifex-integration[bot]
0049cea7c2 Apply translations in pl
100% translated for the source file 'plugins/transferguard/src/main/resources/i18n/transferguard_i18n.properties'
on the 'pl' language.
2023-03-29 09:01:57 +02:00
transifex-integration[bot]
b090c76bfd Apply translations in zh_TW
100% translated for the source file 'plugins/roar/src/main/resources/i18n/roar_i18n.properties'
on the 'zh_TW' language.
2023-03-29 09:01:39 +02:00
transifex-integration[bot]
d4e957453d Apply translations in lt
100% translated for the source file 'plugins/transferguard/src/main/resources/i18n/transferguard_i18n.properties'
on the 'lt' language.
2023-03-29 09:01:22 +02:00
transifex-integration[bot]
76a186b8f3 Apply translations in zh_TW
100% translated for the source file 'plugins/spelling/src/main/resources/i18n/spellchecker_i18n.properties'
on the 'zh_TW' language.
2023-03-29 09:00:55 +02:00
transifex-integration[bot]
a1c63d3b62 Apply translations in de
100% translated for the source file 'plugins/roar/src/main/resources/i18n/roar_i18n.properties'
on the 'de' language.
2023-03-29 09:00:36 +02:00
transifex-integration[bot]
ce889dcae4 Apply translations in pl
100% translated for the source file 'plugins/roar/src/main/resources/i18n/roar_i18n.properties'
on the 'pl' language.
2023-03-29 09:00:19 +02:00
transifex-integration[bot]
9452858808 Apply translations in de
100% translated for the source file 'plugins/spelling/src/main/resources/i18n/spellchecker_i18n.properties'
on the 'de' language.
2023-03-29 08:59:52 +02:00
Guus der Kinderen
1358f42a5b
Added plugins to Transifex configuration 2023-03-29 08:54:30 +02:00
ilyaHlevnoy
eef5bc1a63
Merge pull request #818 from igniterealtime/fix-freeze
Fix freeze when opponent is typing
2023-03-24 22:29:27 +03:00
ilya khlevnoy
b30d77a5c4 Fix freeze when opponent is typing
I think you should not request a list of MUC services every time, once is enough for us.
2023-03-24 22:28:21 +03:00
ilyaHlevnoy
cb972ae18c
SPARK-1457 Update Translator plugin (#774)
* Update Translator plugin to use other translation API

* Add Preference panel

* update libretranslate-java to 1.0.5
2023-03-15 22:06:57 +03:00
Guus der Kinderen
d690769035 SPARK-2326: Upgrade Apache HttpClient from 3.1 to 5.2.1 2023-03-14 13:15:25 +01:00
Guus der Kinderen
1e2a86ac55 Configure XStream to allow custom Java class 2023-03-14 13:14:38 +01:00
Guus der Kinderen
a426339032 SPARK-2324: Upgrade XStream from 1.4.19 to 1.4.20
The new version form XStream fixes various vulnerabilities.
2023-03-14 11:46:16 +01:00
ilyaHlevnoy
91333459a9
SPARK-2163 TicTacToe Reversi throws exception for offline user (#814) 2023-01-06 21:48:14 +03:00
transifex-integration[bot]
ca96ac2b02
Apply translations in ru_RU (#813)
translation completed for the source file '/core/src/main/resources/i18n/spark_i18n.properties'
on the 'ru_RU' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2022-12-29 22:32:33 +03:00
transifex-integration[bot]
e8264bb867 Apply translations in nl
translation completed for the source file '/core/src/main/resources/i18n/spark_i18n.properties'
on the 'nl' language.
2022-12-29 17:30:03 +01:00
ilya khlevnoy
44478e1fa2 Update Roar Icon 2022-12-27 18:27:43 +03:00
ilya khlevnoy
1ff9233a6b Merge branch 'master' of https://github.com/igniterealtime/Spark 2022-12-26 14:04:05 +03:00
ilya khlevnoy
0f084390cb Growl is not supported by Windows 2022-12-26 14:03:40 +03:00
ilyaHlevnoy
e74994aafc
ROAR Pluign Remove - requires restart. Add translation. (#811) 2022-12-26 14:00:40 +03:00
Guus der Kinderen
faa12a9a4b
Update .transifex.yml 2022-12-23 20:58:37 +01:00
Guus der Kinderen
1e79cc5282
Update .transifex.yml 2022-12-23 20:57:08 +01:00
Guus der Kinderen
9a7b9381eb
Update .transifex.yml 2022-12-23 20:47:28 +01:00
Guus der Kinderen
6b0b5558d3
Update .transifex.yml 2022-12-23 20:14:43 +01:00
Guus der Kinderen
03c89fdbe8
Create .transifex.yml 2022-12-23 19:59:01 +01:00
Dele Olajide
63ac3784e0
Merge pull request #775 from igniterealtime/meet
Add i18n and improve Preference panel for Pade Meeting
Thanks for doing this 👍
2022-12-21 18:27:07 +00:00
ilya khlevnoy
26eecece43 Add i18n and improve Preference panel for Pade Meeting 2022-12-20 18:17:07 +03:00
ilyaHlevnoy
2bceff4c65
Raise the minimum requirements for plugins. (#773)
Spark supports Java 8 and above.
Starting with Spark 3.0.0, translations are no longer distorted(with java 9 and above), we need to build on this version
2022-12-20 16:39:51 +03:00
ilyaHlevnoy
fa8cf90853
Check that Broadcast message is not empty (#772) 2022-12-20 15:04:24 +03:00
ilyaHlevnoy
9694ebce0d
Add focus for Roar (#770) 2022-12-19 16:13:44 +03:00
ilyaHlevnoy
6bd4ee9f3d
Merge pull request #769 from igniterealtime/save-password-from-preference-panel
SPARK-2320 Save password from Preferences menu
2022-12-18 18:15:24 +03:00
ilya khlevnoy
cfc5b18d7b Save password from preference panel 2022-12-18 18:07:09 +03:00
ilyaHlevnoy
6945943563
Merge pull request #768 from igniterealtime/spark-1815
SPARK-1815 SPARK-1782 SPARK-2318 Roar
2022-12-17 23:27:12 +03:00
ilya khlevnoy
bfd49d17a6 Roar 1.0 2022-12-17 23:06:49 +03:00
ilya khlevnoy
83b383dc1e Improve GUI 2022-12-17 22:53:08 +03:00
ilya khlevnoy
05718e63a8 SPARK-1782 Roar popups shouldn't be shown when a tab is in focus 2022-12-17 16:35:35 +03:00