| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix #678: handle special characters in user name | Bananeweizen | 2011-10-18 | 3 | -19/+42 |
| | | | | | | | | * bad side effect of performance optimizations in parsing, reverted that * refactored parseCache to be static (to be able to write a test) * moved some map initializations to static code (to allow unit test without app) * fixed missing trim for owner name | ||||
| * | #310, import GPX from mail | Bananeweizen | 2011-10-16 | 1 | -1/+1 |
| | | | | | | | * tested with Gmail only, not with other mail clients * uses the GPX activity, so you will see the GPX files of your SD card in the background * some refactorings and cleanups in GPX parser | ||||
| * | support cache type "unknown", fixes #518 | Bananeweizen | 2011-10-16 | 4 | -5/+9 |
| | | | | | * refactored many places to reference the cache type enum * special icon for "unknown" still missing | ||||
| * | Merge remote branch 'blafoo/regex2' | Bananeweizen | 2011-10-15 | 8 | -138/+2256 |
| |\ | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgBase.java reapplied: 13206cb835eb22aa49b198b892dcd7cf71f4ac82 c5d43adaa9db1db877ea084551db74faa048a7e1 | ||||
| | * | Tuned regex | blafoo | 2011-10-10 | 8 | -138/+2256 |
| | | | |||||
| * | | new: sort cache series numerically correct when sorting by name | Bananeweizen | 2011-10-15 | 1 | -0/+42 |
| | | | |||||
| * | | Add new trackable parsing test | Samuel Tardieu | 2011-10-14 | 1 | -0/+18 |
| | | | |||||
| * | | use WaypointType | koem | 2011-10-11 | 1 | -2/+2 |
| | | | |||||
| * | | Merge remote branch 'upstream/master' into enums | koem | 2011-10-10 | 3 | -0/+59 |
| |\ \ | |/ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgData.java main/src/cgeo/geocaching/cgeodetail.java | ||||
| | * | fix #645: remove multiple progress dialogs in details activity | Bananeweizen | 2011-10-09 | 1 | -0/+26 |
| | | | |||||
| | * | trim values when parsing trackables | Bananeweizen | 2011-10-09 | 1 | -2/+2 |
| | | | |||||
| | * | Fixed + refactored cgTrackable, added test | blafoo | 2011-10-08 | 1 | -0/+23 |
| | | | |||||
| | * | fix: also handle time stamps containing milli seconds in GPX | Bananeweizen | 2011-10-08 | 1 | -0/+10 |
| | | | |||||
| * | | always use WaypointType | koem | 2011-10-08 | 1 | -2/+2 |
| |/ | |||||
| * | fix #608: wrong error logged with no trackables in account | Bananeweizen | 2011-10-08 | 1 | -0/+32 |
| | | |||||
| * | No need to trim the result for timing purpose | Samuel Tardieu | 2011-10-07 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'whitespace-cleanup' into upstream | Samuel Tardieu | 2011-10-07 | 3 | -5/+45 |
| |\ | | | | | | | | | Conflicts: tests/src/cgeo/geocaching/test/WhitespaceTest.java | ||||
| | * | Fixed cgBase.replaceWhitespace() and additional tests | blafoo | 2011-10-07 | 2 | -9/+30 |
| | | | |||||
| | * | Merge remote branch 'upstream/master' | blafoo | 2011-10-05 | 23 | -151/+1972 |
| | |\ | | | | | | | | | | | | | Conflicts: tests/src/cgeo/geocaching/test/WhitespaceTest.java | ||||
| | * | | replaceWhitespace for JUnit tests | blafoo | 2011-10-02 | 2 | -1/+19 |
| | | | | |||||
| * | | | Reorganize and cleanup the local storage handling | Samuel Tardieu | 2011-10-06 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | After the HTTP requests cleanup, it was time to rewrite the local storage handling. Code that manipulate files has been placed into a new LocalStorage class. It can locate files on the disk, retrieve web responses and store them, and copy files. | ||||
| * | | | Fix tests after mocked caches update | Samuel Tardieu | 2011-10-06 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix for terrain after GC.com update | blafoo | 2011-10-06 | 3 | -192/+322 |
| | |/ |/| | |||||
| * | | Merge remote-tracking branch 'sammyshp/verboseloading' | Samuel Tardieu | 2011-10-05 | 1 | -9/+5 |
| |\ \ | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgBase.java main/src/cgeo/geocaching/connector/GCConnector.java | ||||
| * | | | code cleanup: remove another static methods warning | Bananeweizen | 2011-10-05 | 1 | -3/+2 |
| | | | | |||||
| * | | | Remove unused imports in tests | Samuel Tardieu | 2011-10-05 | 1 | -2/+0 |
| | | | | |||||
| * | | | New elevation test | Samuel Tardieu | 2011-10-05 | 1 | -1/+5 |
| | | | | |||||
| * | | | Make several things static following the Settings static move | Samuel Tardieu | 2011-10-05 | 12 | -44/+37 |
| |/ / | |||||
| * | | Minor cleanup for unit test refactoring | Stephan Merker | 2011-10-03 | 1 | -1/+1 |
| | | | | | | | | | - fixed README.md - moved ParametersTest | ||||
| * | | Merge pull request #597 from stephanme/unittests | Bananeweizen | 2011-10-03 | 14 | -18/+20 |
| |\ \ | | | | | | | fix #587: put tests into same java package as tested class | ||||
| | * | | Made some public methods package private | Stephan Merker | 2011-10-03 | 1 | -3/+0 |
| | | | | | | | | | | - fixes 587 | ||||
| | * | | Refactoring: put tests into same java package as tested class | Stephan Merker | 2011-10-03 | 14 | -16/+21 |
| | | | | | | | | | | | | | | | | - fixes #587 - test suite and 3 tests (regex and whitespace perf tests) remain in cgeo.geocaching.test | ||||
| * | | | Merge pull request #596 from samueltardieu/common-gc-search | Bananeweizen | 2011-10-03 | 1 | -0/+54 |
| |\ \ \ | |/ / |/| | | Common gc search | ||||
| | * | | Use more Parameters() with variable arguments | Samuel Tardieu | 2011-10-03 | 1 | -0/+54 |
| | | | | |||||
| * | | | fix #586: manual merge of usability improvement for GPX import | Stephan Merker | 2011-10-03 | 1 | -0/+25 |
| |/ / | | | | | | | 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. | ||||
| * | | fix #120: make settings static (no singleton) | Bananeweizen | 2011-10-03 | 6 | -54/+42 |
| | | | | | | | | | | | | | | | | | | | | | * Settings can no longer be instantiated, everything is static instead. * Most option values are no longer cached in fields. This has been done for clarity during the refactoring. I will add some performance tests afterwards and may re-introduce those fields for caching the option values. Sorry, if anyone gets merge issues afterwards. There was no easier way to implement this... | ||||
| * | | fix #589, extra HTML in location | Bananeweizen | 2011-10-02 | 3 | -3/+1764 |
| |/ | | | added test for GCV2R9 | ||||
| * | Merge #510 | bananeweizen | 2011-10-01 | 6 | -1/+256 |
| |\ | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgBase.java tests/src/cgeo/geocaching/test/mock/MockedCache.java | ||||
| | * | Pimped additional regex | blafoo | 2011-09-25 | 2 | -22/+42 |
| | | | |||||
| | * | Pimped additional regex | blafoo | 2011-09-25 | 5 | -49/+197 |
| | | | |||||
| | * | Tuned regex for description and hint | blafoo | 2011-09-25 | 2 | -2/+107 |
| | | | |||||
| * | | Add a new test for Compatibility package | Samuel Tardieu | 2011-09-30 | 1 | -0/+35 |
| | | | | | | | | | This test should pass in any supported Android version. | ||||
| * | | additional test for whitespace replacement performance | bananeweizen | 2011-09-30 | 1 | -0/+80 |
| | | | |||||
| * | | revert parts of 1246ee08e243bfb7aa876af9b2a206e6c2d485d3 for better | bananeweizen | 2011-09-30 | 2 | -4/+4 |
| | | | | | | | performance | ||||
| * | | Fix localized tests | Samuel Tardieu | 2011-09-29 | 4 | -22/+30 |
| | | | | | | | | | | | | | The refactoring 742831d726d2065eafeec94172d0c3a0faccf47a broke tests if a non-English formatting was used for numbers (German or French one for example). | ||||
| * | | 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 | 1 | -19/+140 |
| |\ \ | | | | | | | 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 | ||||
