aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils
Commit message (Expand)AuthorAgeFilesLines
* refactoring: javadocBananeweizen2012-05-241-0/+8
* Remove JavaDoc @author tag.SammysHP2012-05-232-7/+0
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+1
* Fix #1569: download details preview through StaticMapsProviderMarco Jacob2012-05-161-0/+47
* Fix #1574: location was sent with the wrong "what" informationSamuel Tardieu2012-05-151-5/+4
* Factor out geodata and direction handlerSamuel Tardieu2012-05-141-0/+122
* fix #1459: Refactoring navigation menuBananeweizen2012-05-052-7/+7
* Make memory field private and accessed in a synchronized waySamuel Tardieu2012-04-271-2/+2
* Use short-circuit boolean conditionSamuel Tardieu2012-04-271-1/+1
* Synchronized implementation of ISubject with pull capabilitiesSamuel Tardieu2012-04-271-0/+45
* Synchronized implementation of the ISubject interfaceSamuel Tardieu2012-04-271-0/+76
* Add Observer/Subject design pattern interfacesSamuel Tardieu2012-04-272-0/+79
* Refactoring: replace for loop by for each loopSamuel Tardieu2012-04-221-2/+2
* Refactoring: cleanup control flowSamuel Tardieu2012-04-201-2/+2
* Acknowledge the fact that we use a deprecated classSamuel Tardieu2012-04-201-0/+1
* make Log independent of SettingsStephan Merker2012-04-201-7/+16
* refactoring: rest in peace, cgBaseBananeweizen2012-04-182-4/+12
* Refactoring: move Login from network to connector.gcSamuel Tardieu2012-04-171-1/+1
* Refactoring: rename request into getRequestSamuel Tardieu2012-04-171-1/+1
* Fix #1402, makes caches access in cgeomap synchronizedrsudev2012-04-161-18/+43
* Fix: Android 1.6 doesn't have Log.wtf(), remove itSamuel Tardieu2012-04-151-20/+12
* Merge branch 'common-network-code' into upstreamSamuel Tardieu2012-04-131-1/+1
|\
| * Cleanup: do not add Content-Type to GET requestSamuel Tardieu2012-04-121-1/+1
* | refactoring: remove the logging tag from settingsBananeweizen2012-04-123-18/+17
|/
* Implements cache for live-map tilesrsudev2012-04-121-1/+47
* remove debug code from dfbdd962599a6034bba9945d92dbf0ba90580580Bananeweizen2012-04-121-0/+1
* Remove unused methodsSamuel Tardieu2012-04-112-56/+0
* Merge remote-tracking branch 'teschi/issue#1304'Bananeweizen2012-04-084-70/+266
|\
| * Support different modes of operation on LastRecentlyUsedMapteschi2012-04-032-4/+231
| * renamed LeastRecentlyUsedCache to LeastRecentlyUsedMapteschi2012-04-031-2/+2
|/
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-313-2/+67
* Merge pull request #1330 from samueltardieu/fix-828rsudev2012-03-241-0/+74
|\
| * Fix #828: do not use an extra thread to update the dataSamuel Tardieu2012-03-241-0/+74
* | Rename LRUList into BoundedListSamuel Tardieu2012-03-241-2/+2
|/
* static code analysis and other fixesBananeweizen2012-03-181-1/+8
* Limit number of caches displayed in Live Map. Fixes #1273blafoo2012-03-131-0/+46
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-2/+4
* refactoring: move constants and classes to the packages they belong toBananeweizen2012-03-041-1/+1
* Moved methods to better fitting classesblafoo2012-02-291-0/+96
* Avoid NPE. Fixes #1174blafoo2012-02-241-21/+11
* Merge pull request #1162 from RoadRunner-/issue#1147M@®k2012-02-241-29/+2
|\
| * Another change to the regexTorsten Keil2012-02-231-1/+1
| * Improved pattern to respect dot as thousands separator tooTorsten Keil2012-02-221-1/+1
| * Replaced parsing for find count by usage of defined patternTorsten Keil2012-02-221-29/+2
* | Unified methods for BASE 31blafoo2012-02-231-27/+0
|/
* optimization: use available find count in log templatesBananeweizen2012-02-181-5/+8
* Add ability to copy coordinates (this required removing long press fromcampbeb2012-02-131-0/+18
* Added qualifier to force classic mode of translate.google.com websitecampbeb2012-02-061-1/+2
* Change clipboard function name to match what it doescampbeb2012-02-021-2/+2
* Add translation utility class.campbeb2012-01-311-0/+27