aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/apps
Commit message (Collapse)AuthorAgeFilesLines
* Move sources into the main directorySamuel Tardieu2011-09-1627-1418/+0
| | | | This prepares the inclusion of tests into the same repository.
* Cache size is not a size idSamuel Tardieu2011-09-151-1/+1
| | | | | | | Due to Java type erasure, this faulty code compiled but could not return any meaningful result. Found with FindBugs.
* Cache size: using constants, not stringsKarsten Priegnitz2011-09-151-3/+3
|
* refactoring: code cleanup in maps apps supportBananeweizen2011-09-156-32/+39
|
* fix #414: support for OruxMapsBananeweizen2011-09-152-1/+61
|
* fix: invoking Locus can wrongly modify cache coordinatesBananeweizen2011-09-151-10/+4
|
* Remove trailing whitespace in Javadoc stringsSamuel Tardieu2011-09-153-6/+6
|
* Convert to Unix end-of-line formatSamuel Tardieu2011-09-141-70/+70
|
* FormattingSammysHP2011-09-1426-867/+940
|
* use static methods when possibleBananeweizen2011-09-141-14/+14
|
* broke up dependency from enums to Locus-API-Constants as suggested by ↵Karsten Priegnitz2011-09-122-18/+68
| | | | samualtardieu
* locus API as jarKarsten Priegnitz2011-09-122-18/+77
|
* use of new Locus APIKarsten Priegnitz2011-09-123-29/+46
|
* Merge commit 'upstream/master'Karsten Priegnitz2011-09-1212-125/+106
|\ | | | | | | | | | | | | Conflicts: src/cgeo/geocaching/apps/cache/navi/LocusApp.java src/cgeo/geocaching/apps/cachelist/LocusCacheListApp.java
| * Refactoring to use Geopoint for coordinatesSamuel Tardieu2011-09-0811-89/+88
| | | | | | | | | | | | 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.
* | calling Locus - dates and empty waypointsKarsten Priegnitz2011-09-112-12/+13
| |
* | use of new Locus APIKarsten Priegnitz2011-09-092-111/+64
| |
* | Merge commit 'upstream/master'Karsten Priegnitz2011-09-0616-22/+57
|\ \ | |/ | | | | | | | | | | | | Conflicts: .classpath src/cgeo/geocaching/apps/cache/navi/LocusApp.java src/cgeo/geocaching/apps/cachelist/LocusCacheListApp.java
| * Use UUID instead of Long as a unique idSamuel Tardieu2011-09-0614-16/+37
| | | | | | | | | | The previously used id was not necessarily unique. The UUID class in java.util has been designed for this purpose.
| * Refactor to address issue #361Gerald Barker2011-09-034-5/+6
| |
| * Update locaal branch to revision 8d040c24bfbb2a12788dGerald Barker2011-09-035-11/+17
| |\
| * | First commit of Apache Commons String & Date functions and required, andGerald Barker2011-09-026-20/+27
| | | | | | | | | refactor of code to use them.
* | | proof of concept: new Locus API with 800 and with 1600 cachesKarsten Priegnitz2011-09-063-248/+228
| |/ |/|
* | Merge remote-tracking branch 'upstream/master' into unittestblafoo2011-09-011-2/+8
|\ \
| * | API level 3 issue: exception type only known in newer API versionsBananeweizen2011-09-011-2/+8
| | |
* | | Merge remote-tracking branch 'upstream/master' into unittestblafoo2011-08-315-9/+9
|\ \ \ | |/ / | | | | | | | | | | | | Conflicts: res/values/strings.xml src/cgeo/geocaching/cgCache.java
| * | code cleanup: protect abstract class constructors, rewrite long constantBananeweizen2011-08-313-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | refactoring: remove duplicate codebananeweizen2011-08-302-5/+5
| |/
* | + Testsblafoo2011-08-291-1/+1
|/ | | | | + javadoc + Constant
* Add Street View, closes #282SammysHP2011-08-242-2/+53
|
* change "c:geo" map label back to "map", fix multiple caches being shownbananeweizen2011-08-164-5/+5
| | | | | when selecting a single cache in the cache list context menu fixes #205
* only show Radar as an option if it is installed, fixes #178bananeweizen2011-08-144-10/+22
|
* I digged a bit through the history of the sources. "Map" was used beforebananeweizen2011-08-142-3/+5
| | | | | | | and seems the most clear description, so I restored that label. Additionally I put the dynamic map above the static maps in the menu and shortened the German translation of the menu label. fix #168
* Remove uses of "== true" and "!= false"Samuel Tardieu2011-08-112-2/+2
|
* * remove duplicated app, settings, pref, res, base fields in allBananeweizen2011-08-1010-26/+20
| | | | | | | | | activies * remove cgWarning class, it is no longer needed * convert many non static methods to static methods, to ease removing the no longer needed fields afterwards If you have trouble merging after you fetch these changes, I'm happy to help.
* fix #117, turn-by-turn not working.Bananeweizen2011-08-082-51/+68
| | | additionally remove some superfluous null checks in locus app interface
* cache overlay on map was wrong since my application refactoringBananeweizen2011-08-071-4/+4
|
* Merge branch 'master' of https://github.com/cgeo/c-geo-opensourceRainer2011-08-021-1/+1
|\ | | | | | | | | Conflicts: src/cgeo/geocaching/cgeospoilers.java
| * cleanupBananeweizen2011-08-011-1/+1
| | | | | | | | | | | | * make potentially static methods static * remove unused constants * remove unused imports * move a cache related (otherwise static base) method to the cache class
* | Removed google analyticsRainer2011-08-0214-61/+15
|/
* * fix NullPointerException in filter context menuBananeweizen2011-07-311-3/+12
| | | | | * avoid NullPointerException in filter evaluation * remove all hardcoded menu ids in cache list, there where overlaps already
* * move app invocation code into factoriesBananeweizen2011-07-3124-0/+1163
* have static methods in cgBase * fix NullPointerException in cache list context menu * fix wrong "move" context menu in cache list * have all navigation options in cache list context menu