a621c6295d
Flashing plugin: increase version to 1.4
2026-07-24 01:11:04 +03:00
df7a0a1b12
cleanup Flashing plugin
2026-07-23 22:06:54 +03:00
92140d2d74
Translations update
2026-07-05 20:29:29 +03:00
ded3fcd379
Update translations: remove spaces around =
2026-07-05 18:15:49 +03:00
ff3f9705cd
Route console output through the Log class
2026-06-27 14:46:07 +03:00
50aa72cca3
Preferences: remove shutdown(), load prefs before getData(), remove async
2026-05-17 14:27:01 +03:00
64389178b9
FlashingResources: add icon
2026-04-26 07:03:55 +03:00
ad7601a8cf
treewide cleanup, refactor and reformat
...
Remove serialVersionUID because RPI is not used.
Add missing Override annotation.
Use isEmpty() and isBlank().
Reduce line spaces.
2026-04-19 13:45:16 +03:00
b8d71edab8
PluginManager: don't absolutize PLUGINS_DIRECTORY and simplify
2026-04-05 17:03:57 +03:00
7d726f7397
chore: plugin.xml remove <!-- Define your plugins -->
2026-04-04 22:55:34 +03:00
09e765afe4
SPARK-2128 Remove the UTF8Control introduced in SPARK-2128
2026-04-02 23:31:32 +03:00
e94281376e
i18n: simplify language codes and remove unnecessary country
2026-04-02 23:23:09 +03: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
b09d385496
SPARK-2017: Upgrade Java version to 11
2026-01-30 23:53:05 +02: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
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
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
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
666549918b
Update emoticons and fix missing icons in preferences and chat room
2020-12-19 18:19:15 +03:00
b0605b3709
SPARK-2204: Code cleanup: Fix raw use of parametrized classes
2020-11-23 01:10:21 +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
1785f1843b
SPARK-2204: Code cleanup: Solve control flow issues
2020-11-14 23:16:59 +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
96a097c649
SPARK-1469: Code cleanup: resolve control flow issues.
2020-11-04 23:14:18 +03:00
bb937127ab
march master branch toward 2.9.4-SNAPSHOT
2020-10-24 07:05:19 -05:00
24dce9789b
Denote Spark 2.9.3 Release
2020-10-24 06:40:29 -05:00
928a0ad85e
march master branch toward 2.9.3-SNAPSHOT
2020-08-30 13:22:12 -05:00
53d9ed6df3
Denote Spark 2.9.2 Release
2020-08-30 19:46:45 +02:00
2c48ffe1a8
march master branch toward 2.9.2-SNAPSHOT
2020-08-25 13:35:13 -05:00
4c7f54d2be
Denote Spark 2.9.1 Release
2020-08-25 13:14:31 -05:00
5916368145
march master branch toward 2.9.1-SNAPSHOT
2020-08-17 08:13:37 -05:00
f1465b521d
Denote Spark 2.9.0 Release
2020-08-17 07:13:31 -05:00
49149a5bf0
Increase version number of all plugins
...
Since the last release, major changes were applied to the project. To reflect this, I've increased the version number of all of the plugins.
Not all plugins might have had functional changes, but given that the project structure has changed a lot, some kind of increase (that will allow us to tell plugins before and after this release apart) could be helpful.
2020-08-16 18:56:14 +02:00
4449d34e72
SPARK-2093 plugins fixes
2020-06-08 12:46:33 +03:00
7d8de7f62e
SPARK-2091 code cleanup
2019-02-28 00:07:17 +02:00
707a53cdd5
SPARK-2091 code cleanup
2019-02-27 23:52:15 +02:00