|
|
d06bf16eb5
|
Fix Mainwindow Bounds not restoring - Replace File Transfer Icon in Preference - Attempt fix for null pointer in preference[to be tested]
|
2020-12-20 10:48:50 +03:00 |
|
|
|
8b95d439f6
|
Update Roaster Icons and Spacing - Fix appearance null error - Add Right click to Username in Login Panel
|
2020-12-19 22:25:25 +03: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 |
|
|
|
5a6d550b16
|
Update LF Manager to Allow Single LF Update ThemePanel and remove theme selection, update more icons
|
2020-12-19 14:22:39 +03:00 |
|
|
|
2534c6f3d9
|
Set FlafLaf as Default LF
|
2020-12-19 12:09:29 +03:00 |
|
|
|
3a0d3199c4
|
Update Login Panel Buttons and icons for MainWindow
|
2020-12-18 12:28:49 +03:00 |
|
|
|
f7660c4ed6
|
Update Preference UI. Update all visible icons to Material Outline Gray
|
2020-12-17 15:56:08 +03:00 |
|
|
|
816521d58b
|
Merge pull request #4 from igniterealtime/master
Update gui branch
|
2020-12-04 11:47:30 +03:00 |
|
|
|
648679cf88
|
SPARK-2204: Code cleanup: Remove statements with empty body
|
2020-11-26 23:31:01 +03:00 |
|
|
|
790cf68b6a
|
SPARK-2204: Code cleanup: Remove some deprecated methods usage
|
2020-11-26 23:15:10 +03:00 |
|
|
|
af9d7aea75
|
Merge branch 'master' of https://github.com/igniterealtime/Spark into igniterealtime-master
# Conflicts:
# core/src/main/java/org/jivesoftware/spark/ui/themes/LookAndFeelManager.java
|
2020-11-26 09:45:42 +03:00 |
|
|
|
b0605b3709
|
SPARK-2204: Code cleanup: Fix raw use of parametrized classes
|
2020-11-23 01:10:21 +03:00 |
|
|
|
1b6f512e00
|
SPARK-2204: Code cleanup: Minor issues
- Remove redundant throw clause
- Replace lambda statement with lambda expression
- Fix map key duplication
|
2020-11-22 22:55:14 +03:00 |
|
|
|
7f800b00a0
|
SPARK-2207: Display correct name for received file
When a file is received, it could be renamed (see SPARK-2198). The name that's displayed in the confirmation text needs to be modified accordingly.
|
2020-11-19 14:34:52 +01: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 |
|
|
|
0fb85eeb68
|
SPARK-2204: Code cleanup: Remove unused assignments and redundant catch clauses
|
2020-11-17 21:59:49 +03:00 |
|
|
|
517496e82c
|
SPARK-2204: Code cleanup: Convert wrapper types to primitive when possible
|
2020-11-17 21:42:17 +03:00 |
|
|
|
7fa5bc29b9
|
SPARK-2204: Code cleanup: Remove unused imports
|
2020-11-17 00:59:13 +03:00 |
|
|
|
ff7175800c
|
SPARK-2204: Code cleanup: Delete declaration of exceptions that are never thrown
|
2020-11-17 00:27:11 +03:00 |
|
|
|
bcd8f0c671
|
SPARK-2204: Code cleanup: Delete some empty unused methods
|
2020-11-17 00:05:07 +03:00 |
|
|
|
fb5a40c69a
|
SPARK-2204: Code cleanup: Add private and final modifiers to methods if possible
|
2020-11-16 23:37:28 +03:00 |
|
|
|
ff255e458e
|
SPARK-2204: Code cleanup: Solve some more issues with AIC/lambdas
|
2020-11-16 22:41:57 +03:00 |
|
|
|
6db11cfcf0
|
SPARK-2204: Code cleanup: Replace Collections.sort() with List.sort()
|
2020-11-15 22:06:13 +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 |
|
|
|
4fbfb88db6
|
SPARK-2204: Code cleanup: Optimize try-catch statements
|
2020-11-15 20:56:49 +03:00 |
|
|
|
79a4e366f0
|
SPARK-2204: Code cleanup: Remove explicit type arguments when applicable
This will improve code readability.
|
2020-11-15 02:02:41 +03:00 |
|
|
|
9cc1a85b43
|
SPARK-2204: Code cleanup: Replace String.indexOf() with contains() when applicable
|
2020-11-15 01:51:02 +03:00 |
|
|
|
3d80c6f9dc
|
SPARK-2204: Code cleanup: Replace valueOf-methods with parse-methods to avoid redundant boxing
|
2020-11-15 01:47:52 +03:00 |
|
|
|
1bce50f546
|
SPARK-2204: Code cleanup: Replace while-loops with foreach-loops (enhanced for statements)
|
2020-11-15 01:40:45 +03:00 |
|
|
|
872de24ead
|
SPARK-2204: Code cleanup: Replace for-loops with foreach-loops (enhanced for statements)
|
2020-11-15 01:32:09 +03:00 |
|
|
|
cb68ec37d7
|
SPARK-2204: Code cleanup: Replace if-sequences with switches and compare-methods calls when applicable
|
2020-11-15 01:19:12 +03:00 |
|
|
|
1fdb38d495
|
SPARK-2204: Code cleanup: Remove unused imports
|
2020-11-15 01:08:36 +03:00 |
|
|
|
82403faee8
|
SPARK-2204: Code cleanup: Remove some unnecessary constructs
|
2020-11-15 01:06:06 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
dec3a3e4cf
|
update Jira links to https + atlassian.net address
|
2020-11-14 07:30:07 -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 |
|
|
|
f6f273307d
|
SPARK-1469: Code cleanup: Fix probable bugs: Add NotNull annotations
|
2020-11-13 22:14:35 +03:00 |
|
|
|
7e6c4db774
|
SPARK-1469: Code cleanup: Fix probable bugs: Call to toString() on arrays
|
2020-11-13 22:01:29 +03:00 |
|
|
|
caaf9db56f
|
SPARK-1469: Code cleanup: Fix probable bugs: Remove empty statements.
Also remove the code that does nothing.
|
2020-11-13 21:53:51 +03:00 |
|
|
|
b7f4fe241a
|
SPARK-1469: Code cleanup: Fix probable bugs: Replace group delimiter literals with constant
|
2020-11-13 21:32:17 +03:00 |
|
|
|
a57aca5e3e
|
SPARK-1469: Code cleanup: Fix probable bugs: Copy constructor missed fields
|
2020-11-13 21:22:36 +03:00 |
|
|
|
0594317b79
|
SPARK-1469: Code cleanup: Fix probable bugs: Magic Constants
|
2020-11-13 20:59:25 +03:00 |
|
|
|
52a49be9bd
|
Merge pull request #562 from guusdk/SPARK-2196_fix-muc-invite
SPARK-2196: Fix invite to MUC room
|
2020-11-10 12:10:37 +02:00 |
|