aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeotouch.java
Commit message (Expand)AuthorAgeFilesLines
* new: disable suggestions in trackable code fields, #839bananeweizen2011-11-271-0/+1
* don't use regular expressions for String replacementBananeweizen2011-11-191-9/+8
* Enabled (and fixed) (more) warningsblafoo2011-11-181-0/+1
* Prevent boolean boxing/unboxingSamuel Tardieu2011-11-091-1/+1
* Remove comparisons to booleansSamuel Tardieu2011-10-091-2/+2
* Fixed + refactored cgTrackable, added testblafoo2011-10-081-3/+3
* Use symbolic errors instead of hardcoded integersSamuel Tardieu2011-10-051-42/+23
* Make several things static following the Settings static moveSamuel Tardieu2011-10-051-1/+1
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-22/+32
* fix #552: don't invoke getRating for non GC cachesBananeweizen2011-10-021-1/+1
* Use Parameters instead of Map<String, String> for parametersSamuel Tardieu2011-09-271-3/+1
* Inline host stringsSamuel Tardieu2011-09-261-3/+1
* Remove method parameter to request()Samuel Tardieu2011-09-261-3/+2
* Reorganize HTTP trafficSamuel Tardieu2011-09-261-1/+1
* Use android.net.Uri instead of java.net.URISamuel Tardieu2011-09-261-2/+2
* Precompute static URI valuesSamuel Tardieu2011-09-221-2/+3
* Use URI instead of secure/host/path when calling request()Samuel Tardieu2011-09-221-1/+3
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+458