8fcc17840f
treewide refactoring:
...
Remove serialVersionUID.
Use LocalPreferences pref field.
Extract SparkManager.mucManager, discoManager, and use SparkManager.sessionManager.privateDataManager to reduce direct usage of connection.
Reformat and use modern java syntax.
2026-02-06 19:31:00 +02:00
77f0e33b80
Update plugin versions and homepage URL
2026-02-02 12:10:46 +02:00
e161cf11e8
Update version to 3.1.0-SNAPSHOT
2026-02-01 23:47:56 +02:00
881d6678b2
plugins: optimize PNG files
2026-02-01 20:04:19 +02:00
b09d385496
SPARK-2017: Upgrade Java version to 11
2026-01-30 23:53:05 +02:00
8313e43eb4
SPARK-2360: Isolate bugs, log improvements
...
There is a slew of minor issues, such as operating on non-existing images, that throw unchecked exceptions and break the application badly.
To isolate these occurrences, exception handling can be put in place, with some logging being generated. That won’t solve the underlying issue, but it should limit the impact of these issues.
2025-10-10 12:34:32 +02:00
4ba8780058
Translate roar_i18n.properties in zh_CN
...
100% translated source file: 'roar_i18n.properties'
on 'zh_CN'.
2024-06-26 09:58:59 +02:00
548b62ae4d
Translate roar_i18n.properties in pt_PT
...
100% translated source file: 'roar_i18n.properties'
on 'pt_PT'.
2023-12-27 13:48:26 +01:00
aa70f9be52
march release toward 3.0.3-SNAPSHOT
2023-03-31 12:37:43 -05:00
746a17c029
Denote Spark 3.0.2 release
2023-03-31 17:54:02 +03:00
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
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
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
44478e1fa2
Update Roar Icon
2022-12-27 18:27:43 +03:00
e74994aafc
ROAR Pluign Remove - requires restart. Add translation. ( #811 )
2022-12-26 14:00:40 +03:00
9694ebce0d
Add focus for Roar ( #770 )
2022-12-19 16:13:44 +03:00
bfd49d17a6
Roar 1.0
2022-12-17 23:06:49 +03:00
83b383dc1e
Improve GUI
2022-12-17 22:53:08 +03:00
05718e63a8
SPARK-1782 Roar popups shouldn't be shown when a tab is in focus
2022-12-17 16:35:35 +03:00
66875cded8
Simplify the plugin and remove unnecessary logic
2022-12-17 14:55:20 +03:00
8c432c94d7
Changing the default settings
2022-12-17 14:01:53 +03:00
9c695a1f09
SPARK-1815 Roar custom popup can't be closed after closing the chat window
2022-12-17 11:13:12 +03:00
f9965b33b5
Spark 3.0.2 snapshot ( #767 )
2022-12-12 22:32:22 +03:00
8e13cd3d17
Denote Spark 3.0.1 Release
2022-12-12 21:56:36 +03:00
13bcb2bfdc
march master branch toward 3.0.1-SNAPSHOT
2022-11-14 20:14:10 +03:00
238f205c05
Denote Spark 3.0.0 Release
2022-11-14 08:19:40 -06:00
9f37520a6d
SPARK-2128 Fix lang for java 8-17
2022-01-06 21:21:46 +03:00
9b61b7ea66
Update roar_i18n_ru_RU.properties
2021-06-26 19:06:54 +03:00
a493fce759
SPARK-2217 Update Russian translation
2021-06-23 13:05:42 +03:00
81e31e5b54
march master branch toward 3.0.0-SNAPSHOT
2021-04-26 15:34:52 -05:00
e5acbc3027
Denote release 3.0.0-beta
2021-04-25 21:25:25 -05:00
311eb972a4
Change bevel borders to flat line borders
2020-12-28 18:07:26 +03:00
666549918b
Update emoticons and fix missing icons in preferences and chat room
2020-12-19 18:19:15 +03:00
790cf68b6a
SPARK-2204: Code cleanup: Remove some deprecated methods usage
2020-11-26 23:15:10 +03:00
7c6b4e827f
SPARK-2204: Code cleanup: Remove unused fields and variables
2020-11-17 23:26:30 +03:00
ff7175800c
SPARK-2204: Code cleanup: Delete declaration of exceptions that are never thrown
2020-11-17 00:27:11 +03:00
fb5a40c69a
SPARK-2204: Code cleanup: Add private and final modifiers to methods if possible
2020-11-16 23:37:28 +03:00
75682fec07
SPARK-2204: Code cleanup: Remove redundant final modifier from private and static methods
2020-11-16 22:48:52 +03:00
e474e1c67f
SPARK-2204: Code cleanup: Use Java 8 features like lambda statements/expressions, and method references instead of anonymous inner classes implementing functional interfaces
2020-11-15 22:02:28 +03:00
3505abc5d5
SPARK-2204: Code cleanup: Replace string literals with Standard Charset objects when applicable
2020-11-15 01:03:02 +03:00
bbf8d95caa
SPARK-2204: Code cleanup: Make fields final if possible
...
This can have a good effect on performance, I think
2020-11-15 00:58:49 +03:00
1491bb0cde
SPARK-2204: Code cleanup: Remove unnecessary modifiers from enum constructors and inner enums
2020-11-15 00:35:55 +03:00
fda951eabf
SPARK-2204: Code cleanup: Remove unnecessary modifiers from interfaces methods and inner classes
2020-11-15 00:30:08 +03:00
67638034d2
march master branch toward 2.9.5-SNAPSHOT
2020-11-14 07:05:11 -06:00
b1f908b696
Denote release 2.9.4
2020-11-14 06:45:21 -06:00
506e744fbd
SPARK-1469: Code cleanup: Fix probable bugs: Remove unused assignment and redundant initializers
2020-11-13 23:00:43 +03:00
0b4b174eef
SPARK-1469: Code cleanup: remove redundant local variables.
2020-11-04 23:57:51 +03:00
fae96978d0
SPARK-1469: Code cleanup: remove redundant code constructs.
2020-11-04 00:01:02 +03:00
4359d04f6c
SPARK-1469: Code cleanup: make nested classes static if applicable.
2020-11-03 22:11:19 +03:00
ed533c0254
SPARK-1469: Code cleanup: delete unused imports.
2020-11-02 23:43:30 +03:00