| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert to Unix end-of-line format | Samuel Tardieu | 2011-09-14 | 49 | -29985/+29985 |
| * | Formatting | SammysHP | 2011-09-14 | 178 | -32479/+32750 |
| * | fix 451: allow whitespace at begin of signature | Bananeweizen | 2011-09-14 | 1 | -1/+2 |
| * | Merge remote-tracking branch 'cachapa/filter_ui' into upstream | Samuel Tardieu | 2011-09-14 | 7 | -20/+74 |
| |\ | |||||
| | * | Fixed a regression in a previous commit | cachapa | 2011-09-14 | 2 | -2/+2 |
| | * | Show a bar when a filter is set | cachapa | 2011-09-13 | 7 | -20/+74 |
| * | | Factor code to read coordinates from database row | Samuel Tardieu | 2011-09-14 | 1 | -14/+18 |
| * | | Always check for null coordinates before saving them | Samuel Tardieu | 2011-09-14 | 1 | -8/+15 |
| * | | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc... | Bananeweizen | 2011-09-14 | 3 | -23/+54 |
| |\ \ | |||||
| | * | | Write NULL into the database when coordinates are unknown | Samuel Tardieu | 2011-09-14 | 1 | -3/+2 |
| | * | | Create indices on the database | Samuel Tardieu | 2011-09-13 | 1 | -15/+43 |
| | * | | Do not confuse "empty inventory" with "unknown inventory" | Samuel Tardieu | 2011-09-13 | 1 | -3/+5 |
| | * | | Use bearing in the [0,360[ range | Samuel Tardieu | 2011-09-13 | 1 | -2/+4 |
| | * | | Do not reference null coordinates | Samuel Tardieu | 2011-09-13 | 1 | -3/+3 |
| * | | | * performance: don't repeatedly get column indexes | Bananeweizen | 2011-09-14 | 1 | -137/+153 |
| * | | | use static methods when possible | Bananeweizen | 2011-09-14 | 1 | -14/+14 |
| |/ / | |||||
| * | | Reinstate null check | Samuel Tardieu | 2011-09-13 | 1 | -0/+4 |
| * | | Rename merge() into more exact gatherMissingFrom() | Samuel Tardieu | 2011-09-13 | 2 | -57/+54 |
| |/ | |||||
| * | Remove one instance of getHumanDistance() | Samuel Tardieu | 2011-09-13 | 6 | -17/+9 |
| * | Replace callers of getRadialDistance() by a direct call | Samuel Tardieu | 2011-09-13 | 3 | -6/+2 |
| * | Replace callers of getHeading() by a direct call | Samuel Tardieu | 2011-09-13 | 12 | -35/+31 |
| * | Replace callers of getDistance() by a direct call | Samuel Tardieu | 2011-09-13 | 11 | -55/+21 |
| * | Style fix | Samuel Tardieu | 2011-09-13 | 1 | -1/+2 |
| * | Merge branch 'new-locus-api' into upstream | Samuel Tardieu | 2011-09-13 | 10 | -329/+450 |
| |\ | |||||
| | * | broke up dependency from enums to Locus-API-Constants as suggested by samualt... | Karsten Priegnitz | 2011-09-12 | 5 | -79/+127 |
| | * | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-12 | 7 | -102/+71 |
| | |\ | |||||
| | * | | locus API as jar | Karsten Priegnitz | 2011-09-12 | 17 | -1576/+130 |
| | * | | use of new Locus API | Karsten Priegnitz | 2011-09-12 | 4 | -31/+48 |
| | * | | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-12 | 2 | -25/+50 |
| | |\ \ | |||||
| | * \ \ | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-12 | 58 | -1636/+1364 |
| | |\ \ \ | |||||
| | * | | | | calling Locus - dates and empty waypoints | Karsten Priegnitz | 2011-09-11 | 3 | -26/+14 |
| | * | | | | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-09 | 8 | -281/+185 |
| | |\ \ \ \ | |||||
| | * | | | | | use of new Locus API | Karsten Priegnitz | 2011-09-09 | 17 | -184/+1729 |
| | * | | | | | Merge commit 'upstream/master' | Karsten Priegnitz | 2011-09-06 | 110 | -940/+30248 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | proof of concept: new Locus API with 800 and with 1600 caches | Karsten Priegnitz | 2011-09-06 | 3 | -248/+228 |
| * | | | | | | | Remove deprecated method | Samuel Tardieu | 2011-09-13 | 1 | -57/+0 |
| * | | | | | | | Cleanup and simplify | Samuel Tardieu | 2011-09-13 | 1 | -12/+4 |
| * | | | | | | | Do not repeat the temporary table name | Samuel Tardieu | 2011-09-13 | 1 | -4/+5 |
| * | | | | | | | Rewrite storeWithMerge | Samuel Tardieu | 2011-09-13 | 1 | -10/+6 |
| * | | | | | | | #420: have options menu for searching own caches. Avoid wrong error log | bananeweizen | 2011-09-12 | 2 | -15/+38 |
| * | | | | | | | fix: don't try to replace NUMBER template in offline loggin mode. That | bananeweizen | 2011-09-12 | 3 | -14/+17 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | Merge pull request #405 from samueltardieu/distance-parser | Bananeweizen | 2011-09-12 | 6 | -102/+70 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Factor distance parser into its own class and static method | Samuel Tardieu | 2011-09-10 | 6 | -102/+70 |
| * | | | | | | | Add FIXME note | Samuel Tardieu | 2011-09-12 | 1 | -0/+1 |
| | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | | send2 no longer drops registration of no internet connection Fix #407 | mucek4 | 2011-09-11 | 1 | -25/+41 |
| * | | | | | | Set the headings in any case to avoid a possible mini-flickering | Samuel Tardieu | 2011-09-11 | 1 | -3/+2 |
| * | | | | | | Ignore initial compass dampening | Samuel Tardieu | 2011-09-11 | 1 | -2/+12 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | fix #408: FC when altitude is not an integer | Bananeweizen | 2011-09-11 | 1 | -37/+18 |
| |/ / / / | |||||
| * | | | | Merge pull request #403 from samueltardieu/optimize-geopoint | Bananeweizen | 2011-09-10 | 1 | -268/+226 |
| |\ \ \ \ | |||||
| | * | | | | Inline setLatitude and setLongitude | Samuel Tardieu | 2011-09-10 | 1 | -56/+14 |
