Commit Graph

75 Commits

Author SHA1 Message Date
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
8210deb9a0 Merge pull request #623 from Flowdalic/smack-4.4
Bump Smack to 4.4
2021-12-15 15:37:45 +03:00
3507e126ed Fix potential NPE in FastPath invitation handler 2021-12-10 13:23:24 +01:00
3fb5e28572 Update fastpath.properties 2021-07-01 17:32:01 +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
894478ab45 SPARK-2204: Code cleanup: Fix raw using of parametrized classes 2020-11-26 22:54:05 +03: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
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
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
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
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
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
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
dec3a3e4cf update Jira links to https + atlassian.net address 2020-11-14 07:30:07 -06: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
0b4b174eef SPARK-1469: Code cleanup: remove redundant local variables. 2020-11-04 23:57:51 +03:00
96a097c649 SPARK-1469: Code cleanup: resolve control flow issues. 2020-11-04 23:14:18 +03:00
93d76d662f SPARK-1469: Code cleanup: remove unused imports. 2020-11-04 22:17:50 +03:00
fae96978d0 SPARK-1469: Code cleanup: remove redundant code constructs. 2020-11-04 00:01:02 +03:00
4359d04f6c SPARK-1469: Code cleanup: make nested classes static if applicable. 2020-11-03 22:11:19 +03:00
fb616c83bf SPARK-1469: Code cleanup: resolve performance issues related to string concatenations. 2020-11-03 00:56:14 +03:00
c6e4037aa1 SPARK-1469: Code cleanup: replace iterations with bulk operations. 2020-11-02 23:43:30 +03:00
ed533c0254 SPARK-1469: Code cleanup: delete unused imports. 2020-11-02 23:43:30 +03:00
93c1c784fb Replace usage of deprecated method with alternative.
Deprecated method:
org.jivesoftware.smack.packet.Stanza.setFrom(java.lang.String)
Alternative method:
org.jivesoftware.smack.packet.Stanza.setFrom(org.jxmpp.jid.Jid)
2020-10-27 22:18:20 +03:00
52f4d7ab05 Replace usage of deprecated method with alternative and remove method itself.
Deprecated method:
```
org.jivesoftware.spark.SessionManager.getBareAddress
```
Alternative method:
```
org.jivesoftware.spark.SessionManager.getUserBareAddress
```
Alternative method renamed from getBareUserAddress() to getUserBareAddress().
2020-10-25 20:59:23 +03:00
ff3099aead Replace usage of deprecated method with alternative and remove method itself.
Deprecated method: org.jivesoftware.spark.ui.ChatRoom.getRoomname().
Alternative method: org.jivesoftware.spark.ui.ChatRoom.getBareJid().
2020-10-25 20:09:41 +03:00