aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils/TextUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-101-4/+0
|
* fix #4641: wrong sort order in caches filterSamuel Tardieu2015-02-011-0/+13
|
* Code and parameter naming cleanupSamuel Tardieu2014-08-151-20/+17
|
* Use an explicit charset when encoding a stringSamuel Tardieu2014-08-151-1/+1
|
* fix #4177: TextUtils.getMatch ignores last parameterSamuel Tardieu2014-08-151-14/+15
|
* 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