| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use real parameters instead of a Map for searchByGeocode() | Samuel Tardieu | 2011-09-29 | 1 | -5/+1 |
| | | |||||
| * | fix compile errors after merging #544 (tests still to be fixed) | bananeweizen | 2011-09-29 | 1 | -2/+0 |
| | | |||||
| * | Merge pull request #544 from stephanme/importwpt | Bananeweizen | 2011-09-29 | 3 | -19/+349 |
| |\ | | | | | Import waypoints file from pocket query | ||||
| | * | Improved getWaypointsFileForGpx() | Stephan Merker | 2011-09-28 | 1 | -0/+3 |
| | | | |||||
| | * | Import waypoint file together with cache gpx file if exists | Stephan Merker | 2011-09-27 | 1 | -43/+46 |
| | | | | | | | | | | | - get rid of DB accesses and cache tweaking during parsing - caches are written once together with waypoints into DB | ||||
| | * | performance improvement for importing waypoints | Stephan Merker | 2011-09-25 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | - caches are stored in result map instead of list for fast lookup by geocode - importing waypoints returns now the number of updated caches instead of number of imported waypoints - fix: cache with multiple waypoints was returned multiple times in result list - order of import result collection is not guaranteed | ||||
| | * | map waypoint type pocket query waypoints file to WaypointType | Stephan Merker | 2011-09-25 | 1 | -2/+15 |
| | | | | | | | ... so that proper icons are shown for waypoints | ||||
| | * | Import waypoints file from pocket query | Stephan Merker | 2011-09-25 | 3 | -15/+322 |
| | | | | | | | | | | | Waypoints are merged to cache based on waypoint name. Therefore caches must be imported before waypoints. | ||||
| * | | Prevent static warnings on test methods | Samuel Tardieu | 2011-09-29 | 6 | -4/+14 |
| | | | |||||
| * | | Reinstate call to replaceWhitespace() to make regexps match | Samuel Tardieu | 2011-09-26 | 2 | -3/+2 |
| | | | |||||
| * | | Add test for cgBase utilities | Samuel Tardieu | 2011-09-26 | 2 | -4/+17 |
| | | | |||||
| * | | Remove buildURI() | Samuel Tardieu | 2011-09-26 | 1 | -33/+0 |
| | | | |||||
| * | | Reorganize HTTP traffic | Samuel Tardieu | 2011-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | Use android.net.Uri instead of java.net.URI | Samuel Tardieu | 2011-09-26 | 1 | -4/+3 |
| | | | | | | | | | | | | | android.net.Uri is supposed to be faster than the Java counterpart, at the expense of less checking. Since we build our URI from safe strings, we take little risks in using those fast variants. | ||||
| * | | Add test for buildURI() | Samuel Tardieu | 2011-09-26 | 1 | -0/+34 |
| |/ | |||||
| * | Remove unused local variable in test | Samuel Tardieu | 2011-09-22 | 1 | -1/+0 |
| | | |||||
| * | Add new GeopointTest | Samuel Tardieu | 2011-09-22 | 1 | -0/+84 |
| | | | | | This will fuel the discussion in pull request #253. | ||||
| * | code cleanup in tests (no functional changes) | Bananeweizen | 2011-09-20 | 5 | -31/+37 |
| | | |||||
| * | * have static dictionaries in cgBase initialized in static section | Bananeweizen | 2011-09-19 | 7 | -0/+684 |
| | | | | | | | | | | (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 | ||||
| * | Updated test data | blafoo | 2011-09-18 | 3 | -459/+814 |
| | | |||||
| * | fix #473: ROT13 on String or Spannable, including new test | Bananeweizen | 2011-09-16 | 1 | -0/+14 |
| | | |||||
| * | Cache result of waypoint order computation | Samuel Tardieu | 2011-09-16 | 1 | -0/+33 |
| | | |||||
| * | New DistanceParser tests | Samuel Tardieu | 2011-09-16 | 1 | -0/+33 |
| | | |||||
| * | Apply the same style settings to tests as to main sources | Samuel Tardieu | 2011-09-16 | 12 | -418/+765 |
| | | |||||
| * | Add new test case for GeopointParser | Samuel Tardieu | 2011-09-16 | 1 | -0/+6 |
| | | |||||
| * | Unify .gitignore files | Samuel Tardieu | 2011-09-16 | 1 | -2/+0 |
| | | |||||
| * | Reorganize tests to include them in the main repository | Samuel Tardieu | 2011-09-16 | 21 | -0/+4063 |
