aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/TextUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Implements #3894, Only show Changelog on startup if hash code changedrsudev2014-06-121-3/+17
| | | | - switched from version checking to checksum checking
* Explicitely use ASCII when decoding a base64 binarySamuel Tardieu2014-04-101-0/+1
|
* refactoring: move charset definition into TextUtilsSamuel Tardieu2014-04-101-0/+3
|
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+0
|
* findbugs: more cleanupBananeweizen2013-12-081-0/+3
| | | | * include findbugs suppression annotations * have findbugs settings stored as shared settings
* fix #3402: crash on GPX exportBananeweizen2013-11-091-0/+12
|
* Do not retry loading a page after 404 from gc.comSamuel Tardieu2013-09-151-2/+4
| | | | | | When a page cannot be found, geocaching.com returns with a 404. Retrying while logged in would not change anything, and we should not consider ourselves as logged as guest because of this error.
* fix #2937: Merging of personal note not OKBananeweizen2013-07-051-2/+2
|
* refactoring: minor cleanup in utils classesBananeweizen2013-06-151-0/+154