aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
Commit message (Expand)AuthorAgeFilesLines
* Partially revert e5efa831a88cab7675b65a3fb596990d88975ee2SammysHP2011-11-181-11/+1
* Fix #812: Leading zeros for coordinatesSammysHP2011-11-181-6/+6
* Refactor "parseSearch" to use BaseUtils matching routines #679blafoo2011-11-184-288/+243
* Consider setting for ratingblafoo2011-11-181-1/+1
* Enabled (and fixed) (more) warningsblafoo2011-11-187-2/+9
* New: Click on coordinates in detail view to switch between formatsSammysHP2011-11-172-1/+30
* Remove Format.LAT_LON_DECMINUTE_PIPESammysHP2011-11-176-30/+26
* Fix #759: Better button for inventory actionsSammysHP2011-11-171-3/+7
* New: Manual-button in coordinate-dialogSammysHP2011-11-171-0/+8
* increase readability, fixes #809Bananeweizen2011-11-171-10/+10
* hide some menus for empty lists, fixes #665Bananeweizen2011-11-171-24/+18
* show event date in cache list, fixes #805Bananeweizen2011-11-172-18/+30
* remove duplicate code, preparation for #83Bananeweizen2011-11-171-116/+42
* Better icon for live-map-refreshSammysHP2011-11-161-1/+1
* New #799: Edit and more options for any-location-historySammysHP2011-11-161-41/+70
* Fix #801: Batch-actions for trackables not workingSammysHP2011-11-161-1/+1
* Fix #783: Cache voted 5/5 but shows 4.5 starsSammysHP2011-11-163-23/+28
* Remove empty directories left hanging on the secondary storageSamuel Tardieu2011-11-161-1/+21
* Create directories only when we will write a fileSamuel Tardieu2011-11-167-29/+30
* Prevent null check warningsSamuel Tardieu2011-11-163-29/+31
* Avoid warning by adding appropriate null checksSamuel Tardieu2011-11-161-2/+3
* Mark methods as static when possibleSamuel Tardieu2011-11-161-1/+1
* Remove useless null checkSamuel Tardieu2011-11-161-1/+1
* Use an activity where it is requiredSamuel Tardieu2011-11-161-9/+13
* No need to store the context in a field of an Activity descendantSamuel Tardieu2011-11-161-15/+13
* Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-11-1615-242/+384
|\
| * Merge pull request #796 from rsudev/refactor_mapsourcesBananeweizen2011-11-1515-242/+384
| |\
| | * Mapsource refactor little cleanup:rsudev2011-11-151-12/+12
| | * Implementing #179, refactor maps to single source, last partrsudev2011-11-1515-242/+384
* | | delete unused class, move UnknownTagsHandler to utilsBananeweizen2011-11-153-39/+2
|/ /
* | fix #795, use GC connector if only guid is availableBananeweizen2011-11-151-0/+6
|/
* refactor GCVote ratings, move into own packageBananeweizen2011-11-156-49/+79
* new: allow offline log without any login data stored, fixes #793Bananeweizen2011-11-152-12/+18
* fix: using "no rating" sets a rating of 0.5 starsBananeweizen2011-11-151-0/+3
* correctly update button label when logging, fixes #792Bananeweizen2011-11-151-19/+20
* support import of PQs that include PQ name in download zip file nameStephan Merker2011-11-141-1/+1
* import zipped GPX files (as send by pocket queries)Stephan Merker2011-11-132-6/+73
* wrong code send to Go4Cache API when using compassBananeweizen2011-11-132-14/+26
* refactor duplicate code from mapBananeweizen2011-11-133-40/+50
* minor code cleanup in coords dialogBananeweizen2011-11-131-57/+68
* have Go4Cache localized, show also age of information, fixes #782Bananeweizen2011-11-136-30/+39
* crash in hidden by search, fixes #779Bananeweizen2011-11-131-1/+3
* change button text if logging not possible, fixes #460Bananeweizen2011-11-132-116/+76
* NPE when logging in airplane modeBananeweizen2011-11-131-0/+5
* Merge remote branch 'stephanme/importwpt'Bananeweizen2011-11-138-55/+102
|\
| * new: cancel GPX import with back buttonStephan Merker2011-11-098-55/+102
* | refactor Go4Cache codeBananeweizen2011-11-1212-93/+148
* | don't accept geocodes starting with special characterBananeweizen2011-11-121-1/+1
* | ask for restore after reinstallation, fixes #777Bananeweizen2011-11-126-29/+93
* | disable menus in onPrepare only, fixes #778Bananeweizen2011-11-121-28/+31