| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove trailing whitespace in Javadoc strings | Samuel Tardieu | 2011-09-15 | 1 | -3/+3 |
| * | Formatting | SammysHP | 2011-09-14 | 1 | -432/+434 |
| * | Do not confuse "empty inventory" with "unknown inventory" | Samuel Tardieu | 2011-09-13 | 1 | -3/+5 |
| * | Reinstate null check | Samuel Tardieu | 2011-09-13 | 1 | -0/+4 |
| * | Rename merge() into more exact gatherMissingFrom() | Samuel Tardieu | 2011-09-13 | 1 | -47/+45 |
| * | Remove one instance of getHumanDistance() | Samuel Tardieu | 2011-09-13 | 1 | -1/+1 |
| * | Replace callers of getHeading() by a direct call | Samuel Tardieu | 2011-09-13 | 1 | -1/+1 |
| * | fix: don't try to replace NUMBER template in offline loggin mode. That | bananeweizen | 2011-09-12 | 1 | -1/+1 |
| * | Use mixed case for cacheId | Samuel Tardieu | 2011-09-10 | 1 | -5/+5 |
| * | Merge branch 'master' into use-geopoint-391 | Samuel Tardieu | 2011-09-09 | 1 | -25/+1 |
| |\ |
|
| | * | Merge remote branch 'Portree-Kid/database-optimization' | Bananeweizen | 2011-09-09 | 1 | -25/+1 |
| | |\ |
|
| | | * | Step 1 of Performance Cut down number of selects per cache | keith.paterson | 2011-08-30 | 1 | -25/+1 |
| * | | | Refactoring to use Geopoint for coordinates | Samuel Tardieu | 2011-09-08 | 1 | -7/+4 |
| |/ / |
|
| * | | typo in interface method | Bananeweizen | 2011-09-08 | 1 | -1/+1 |
| * | | remove test only method, make it part of the mock object instead | Bananeweizen | 2011-09-07 | 1 | -5/+0 |
| * | | Refactor to address issue #361 | Gerald Barker | 2011-09-03 | 1 | -8/+10 |
| * | | more refctoring missed in first pass | Gerald Barker | 2011-09-03 | 1 | -3/+2 |
| * | | Update locaal branch to revision 8d040c24bfbb2a12788d | Gerald Barker | 2011-09-03 | 1 | -6/+110 |
| |\ \ |
|
| | * | | Additional test data | blafoo | 2011-09-01 | 1 | -0/+25 |
| | * | | Merge remote-tracking branch 'upstream/master' into unittest | blafoo | 2011-08-31 | 1 | -391/+391 |
| | |\ \ |
|
| | | * | | code cleanup: protect abstract class constructors, rewrite long constant | Bananeweizen | 2011-08-31 | 1 | -1/+1 |
| | * | | | Merge | blafoo | 2011-08-29 | 1 | -3/+11 |
| | * | | | Merge conflict | blafoo | 2011-08-29 | 1 | -0/+13 |
| | * | | | Merge remote-tracking branch 'upstream/master' into unittest | blafoo | 2011-08-29 | 1 | -13/+0 |
| | |\ \ \
| | |/ / |
|
| | | * | | have log filled with signature also in offline mode, fixes #267 | Bananeweizen | 2011-08-28 | 1 | -3/+9 |
| | | |/ |
|
| | * | | Missing imports | blafoo | 2011-08-29 | 1 | -382/+450 |
| | |\ \ |
|
| | | * | | + Tests | blafoo | 2011-08-29 | 1 | -1/+66 |
| | | * | | JavaDoc | blafoo | 2011-08-26 | 1 | -0/+7 |
| | | |/ |
|
| | * | | Added javadoc | blafoo | 2011-08-26 | 1 | -0/+3 |
| | |/ |
|
| * | | First commit of Apache Commons String & Date functions and required, and | Gerald Barker | 2011-09-02 | 1 | -19/+21 |
| |/ |
|
| * | first steps towards supporting other cache databases, see also comments | Bananeweizen | 2011-08-22 | 1 | -9/+28 |
| * | enable import of opencaching GPX files, fixes #259 | bananeweizen | 2011-08-21 | 1 | -0/+12 |
| * | better input validation in GPX parser, fixes #244 | bananeweizen | 2011-08-20 | 1 | -4/+4 |
| * | sub menu for offline logging, fixes #232 | bananeweizen | 2011-08-19 | 1 | -7/+44 |
| * | first part of #232, sub menu for state selection is still missing | bananeweizen | 2011-08-19 | 1 | -0/+37 |
| * | unify code for logging templates in settings and logging menu in logging | bananeweizen | 2011-08-15 | 1 | -4/+1 |
| * | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc... | Bananeweizen | 2011-08-12 | 1 | -8/+8 |
| |\ |
|
| | * | Remove uses of "== true" and "!= false" | Samuel Tardieu | 2011-08-11 | 1 | -6/+6 |
| | * | using `.valueov()` instead of constructor for doubles and floats | Florian Moesch | 2011-08-11 | 1 | -2/+2 |
| * | | sort event caches by event date, fixes #148 | Bananeweizen | 2011-08-11 | 1 | -1/+8 |
| |/ |
|
| * | Personal note display | mucek4 | 2011-08-10 | 1 | -0/+4 |
| * | fix #105: Manual waypoint modifications are lost by Refresh | Bananeweizen | 2011-08-07 | 1 | -0/+1 |
| * | Merge pull request #84 from rahu/master | c:geo | 2011-08-01 | 1 | -1/+1 |
| |\ |
|
| | * | Display Images from Logs (Issue #40) | Ralf Hubert | 2011-08-01 | 1 | -1/+1 |
| * | | cleanup | Bananeweizen | 2011-08-01 | 1 | -0/+29 |
| |/ |
|
| * | - refactoring: less and clearer code | Karsten Priegnitz | 2011-07-30 | 1 | -0/+1 |
| * | fix: NullPointerException in cache elevation update | Bananeweizen | 2011-07-24 | 1 | -8/+25 |
| * | First commit | mucek4 | 2011-07-11 | 1 | -0/+218 |