65 Commits

Author SHA1 Message Date
7df071c257 Make icons cache with EnumMap 2026-03-16 19:39:34 +02:00
d26aec6dd4 Use sendIqRequestAndWaitForResponse() 2026-03-15 22:41:26 +02:00
5b6f0b34f6 Remove empty methods in listeners 2026-03-12 15:51:20 +02:00
77f0e33b80 Update plugin versions and homepage URL 2026-02-02 12:10:46 +02:00
d12d0a6427 reformat Upload Plugin 2026-02-02 11:47:37 +02:00
b315a61f88 SPARK-2366: Include Content Type when using File Upload 2026-02-01 23:49:41 +02:00
e161cf11e8 Update version to 3.1.0-SNAPSHOT 2026-02-01 23:47:56 +02:00
39867d80a8 SPARK-2336: Use system HTTP client that will initialize proxy itself 2026-01-31 00:44:09 +02:00
fbe4eea90f Use UTF_8 constant for encoding 2026-01-30 23:53:05 +02:00
b09d385496 SPARK-2017: Upgrade Java version to 11 2026-01-30 23:53:05 +02:00
c64375052c Equals for enums 2026-01-28 23:15:44 +02:00
a2b277cd88 SPARK-2355: Migrate to MessageBuilder 2026-01-06 11:36:02 +01:00
d960a54d3a SPARK-2355: Migrate to new Smack API 2026-01-06 11:36:02 +01:00
e7d167931e ChatRoomDecorator and SparkMeetPlugin: message.To is set in sendMessage() 2026-01-05 20:39:37 +01:00
a5468137fe SparkFileUploadPlugin: remove empty lines 2026-01-05 20:39:37 +01:00
a6987246cf SparkFileUploadPlugin.messageReceived() avoid NPE 2026-01-05 20:39:37 +01:00
1e7860fe70 fileupload plugin: simplify description 2025-10-09 15:50:08 +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
d690769035 SPARK-2326: Upgrade Apache HttpClient from 3.1 to 5.2.1 2023-03-14 13:15:25 +01: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
9e37449003 SPARK-2317 HTTP File Upload Plugin button not opening in private chat (#765)
-Use EntityJid
-Remove unused code
2022-12-11 20:13:45 +03:00
9090147741 SPARK-2305: Improved logging for HTTP FIle Upload 2022-11-15 09:22:31 +00: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
a62162ed5d Fix freeze UI. Upload each file in a separate thread.Add dialog
Fix freeze UI. Upload each file in a separate thread and add error dialog
2022-10-19 22:12:05 +03:00
1c4f28c0c1 Linux and MacOs can useFileUploadPlugin and SparkMeetPlugin (#746) 2022-10-18 15:00:37 +03:00
58a3ff488d Bump Smack to 4.4
Fixes SPARK-2212
2021-05-06 10:56:59 +02: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
fa6651c27d UI and Icons Update 2020-12-19 15:34:22 +03:00
f01e9adf00 update the base64 decoder 2020-11-25 21:25:17 +00:00
d714fb6112 SPARK-2204: Code cleanup: Remove unused imports 2020-11-17 23:34:46 +03:00
7c6b4e827f SPARK-2204: Code cleanup: Remove unused fields and variables 2020-11-17 23:26:30 +03:00
7fa5bc29b9 SPARK-2204: Code cleanup: Remove unused imports 2020-11-17 00:59:13 +03:00
fb5a40c69a SPARK-2204: Code cleanup: Add private and final modifiers to methods if possible 2020-11-16 23:37:28 +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
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
5c9f41151e SPARK-2204: Code cleanup: Replace C-style array declarations with Java-style ones
Just for justice:)
2020-11-15 00:50:51 +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
96a097c649 SPARK-1469: Code cleanup: resolve control flow issues. 2020-11-04 23:14:18 +03:00
48708bdb07 Replace usage of deprecated method with alternative.
Deprecated method:
```
public void org.jivesoftware.smack.packet.setTo(String)
```
Alternative method:
```
public void org.jivesoftware.smack.packet.setTo(Jid)
```
2020-10-25 20:36:22 +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
31abf18ca4 Refactor: rename getRoomJid() to getBareJid() in ChatRoom class and its derived classes for more clarity. 2020-10-07 18:14:09 +03:00