2d6af4dcad
correct a typo
2021-12-29 18:49:19 +03:00
a474ea2809
SPARK-2249 Add translation for hours, min to Awaytime
...
The name of Away time(h,min) is now hardcoded, it would be useful if it changed with the language.
2021-12-29 12:37:36 +03:00
687196725f
Update JUnit to 4.13.2
2021-12-19 22:43:03 +03:00
8210deb9a0
Merge pull request #623 from Flowdalic/smack-4.4
...
Bump Smack to 4.4
2021-12-15 15:37:45 +03:00
4066517a8e
Merge pull request #653 from guusdk/npe-invite
...
Fix potential NPE in FastPath invitation handler
2021-12-13 15:30:55 +03:00
6b6fd046bd
Spellchecker missing letter in translation RU
...
Spellchecker missing letter in translation RU
2021-12-12 19:01:21 +03:00
316d8979e3
Fix the encoding for and update the icon.
2021-12-11 16:37:43 +03:00
3507e126ed
Fix potential NPE in FastPath invitation handler
2021-12-10 13:23:24 +01:00
a6caa6dd42
Revive the 'spell checker' plugin (using Jitsi-provided dependencies)
2021-12-10 13:21:57 +01:00
db5b7ee1ee
Merge pull request #640 from Plyha/extended-away
...
Refresh status icons (add Extended away icon, replace status icons and tray icons)
2021-07-05 17:48:09 +03:00
3fb5e28572
Update fastpath.properties
2021-07-01 17:32:01 +03:00
9b61b7ea66
Update roar_i18n_ru_RU.properties
2021-06-26 19:06:54 +03:00
1b2821fb4a
Update fastpath_i18n.properties
2021-06-23 15:03:34 +03:00
680e298c88
Update fastpath_i18n_ru_RU.properties
...
The English and German characters look readable.But the Cyrillic alphabet is not displayed. I think this is due to the fact that this text becomes bold.
2021-06-23 14:36:38 +03:00
0797699913
return back
2021-06-23 13:40:49 +03:00
a493fce759
SPARK-2217 Update Russian translation
2021-06-23 13:05:42 +03:00
3982bd0b08
Update fastpath.properties
2021-06-21 17:13:32 +03:00
b04a968f09
Replace Fastpath icons
...
Hi,
I see that Fastpath is using old icons.
I think they need to be replaced with new ones.
Before
https://yadi.sk/i/9OR2vxG6wz06ag
After
https://yadi.sk/i/dGBd5H1KD8IYHg
2021-06-20 21:54:40 +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
311eb972a4
Change bevel borders to flat line borders
2020-12-28 18:07:26 +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
1e00ddfbfe
Merge pull request #578 from R87A/SPARK-2204
...
SPARK-2204: Code cleanup
2020-11-27 13:58:46 +02:00
12d5f4ffb0
Merge pull request #577 from igniterealtime/fix-meet-plugin-deleolajide-1
...
Run the electron download in a thread
SPARK-1828
SPARK-2161
SPARK-2166
2020-11-27 13:57:08 +02:00
790cf68b6a
SPARK-2204: Code cleanup: Remove some deprecated methods usage
2020-11-26 23:15:10 +03:00
894478ab45
SPARK-2204: Code cleanup: Fix raw using of parametrized classes
2020-11-26 22:54:05 +03:00
2e81a0b9f4
Run the electron download in a thread
...
replace sun.misc.BASE64Decoder with javax.xml.bind.DatatypeConverter
2020-11-25 21:35:38 +00:00
f01e9adf00
update the base64 decoder
2020-11-25 21:25:17 +00:00
b0605b3709
SPARK-2204: Code cleanup: Fix raw use of parametrized classes
2020-11-23 01:10:21 +03: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
75682fec07
SPARK-2204: Code cleanup: Remove redundant final modifier from private and static methods
2020-11-16 22:48:52 +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
e2f9214cda
SPARK-2204: Code cleanup: Replace StringBuffer with StringBuilder when applicable
2020-11-15 01:57:55 +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