| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: more null annotations | Bananeweizen | 2015-01-02 | 1 | -0/+3 |
| | | |||||
| * | Use System.currentTimeMillis() instead of new Date().getTime() | Samuel Tardieu | 2015-01-02 | 1 | -11/+5 |
| | | |||||
| * | findbugs: use explicit encoding | Bananeweizen | 2014-09-07 | 1 | -4/+5 |
| | | |||||
| * | fix NPE in test | Bananeweizen | 2014-05-28 | 1 | -3/+5 |
| | | |||||
| * | Use Apache commons IOUtils rather than our own | Samuel Tardieu | 2013-09-15 | 1 | -1/+2 |
| | | |||||
| * | refactoring: do not use default encoding | Samuel Tardieu | 2013-09-14 | 1 | -1/+1 |
| | | | | | | | For headers and mount point parsing, we use UTF-8, which is almost certainly the default on the platform, even if only the ASCII plane is likely to be used. | ||||
| * | #1348: use buffered io | Bananeweizen | 2013-05-11 | 1 | -5/+7 |
| | | |||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -4/+4 |
| | | |||||
| * | fix #2089: c:geo crashes when importing large GPX file | Bananeweizen | 2012-11-10 | 1 | -2/+2 |
| | | |||||
| * | Refactoring: remove redundant initializers | Samuel Tardieu | 2012-04-28 | 1 | -1/+1 |
| | | | | | | The initial values were never used as the variables are set in any case before being used. | ||||
| * | new: cancel GPX import with back button | Stephan Merker | 2011-11-09 | 1 | -7/+10 |
| | | |||||
| * | Merge remote branch 'stephanme/importwpt' | Bananeweizen | 2011-11-01 | 1 | -16/+45 |
| |\ | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/files/GPXParser.java main/src/cgeo/geocaching/files/LocParser.java tests/src/cgeo/geocaching/files/LocParserTest.java | ||||
| | * | fix #714: Progress bar wrong when importing gpx with waypoints | Stephan Merker | 2011-10-30 | 1 | -16/+45 |
| | | | | | | | | | | | | | | | - moved file handling from GPXParser to cgeopgxes - streamlined LocParser with GPXParser - removed cache counting in favor of progress bar - added error dialog if import went wrong - fixed stream handling when importing attachement | ||||
| * | | No direct access to fields | blafoo | 2011-10-26 | 1 | -5/+5 |
| |/ | |||||
| * | new: have progress bar when importing GPX | Bananeweizen | 2011-10-11 | 1 | -2/+9 |
| | | |||||
| * | fix #586: manual merge of usability improvement for GPX import | Stephan Merker | 2011-10-03 | 1 | -6/+3 |
| | | | | | I hope I got it right. I had to apply this as patch, as my Eclipse didn't want to merge this pull request by any means. | ||||
| * | Remove latitudeString and longitudeString fields | Samuel Tardieu | 2011-09-28 | 1 | -3/+0 |
| | | | | | Those fields can be resynthesized if needed from the cache coordinates. | ||||
| * | * have static dictionaries in cgBase initialized in static section | Bananeweizen | 2011-09-19 | 1 | -5/+4 |
| | | | | | | | | | | (necessary for some unit tests) * have singleton of application instance, allows removing all the "app" fields everywhere afterwards * refactor GPX parser to be independent of c:geo application classes, so it can be tested much easier * new unit tests for different GPX versions and sources * new unit tests for LOC file parsing | ||||
| * | Move sources into the main directory | Samuel Tardieu | 2011-09-16 | 1 | -0/+53 |
| This prepares the inclusion of tests into the same repository. | |||||
