| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 27 | -1418/+0 |
| | | | | | This prepares the inclusion of tests into the same repository. | ||||
| * | Cache size is not a size id | Samuel Tardieu | 2011-09-15 | 1 | -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 strings | Karsten Priegnitz | 2011-09-15 | 1 | -3/+3 |
| | | |||||
| * | refactoring: code cleanup in maps apps support | Bananeweizen | 2011-09-15 | 6 | -32/+39 |
| | | |||||
| * | fix #414: support for OruxMaps | Bananeweizen | 2011-09-15 | 2 | -1/+61 |
| | | |||||
| * | fix: invoking Locus can wrongly modify cache coordinates | Bananeweizen | 2011-09-15 | 1 | -10/+4 |
| | | |||||
| * | Remove trailing whitespace in Javadoc strings | Samuel Tardieu | 2011-09-15 | 3 | -6/+6 |
| | | |||||
| * | Convert to Unix end-of-line format | Samuel Tardieu | 2011-09-14 | 1 | -70/+70 |
| | | |||||
| * | Formatting | SammysHP | 2011-09-14 | 26 | -867/+940 |
| | | |||||
| * | use static methods when possible | Bananeweizen | 2011-09-14 | 1 | -14/+14 |
| | | |||||
| * | broke up dependency from enums to Locus-API-Constants as suggested by ↵ | Karsten Priegnitz | 2011-09-12 | 2 | -18/+68 |
| | | | | | samualtardieu | ||||
| * | locus API as jar | Karsten Priegnitz | 2011-09-12 | 2 | -18/+77 |
| | | |||||
| * | use of new Locus API | Karsten Priegnitz | 2011-09-12 | 3 | -29/+46 |
| | | |||||
| * | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-12 | 12 | -125/+106 |
| |\ | | | | | | | | | | | | | Conflicts: src/cgeo/geocaching/apps/cache/navi/LocusApp.java src/cgeo/geocaching/apps/cachelist/LocusCacheListApp.java | ||||
| | * | Refactoring to use Geopoint for coordinates | Samuel Tardieu | 2011-09-08 | 11 | -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 waypoints | Karsten Priegnitz | 2011-09-11 | 2 | -12/+13 |
| | | | |||||
| * | | use of new Locus API | Karsten Priegnitz | 2011-09-09 | 2 | -111/+64 |
| | | | |||||
| * | | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-06 | 16 | -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 id | Samuel Tardieu | 2011-09-06 | 14 | -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 #361 | Gerald Barker | 2011-09-03 | 4 | -5/+6 |
| | | | |||||
| | * | Update locaal branch to revision 8d040c24bfbb2a12788d | Gerald Barker | 2011-09-03 | 5 | -11/+17 |
| | |\ | |||||
| | * | | First commit of Apache Commons String & Date functions and required, and | Gerald Barker | 2011-09-02 | 6 | -20/+27 |
| | | | | | | | | | | refactor of code to use them. | ||||
| * | | | proof of concept: new Locus API with 800 and with 1600 caches | Karsten Priegnitz | 2011-09-06 | 3 | -248/+228 |
| | |/ |/| | |||||
| * | | Merge remote-tracking branch 'upstream/master' into unittest | blafoo | 2011-09-01 | 1 | -2/+8 |
| |\ \ | |||||
| | * | | API level 3 issue: exception type only known in newer API versions | Bananeweizen | 2011-09-01 | 1 | -2/+8 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'upstream/master' into unittest | blafoo | 2011-08-31 | 5 | -9/+9 |
| |\ \ \ | |/ / | | | | | | | | | | | | | Conflicts: res/values/strings.xml src/cgeo/geocaching/cgCache.java | ||||
| | * | | code cleanup: protect abstract class constructors, rewrite long constant | Bananeweizen | 2011-08-31 | 3 | -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 code | bananeweizen | 2011-08-30 | 2 | -5/+5 |
| | |/ | |||||
| * | | + Tests | blafoo | 2011-08-29 | 1 | -1/+1 |
| |/ | | | | | + javadoc + Constant | ||||
| * | Add Street View, closes #282 | SammysHP | 2011-08-24 | 2 | -2/+53 |
| | | |||||
| * | change "c:geo" map label back to "map", fix multiple caches being shown | bananeweizen | 2011-08-16 | 4 | -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 #178 | bananeweizen | 2011-08-14 | 4 | -10/+22 |
| | | |||||
| * | I digged a bit through the history of the sources. "Map" was used before | bananeweizen | 2011-08-14 | 2 | -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 Tardieu | 2011-08-11 | 2 | -2/+2 |
| | | |||||
| * | * remove duplicated app, settings, pref, res, base fields in all | Bananeweizen | 2011-08-10 | 10 | -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. | Bananeweizen | 2011-08-08 | 2 | -51/+68 |
| | | | | additionally remove some superfluous null checks in locus app interface | ||||
| * | cache overlay on map was wrong since my application refactoring | Bananeweizen | 2011-08-07 | 1 | -4/+4 |
| | | |||||
| * | Merge branch 'master' of https://github.com/cgeo/c-geo-opensource | Rainer | 2011-08-02 | 1 | -1/+1 |
| |\ | | | | | | | | | Conflicts: src/cgeo/geocaching/cgeospoilers.java | ||||
| | * | cleanup | Bananeweizen | 2011-08-01 | 1 | -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 analytics | Rainer | 2011-08-02 | 14 | -61/+15 |
| |/ | |||||
| * | * fix NullPointerException in filter context menu | Bananeweizen | 2011-07-31 | 1 | -3/+12 |
| | | | | | | * avoid NullPointerException in filter evaluation * remove all hardcoded menu ids in cache list, there where overlaps already | ||||
| * | * move app invocation code into factories | Bananeweizen | 2011-07-31 | 24 | -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 | |||||
