ImgScroll/src/main/java/com/rarchives/ripme/utils
Gaboso cb85a0fa35 Improvement in Base64 (#545)
* Improvement in Base64

Added a private constructor to hide the implicit public one.
Modified the switch statement by the 'if' statement to increase readability.
Merge 'if' blocks with equal implementations.
Extracted the ternary operation nested in an independent declaration.

* Removed unnecessary method.
Bringing back the braces.
Clarifying ternary operation with parentheses.
2017-06-06 10:13:28 -07:00
..
AES.java Attempt to remove transient failure of tests 2015-02-06 03:01:02 -08:00
Base64.java Improvement in Base64 (#545) 2017-06-06 10:13:28 -07:00
Http.java Fix imagestash, better exception logging on HTTP failures 2015-03-30 01:41:40 -07:00
RipUtils.java Spacing around keywords and braces 2017-05-09 17:50:32 -07:00
Utils.java Spacing around keywords and braces 2017-05-09 17:50:32 -07:00