4310 Commits

Author SHA1 Message Date
ilya khlevnoy
9b08aa3886 Merge branch 'master' of https://github.com/igniterealtime/Spark 2024-09-08 01:15:03 +03:00
ilya khlevnoy
4d603e5f29 SPARK-2346 add default-jre for Linux Deb 2024-09-08 01:14:35 +03:00
ilya khlevnoy
61a03f2c87 add default-jre for Linux Deb 2024-09-08 01:06:53 +03:00
ilya khlevnoy
d58be8d6d4 SPARK-2346 Remove unnecessary files when building Spark via install4j 2024-09-08 00:54:40 +03:00
transifex-integration[bot]
7c0e1a19a3
Translate spark_i18n.properties in zh_CN
100% translated source file: 'spark_i18n.properties'
on 'zh_CN'.
2024-09-04 09:24:48 +00:00
Sergey Ponomarev
285c857d5f Use APP_NAME from spark.properties instead of APPLICATION_NAME from default.properties 2024-08-31 21:06:11 +03:00
Sergey Ponomarev
74dec456b5 SPARK-2337 PluginViewer.loadInstalledPlugins() and AutoCompleteDocument.autoComplete(): remove redundant casts 2024-08-31 11:59:15 +03:00
Sergey Ponomarev
73c5a205b3 SPARK-2337 PluginViewer.getPluginList(): merge var declarations with assignment 2024-08-31 11:59:15 +03:00
Sergey Ponomarev
b4fa44a657 SPARK-2337 PluginViewer.getPluginList(): remove redundant exception catch: another one exists for the whole block 2024-08-31 11:59:15 +03:00
Sergey Ponomarev
002b2ab1e9 SPARK-2337 PluginViewer.getPluginList(): get plugin name before checking of minSparkVersion 2024-08-31 11:59:15 +03:00
Sergey Ponomarev
c7a6d8c4f0 SPARK-2337 PluginViewer.getPluginList(): extract sparkVersion var to get it once for all plugins 2024-08-31 11:59:15 +03:00
Sergey Ponomarev
b4fb685852 SPARK-2337 JiveInfo.getVersion() avoid null
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-31 11:59:15 +03:00
Sergey Ponomarev
3799e96b94 SPARK-2337 PluginViewer.getPluginList() return empty list on exception
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-31 11:59:15 +03:00
Sergey Ponomarev
2d7576eedd SPARK-2337 Use Files.write() to save bytes to file
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-31 11:59:15 +03:00
Sergey Ponomarev
12721d9cfe SPARK-2337 VCardManager fix typo
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-31 11:59:15 +03:00
Sergey Ponomarev
4fa78d8b8a SPARK-2337 Rewrite usage of Map.containsKey() to avoid double lookup
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-31 11:59:15 +03:00
Sergey Ponomarev
d09964ca3c SPARK-2337 ContactList.sendMessages(): early return
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-31 11:59:15 +03:00
ilyaHlevnoy
534f8f545f
Merge pull request #879 from stokito/search
SPARK-2343 Show error "Contact search service is not available"
2024-08-31 11:58:38 +03:00
ilyaHlevnoy
06cafbd7b1
Merge pull request #878 from stokito/rm_transports
SPARK-2342 Remove unsupported gateway transports
2024-08-26 22:19:14 +03:00
Sergey Ponomarev
9c46ea6b64 SPARK-2343 Show error "Contact search service is not available" if no any search service provided
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-26 15:53:04 +03:00
Sergey Ponomarev
6e987289d7 GatewayPlugin.populateTransports(): use switch to match transport prefix 2024-08-25 11:43:05 +03:00
Sergey Ponomarev
60dc5710c7 TransportRegistrationDialog: increase height 2024-08-25 11:23:03 +03:00
Sergey Ponomarev
5d3804e844 SPARK-2342 Remove unsupported gateway transports 2024-08-25 11:08:37 +03:00
Sergey Ponomarev
3a7338b26d GatewayPlugin.populateTransports() reformat 2024-08-25 10:40:03 +03:00
ilyaHlevnoy
960936020e
Merge pull request #876 from stokito/empty_string
SPARK-2337 Refacroring, cleanup and reformat
2024-08-24 22:13:54 +03:00
Sergey Ponomarev
b4a355f83b RosterDialog: groupModel will always have at least one group Friends 2024-08-24 15:56:22 +03:00
Sergey Ponomarev
4738d93c52 RosterDialog: cleanup 2024-08-24 15:50:51 +03:00
Sergey Ponomarev
0861b9252c SpellcheckChatRoomDecorator, SpellcheckerPreferenceDialog, LanguagePlugin: refactor usage of locale.getDisplayLanguage()
Add generics.
Use for each.
The locale.getDisplayLanguage will never return null and not needed to be trimmed.
2024-08-24 15:06:34 +03:00
Sergey Ponomarev
0f6bf8565f InputDialog, PasswordDialog, InputTextAreaDialog: simplify propertyChange() 2024-08-24 14:44:17 +03:00
Sergey Ponomarev
193a9e4c42 Use ModelUtil.hasLength() 2024-08-24 14:42:12 +03:00
ilyaHlevnoy
f44c3bd80a
Merge pull request #873 from stokito/resize_image
refactoring: GraphicUtils.scaleImageIcon(): scale only if needed
2024-08-24 13:22:56 +03:00
ilyaHlevnoy
bee51cefa6
Merge pull request #874 from stokito/contact_list_defaults
Make showOfflineUsers true by default
2024-08-24 13:17:06 +03:00
ilyaHlevnoy
3da5d355a7
Merge pull request #875 from stokito/direct_tls
Refactor: rename the confusing "Old SSL" to "Direct TLS"
2024-08-24 13:14:08 +03:00
Sergey Ponomarev
6ee0092a74 LoginDialog and AccountCreationWizard: extract configureConnectionTls() 2024-08-24 12:00:06 +03:00
Sergey Ponomarev
1d58ed1125 LoginDialog: merge ifs 2024-08-24 11:50:03 +03:00
Sergey Ponomarev
cb070f6996 LoginDialog and AccountCreationWizard: make TLS initialization looking similar: merge ifs 2024-08-24 11:43:56 +03:00
Sergey Ponomarev
815bd06e5b LoginDialog and AccountCreationWizard: make TLS initialization looking similar 2024-08-24 11:42:08 +03:00
Sergey Ponomarev
8e75712887 LocalPreferences: rename isSSL() to isDirectTls()
The property remains same sslEnabled
2024-08-24 11:30:41 +03:00
Sergey Ponomarev
f5dae0be9e SecurityLoginSettingsPanel: rename useSSLBox to useDirectTlsBox
The label translation property remains same
2024-08-24 11:04:46 +03:00
Sergey Ponomarev
768043a37d Make showOfflineUsers true by default
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-23 21:50:05 +03:00
Sergey Ponomarev
97beb604fc GraphicUtils.scaleImageIcon(): scale only if needed 2024-08-23 20:56:05 +03:00
Sergey Ponomarev
7eb44ca4cc GraphicUtils.scaleImageIcon() reformat 2024-08-23 20:54:20 +03:00
ilyaHlevnoy
b53b814740
Merge pull request #872 from stokito/refactor_cleanup
SPARK-2337 Refactor and cleanup
2024-08-22 21:53:02 +03:00
ilyaHlevnoy
58cbb68a91
add java 21 2024-08-21 22:57:15 +03:00
ilyaHlevnoy
604b4d24a6
Merge pull request #867 from stokito/fix_sys_path
SPARK-2302 plugins/ofmeet: hide the NoSuchFieldException sys_paths
2024-08-21 22:07:36 +03:00
Sergey Ponomarev
5d326b8772 AvatarPanel.resizeImage(): use built-in scaling of Thumbnails
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-20 22:38:06 +03:00
Sergey Ponomarev
c6d5861e94 AvatarPanel.setAvatar(): simplify ImageFilter and remove unused code
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-20 22:21:03 +03:00
Sergey Ponomarev
ebadc69815 LocalPreferences.findPropertyNamesForStoredPasswords(): ignore passwordSaved property
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-20 22:09:22 +03:00
ilyaHlevnoy
775e68e8cc
Merge pull request #866 from stokito/maven
Fix Maven build
2024-08-19 22:57:31 +03:00
Sergey Ponomarev
866e0ec599 ModelUtil.getTimeFromLong(): show the LESS_THAN_ONE_MINUTE only if no days and hours
Optimizations: allocate more for the string builder and append space as char
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2024-08-18 20:57:36 +03:00