aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
Commit message (Expand)AuthorAgeFilesLines
* 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
* | context menu to open spoiler/log images online, fixes #47Bananeweizen2011-11-122-18/+74
* | refactoring of cgImage, cgeoimages activityBananeweizen2011-11-126-59/+74
* | NPE in airplane modeBananeweizen2011-11-121-1/+1
* | NPE in logging if no connection is availableBananeweizen2011-11-121-1/+0
* | more unit testsbananeweizen2011-11-1110-11/+47
* | Fixing issue #772, NPE on login without networkrsudev2011-11-091-1/+1
|/
* Move Go4Cache result parsing into the Go4Cache classSamuel Tardieu2011-11-093-77/+79
* Add new Viewport type to encompass Viewport informationSamuel Tardieu2011-11-093-4/+45
* Accept any coordinate when creating a GeopointSamuel Tardieu2011-11-093-53/+4
* Logic cleanupSamuel Tardieu2011-11-091-8/+3
* geo cannot be null hereSamuel Tardieu2011-11-091-3/+2
* Make GeopointFormatter.Format staticSamuel Tardieu2011-11-091-1/+1
* Prevent boolean boxing/unboxingSamuel Tardieu2011-11-0911-15/+15
* Remove useless conversionsSamuel Tardieu2011-11-091-2/+1
* Remove redundant super interfacesSamuel Tardieu2011-11-0919-27/+19
* String.format needs no Locale argument to get the default oneSamuel Tardieu2011-11-098-37/+30
* Use GeopointFormatter instead of String.format when coordinates are aroundSamuel Tardieu2011-11-098-29/+28
* Use a less general formatterSamuel Tardieu2011-11-092-209/+29
* Merge branch 'release' into upstreamSamuel Tardieu2011-11-081-1/+1
|\
| * Fixed regex due to GC.com updateblafoo2011-11-081-1/+1
* | Merge branch 'release' into upstreamSamuel Tardieu2011-11-081-1/+1
|\ \ | |/
| * Fix trackable name parsing following gc.com updateSamuel Tardieu2011-11-081-1/+1
* | Display a better message when gc.com is in maintenance modeSamuel Tardieu2011-11-083-6/+15
* | Settings.cacheType returns a CacheTypeSamuel Tardieu2011-11-081-2/+2
* | Remove deprecated structures and methodsSamuel Tardieu2011-11-086-79/+59
* | Use CacheType instead of StringSamuel Tardieu2011-11-081-7/+7
* | Do not use deprecated methodsSamuel Tardieu2011-11-0820-78/+87
* | A null cache id corresponds to a null cache typeSamuel Tardieu2011-11-081-0/+3
* | Do not reassign method parametersSamuel Tardieu2011-11-082-14/+24
* | Simplify RunnableWithArgumentSamuel Tardieu2011-11-072-20/+9
* | Fix #641: "Any destination": Wrong selection and FCSammysHP2011-11-071-1/+1
* | Signal activity to Go4Cache when using the mapSamuel Tardieu2011-11-071-2/+1