| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -4809/+0 |
| | | | | | This prepares the inclusion of tests into the same repository. | ||||
| * | Factor out logs loading to avoid dirty exception throwing | Samuel Tardieu | 2011-09-16 | 1 | -74/+87 |
| | | |||||
| * | Remove now useless parameters to search-by-GC query | Samuel Tardieu | 2011-09-16 | 1 | -3/+0 |
| | | |||||
| * | Change spoilers pattern due to web site change | Samuel Tardieu | 2011-09-16 | 1 | -1/+1 |
| | | | | | Fixes #474. | ||||
| * | Merge branch 'release_20110915' into upstream | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| |\ | |||||
| | * | URL for log images has changed, update it | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| | | | | | | | | | Noticed in #470. | ||||
| * | | Merge branch 'release_20110915' into upstream | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Request 35 logs as we did before | Samuel Tardieu | 2011-09-15 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #463 from samueltardieu/use-geopoint-parser | Samuel Tardieu | 2011-09-15 | 1 | -112/+0 |
| |\ \ | | | | | | | Use geopoint parser | ||||
| | * | | Use GeopointParser to parse coordinates | Samuel Tardieu | 2011-09-15 | 1 | -112/+0 |
| | | | | |||||
| * | | | Merge branch 'release_20110915' into upstream | Samuel Tardieu | 2011-09-15 | 1 | -44/+49 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Retrieve logs using the new JSON geocaching.com format | Samuel Tardieu | 2011-09-15 | 1 | -44/+49 |
| | | | |||||
| * | | Cache size: using constants, not strings | Karsten Priegnitz | 2011-09-15 | 1 | -11/+18 |
| |/ | |||||
| * | Gather all cookies handling in one place | Samuel Tardieu | 2011-09-15 | 1 | -111/+5 |
| | | | | | | | | | | Cookies handling is now done in the CookieJar static class through properly synchronized methods. Moreover, the information is cached for efficiency, as cookie string needed to be built for every HTTP request. Fix for #444. | ||||
| * | Remove trailing whitespace in Javadoc strings | Samuel Tardieu | 2011-09-15 | 1 | -11/+11 |
| | | |||||
| * | Formatting | SammysHP | 2011-09-14 | 1 | -4886/+4898 |
| | | |||||
| * | Remove one instance of getHumanDistance() | Samuel Tardieu | 2011-09-13 | 1 | -11/+3 |
| | | |||||
| * | Replace callers of getRadialDistance() by a direct call | Samuel Tardieu | 2011-09-13 | 1 | -4/+0 |
| | | |||||
| * | Replace callers of getHeading() by a direct call | Samuel Tardieu | 2011-09-13 | 1 | -4/+0 |
| | | |||||
| * | Replace callers of getDistance() by a direct call | Samuel Tardieu | 2011-09-13 | 1 | -8/+0 |
| | | |||||
| * | Merge branch 'new-locus-api' into upstream | Samuel Tardieu | 2011-09-13 | 1 | -71/+19 |
| |\ | |||||
| | * | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-12 | 1 | -22/+12 |
| | |\ | |||||
| | * \ | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-12 | 1 | -177/+117 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cgeo/geocaching/apps/cache/navi/LocusApp.java src/cgeo/geocaching/apps/cachelist/LocusCacheListApp.java | ||||
| | * | | | calling Locus - dates and empty waypoints | Karsten Priegnitz | 2011-09-11 | 1 | -14/+1 |
| | | | | | |||||
| | * | | | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-09 | 1 | -21/+17 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AndroidManifest.xml | ||||
| | * | | | | use of new Locus API | Karsten Priegnitz | 2011-09-09 | 1 | -73/+33 |
| | | | | | | |||||
| * | | | | | #420: have options menu for searching own caches. Avoid wrong error log | bananeweizen | 2011-09-12 | 1 | -6/+8 |
| | |_|_|/ |/| | | | | | | | if no cache is found. | ||||
| * | | | | Factor distance parser into its own class and static method | Samuel Tardieu | 2011-09-10 | 1 | -22/+12 |
| | |_|/ |/| | | | | | | | | | | | | | | | | | Also, match against one regexp to increase efficiency. Named constants have been used instead of hardcoded ones to convert various lengths to kilometers. | ||||
| * | | | Use mixed case for cacheId | Samuel Tardieu | 2011-09-10 | 1 | -5/+5 |
| | | | | |||||
| * | | | Neither buffer nor connection can be null | Samuel Tardieu | 2011-09-10 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | connection has been dereferenced a few lines above and buffer is initialized at the beginning of the for loop. | ||||
| * | | | Use Geopoint instead of latitude/longitude | Samuel Tardieu | 2011-09-10 | 1 | -16/+18 |
| | | | | | | | | | | | | | | | | There were a few remaining places where latitude and longitude were stored as uncorrelated entities. | ||||
| * | | | Use Geopoint instead of latitude/longitude pair | Samuel Tardieu | 2011-09-10 | 1 | -5/+3 |
| | | | | |||||
| * | | | Remove dead stores to the caches variable | Samuel Tardieu | 2011-09-10 | 1 | -12/+7 |
| | | | | | | | | | | | | | | | | | | | Those dead stores of newly created objects are overwritten later and never used. The constructor has no useful side effect, so those dead stores can be removed. | ||||
| * | | | Mark some fields as final | Samuel Tardieu | 2011-09-10 | 1 | -13/+13 |
| | | | | |||||
| * | | | Do not round() integer values as this is a no-op | Samuel Tardieu | 2011-09-10 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'master' into use-geopoint | Samuel Tardieu | 2011-09-10 | 1 | -20/+36 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cgeo/geocaching/StaticMapsProvider.java src/cgeo/geocaching/cgeo.java | ||||
| | * \ \ | Merge remote branch 'gezb/301_fixes' | Bananeweizen | 2011-09-10 | 1 | -20/+36 |
| | |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | Conflicts: src/cgeo/geocaching/cgBase.java src/cgeo/geocaching/cgeoapplication.java | ||||
| | | * | | More errors found in refactor for #301 | Gerald Barker | 2011-09-04 | 1 | -14/+13 |
| | | | | | |||||
| | | * | | add braces to the for and if in cgBase.isEmpty() to make it more | Gerald Barker | 2011-09-04 | 1 | -2/+4 |
| | | | | | | | | | | | | | readable | ||||
| | | * | | Fixes to errors made while refactoring for #301 | Gerald Barker | 2011-09-04 | 1 | -8/+23 |
| | | | | | |||||
| * | | | | Merge branch 'master' into use-geopoint-391 | Samuel Tardieu | 2011-09-09 | 1 | -18/+13 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: src/cgeo/geocaching/cgData.java | ||||
| | * | | | Use localized date and time format for history | Samuel Tardieu | 2011-09-08 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | This fixes #7 (reopened issue). | ||||
| | * | | | Remove ancient parameter from documentation | Samuel Tardieu | 2011-09-08 | 1 | -4/+0 |
| | | | | | |||||
| | * | | | Do not try alternative pattern if primary one succeeds | Samuel Tardieu | 2011-09-08 | 1 | -14/+1 |
| | | | | | | | | | | | | | | | | | Also, remove useless try/catch block. | ||||
| * | | | | Refactoring to use Geopoint for coordinates | Samuel Tardieu | 2011-09-08 | 1 | -100/+33 |
| |/ / / | | | | | | | | | | | | | | | | 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. | ||||
| * | | | fix: trim short description | Bananeweizen | 2011-09-07 | 1 | -4/+4 |
| | |/ |/| | |||||
| * | | Use UUID instead of Long as a unique id | Samuel Tardieu | 2011-09-06 | 1 | -11/+12 |
| | | | | | | | | | | | The previously used id was not necessarily unique. The UUID class in java.util has been designed for this purpose. | ||||
| * | | Remove never-read field errorRetrieve | Samuel Tardieu | 2011-09-06 | 1 | -1/+0 |
| | | | |||||
| * | | Merge pull request #362 from gezb/361 | mucek4 | 2011-09-05 | 1 | -192/+115 |
| |\ \ | |/ |/| | Refactor to address issue #361 | ||||
| | * | Refactor to address issue #361 | Gerald Barker | 2011-09-03 | 1 | -192/+115 |
| | | | |||||
