Florian Schmaus
|
7d5274dad1
|
Use java.util.Base64 and remove build-in Base64 API
|
2019-04-09 09:33:32 +02:00 |
|
Florian Schmaus
|
7374caefef
|
Make StringEncoder generic
|
2018-08-21 11:09:26 +02:00 |
|
Florian Schmaus
|
b4694ec152
|
Add FinalClass checkstyle check
And mark affected classes final.
|
2015-04-06 10:45:12 +02:00 |
|
Florian Schmaus
|
de528eee67
|
Add JavadocPackage checkstyle
change from package.html to package-info.java. Add missing
package-info.java with a placeholder description.
|
2015-04-04 17:16:47 +02:00 |
|
Florian Schmaus
|
64d134052d
|
Enable javadoc checkstyle
and fix violations.
|
2015-03-29 12:29:32 +02:00 |
|
Florian Schmaus
|
51083b014e
|
Use NO_WRAP/DONT_BREAK_LINES when doing Base64 encoding
|
2014-09-05 23:40:06 +02:00 |
|
Florian Schmaus
|
5d4aa76d19
|
Create smack.util.stringencoder for Base64, Base32,…
Use Android's Base64 implementation when on Android, otherwise, when on
Java7, use the existing one.
|
2014-09-04 11:07:55 +02:00 |
|