aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeowaypointadd.java
Commit message (Expand)AuthorAgeFilesLines
* refactoring: remove waypoints activityBananeweizen2012-05-061-440/+0
* refactoring: remove more duplicated code from new popupsBananeweizen2012-05-051-0/+14
* Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-1/+1
* Fix warnings introduced by earlier commitsSamuel Tardieu2012-04-271-2/+1
* Remove Now from methods of IGeoDataSamuel Tardieu2012-04-271-5/+5
* Use the IGeoData interface and Observer pattern to update locationSamuel Tardieu2012-04-271-44/+25
* Refactoring: keep GeopointParser private to its packageSamuel Tardieu2012-04-211-17/+8
* Refactoring: cleanup control flowSamuel Tardieu2012-04-201-1/+0
* fix #1347: no more caching of localized texts in enumsStephan Merker2012-04-201-2/+5
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-4/+4
* fix #1389: Waypoint Note edit defectBananeweizen2012-04-121-1/+7
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* Refactor so all waypoint operations are done through the Cache object.campbeb2012-03-051-2/+6
* performance refactoringsBananeweizen2012-03-041-1/+1
* refactoring: performance cleanupsBananeweizen2012-03-031-1/+1
* Move strings to resources and only set list selection on initial setup.campbeb2012-02-201-13/+9
* Fix #1101 - Add drop down list to allow user to choose unit ofcampbeb2012-02-201-1/+47
* Implementation for issue #1120Torsten Keil2012-02-171-11/+7
* new: menu to refresh static maps in static map activityBananeweizen2012-02-171-1/+1
* refactoring: use underscore in symbolic constantsBananeweizen2012-02-161-2/+2
* - Copy type as well when copying waypointrsudev2012-02-141-1/+6
* Fix #1040, waypoint typesrsudev2012-02-121-1/+56
* Changed database handlingblafoo2012-02-081-2/+3
* first approach, not yet testedMarco Jacob2012-01-251-1/+2
* WaypointType cleanupblafoo2012-01-211-1/+1
* remove and store waypoint static map when waypoint is modified or addedMarco Jacob2012-01-151-0/+6
* new: create waypoints from personal cache noteBananeweizen2011-12-271-2/+0
* refactoring for #908: waypoint list of cache is immutable for clientsBananeweizen2011-12-261-3/+1
* refactoring: minor cleanups using CodePro AnalytixBananeweizen2011-12-071-1/+2
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-31/+10
* refactoring of cgGeo.java, see #355Bananeweizen2011-11-301-3/+3
* first refactoring of cgGeo, see #355Bananeweizen2011-11-291-2/+2
* disable auto suggestion for some more fields, #839Bananeweizen2011-11-291-0/+2
* Use a separate and unique thread for Go4CacheSamuel Tardieu2011-11-071-2/+2
* Get rid of deprecated methods related to coordinatesSamuel Tardieu2011-11-071-4/+4
* No direct access to fieldsblafoo2011-10-261-17/+18
* use WaypointTypekoem2011-10-111-3/+3
* Merge remote branch 'upstream/master' into enumskoem2011-10-101-2/+2
|\
| * Various mechanical code cleanupsSamuel Tardieu2011-10-081-2/+2
* | always use WaypointTypekoem2011-10-081-4/+5
|/
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-8/+7
* Remove latitudeString and longitudeString fieldsSamuel Tardieu2011-09-281-2/+0
* Cache result of waypoint order computationSamuel Tardieu2011-09-161-2/+2
* Do not try to copy empty coordinates when editing waypointSamuel Tardieu2011-09-161-4/+6
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+358