| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -461/+0 |
| | | | | | This prepares the inclusion of tests into the same repository. | ||||
| * | Cache size: using constants, not strings | Karsten Priegnitz | 2011-09-15 | 1 | -3/+4 |
| | | |||||
| * | 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 |
| | | | | | | | | | | | | | | The fact that 0 may mean both "empty inventory" and "unknown inventory" will confuse cache refreshing. If a trackback is removed from a cache, refreshing it will show an empty inventory but a count of 1, because the new count would be ignored as if it was undefined. Until we find a better solution to handle inventory in one place instead of two, copy inventory items count from old cache only when we copy inventory content. That should help with issue #344. | ||||
| * | Reinstate null check | Samuel Tardieu | 2011-09-13 | 1 | -0/+4 |
| | | | | | The null check was inadvertently removed during the renaming. | ||||
| * | Rename merge() into more exact gatherMissingFrom() | Samuel Tardieu | 2011-09-13 | 1 | -47/+45 |
| | | | | | | | Also, the method no longer returns "this" as chaining calls is not important here. The unused "storage" argument has been removed. | ||||
| * | 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 |
| | | | | | | leads to ugly IOExceptions when being offline. | ||||
| * | 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 |
| |\ | | | | | | | | | Conflicts: src/cgeo/geocaching/cgData.java | ||||
| | * | Merge remote branch 'Portree-Kid/database-optimization' | Bananeweizen | 2011-09-09 | 1 | -25/+1 |
| | |\ | | | | | | | | | | | | | | | | | | | Conflicts: src/cgeo/geocaching/cgData.java src/cgeo/geocaching/cgeoapplication.java src/cgeo/geocaching/mapcommon/cgeomap.java | ||||
| | | * | 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 |
| |/ / | | | | | | | | | | | 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. | ||||
| * | | 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 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: res/values/strings.xml src/cgeo/geocaching/cgCache.java | ||||
| | | * | | code cleanup: protect abstract class constructors, rewrite long constant | Bananeweizen | 2011-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | | | 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 |
| | |\ \ \ | | |/ / | | | | | | | | | | | | | Conflicts: src/cgeo/geocaching/cgCache.java | ||||
| | | * | | 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 + Constant | ||||
| | | * | | 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 |
| |/ | | | refactor of code to use them. | ||||
| * | first steps towards supporting other cache databases, see also comments | Bananeweizen | 2011-08-22 | 1 | -9/+28 |
| | | | | from #259 | ||||
| * | 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 |
| | | | | | | activity. Inserting a template now also adds whitespace if necessary. fixes #176 | ||||
| * | Merge branch 'master' of ↵ | Bananeweizen | 2011-08-12 | 1 | -8/+8 |
| |\ | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git | ||||
| | * | 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 |
| | | | | | | | * implement merging for waypoints * prefer non empty fields on merge * prefer old waypoint note if it is longer * always merge cache, if it was already stored | ||||
| * | Merge pull request #84 from rahu/master | c:geo | 2011-08-01 | 1 | -1/+1 |
| |\ | | | | | Display images for logs | ||||
| | * | Display Images from Logs (Issue #40) | Ralf Hubert | 2011-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | - changed db-version to 54 (need table for logimages) - renamed cgSpoiler to cgImage - renamed cgeospoilers to cgeoimages - added setting to store/not store logimages TODO: - draw a pretty icon - maybe translate the new strings | ||||
| * | | cleanup | Bananeweizen | 2011-08-01 | 1 | -0/+29 |
| |/ | | | | | | * make potentially static methods static * remove unused constants * remove unused imports * move a cache related (otherwise static base) method to the cache class | ||||
| * | - refactoring: less and clearer code | Karsten Priegnitz | 2011-07-30 | 1 | -0/+1 |
| | | | | | | | | | | | - now parsing watchlist state when reading cache details - did some little refactoring in cgData (read/write booleans with inline if) - I introduced a new DB-Version (53). Don't know if I could've put my changes in #52? - I put the watchlist information in a separate box with buttons - screenshots - http://koem.kicks-ass.net/notonwatchlist.png - http://koem.kicks-ass.net/onwatchlist.png | ||||
| * | fix: NullPointerException in cache elevation update | Bananeweizen | 2011-07-24 | 1 | -8/+25 |
| | | | | | | fix: wrong parsing of event dates fix: add to calendar only enabled if date has been parsed correctly and is in the future | ||||
| * | First commit | mucek4 | 2011-07-11 | 1 | -0/+218 |
