aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/CryptUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-4/+4
| | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this...
* fix #473: ROT13 on String or Spannable, including new testBananeweizen2011-09-161-0/+113