aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/StaticMapsProvider.java
Commit message (Collapse)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-161-190/+0
| | | | This prepares the inclusion of tests into the same repository.
* FormattingSammysHP2011-09-141-167/+171
|
* Merge branch 'master' into use-geopointSamuel Tardieu2011-09-101-1/+1
|\ | | | | | | | | | | Conflicts: src/cgeo/geocaching/StaticMapsProvider.java src/cgeo/geocaching/cgeo.java
| * Fixes to errors made while refactoring for #301Gerald Barker2011-09-041-1/+1
| |
* | Refactoring to use Geopoint for coordinatesSamuel Tardieu2011-09-081-6/+6
|/ | | | | | 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.
* Update locaal branch to revision 8d040c24bfbb2a12788dGerald Barker2011-09-031-6/+8
|\
| * code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-311-6/+8
| | | | | | | | | | | | | | | | literals, optimize string concatenation, move loop variables, remove return value parentheses, remove duplicate semicolons, fulfill equals contract If you get merge conflicts afterwards, you may overwrite any changes of this commit.
* | First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-021-2/+4
|/ | | refactor of code to use them.
* clean up static maps provider, remove unused classbananeweizen2011-08-151-0/+182