aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/mapinterfaces/MapFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-161-32/+0
| | | | This prepares the inclusion of tests into the same repository.
* Remove trailing whitespace in Javadoc stringsSamuel Tardieu2011-09-151-2/+2
|
* FormattingSammysHP2011-09-141-10/+12
|
* Refactoring to use Geopoint for coordinatesSamuel Tardieu2011-09-081-1/+2
| | | | | | This uses the new Geopoint immutable class discussed in #58. No more independent longitude or latitude fields -- they are now treated and defined as a consistent pair.
* Removed code that was only commented out in fix for #15rsudev2011-08-261-2/+0
|
* Fix issue #15rsudev2011-08-221-1/+1
| | | | | mapsforge uses a different pattern for communicating updates for overlays
* code cleanup to reduce compiler warningsBananeweizen2011-07-231-2/+3
| | | | | | * unused imports * unused variables * name clashes * unspecified generics
* First commitmucek42011-07-111-0/+30