aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/enumerations/LiveMapStrategy.java
Commit message (Collapse)AuthorAgeFilesLines
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+1
|
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
|
* Refactoring: remove unnecessary enum qualifiersSamuel Tardieu2012-12-181-1/+1
|
* Remove JavaDoc @author tag.SammysHP2012-05-231-3/+0
| | | Files are edited by many people, also all editors are visible in the log.
* Refactoring: remove final modifier on some methodsSamuel Tardieu2012-04-221-1/+1
| | | | | final adds nothing to methods declared in classes declared final or to private methods.
* fix #1347: no more caching of localized texts in enumsStephan Merker2012-04-201-8/+1
|
* static code analysis and other fixesBananeweizen2012-03-181-3/+3
| | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ...
* Live Map strategy. Closes #1183blafoo2012-03-071-0/+58