| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add more tests for getHumanDistance() | Samuel Tardieu | 2012-04-20 | 1 | -7/+30 |
| | | |||||
| * | increase compiler warnings level (and fix some) | Bananeweizen | 2012-04-20 | 2 | -2/+2 |
| | | | | | * boxing/unboxing * name shadowing | ||||
| * | Refactoring: do not get through an extra Geopoint when not required | Samuel Tardieu | 2012-04-20 | 2 | -6/+6 |
| | | |||||
| * | Refactoring: remove unused Viewport constructor | Samuel Tardieu | 2012-04-20 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: move Direction out of Geopoint | Samuel Tardieu | 2012-04-20 | 1 | -3/+3 |
| | | | | | Directions deserve their own package to make it clearer of who use them. | ||||
| * | Add optional table parameter to Viewport#sqlWhere() | Samuel Tardieu | 2012-04-20 | 1 | -1/+2 |
| | | |||||
| * | refactoring: renames and encapsulation | Bananeweizen | 2012-04-19 | 3 | -15/+15 |
| | | |||||
| * | refactoring: rest in peace, cgBase | Bananeweizen | 2012-04-18 | 9 | -121/+145 |
| | | |||||
| * | Refactoring: move Login from network to connector.gc | Samuel Tardieu | 2012-04-17 | 5 | -5/+4 |
| | | |||||
| * | Make Geopoint parcelable | Samuel Tardieu | 2012-04-16 | 1 | -0/+9 |
| | | |||||
| * | Add new Viewport method and builder | Samuel Tardieu | 2012-04-14 | 1 | -0/+27 |
| | | |||||
| * | Refactoring: rename isInViewport() to contains() | Samuel Tardieu | 2012-04-14 | 1 | -5/+5 |
| | | | | | This is a better name from the point of a viewport. | ||||
| * | fix #94: Filter for Difficulty and Terrain | Bananeweizen | 2012-04-14 | 4 | -2/+48 |
| | | |||||
| * | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 6 | -21/+19 |
| | | |||||
| * | more fixes for crashes in search | Bananeweizen | 2012-04-12 | 2 | -2/+2 |
| | | |||||
| * | Tests: add tests for Viewport | Samuel Tardieu | 2012-04-12 | 1 | -0/+72 |
| | | |||||
| * | Refactoring: remove int based Geopoint and Viewport constructors | Samuel Tardieu | 2012-04-12 | 3 | -8/+2 |
| | | | | | | Those were source of errors, and have no legitimate reason to be used in our current code base as this changeset shows. | ||||
| * | Implements cache for live-map tiles | rsudev | 2012-04-12 | 2 | -0/+28 |
| | | |||||
| * | Remove unused (except in tests) conversion methods | Samuel Tardieu | 2012-04-11 | 1 | -5/+0 |
| | | |||||
| * | Move two methods into the tests | Samuel Tardieu | 2012-04-11 | 1 | -4/+5 |
| | | | | | | Those two methods were only used in the tests. They can be rewritten more concisely while testing the same thing. | ||||
| * | Implement equals() and hashCode() for Geopoint | Samuel Tardieu | 2012-04-11 | 7 | -14/+14 |
| | | |||||
| * | Waypoint and caches both have coordinates, add ICoordinates interface | Samuel Tardieu | 2012-04-11 | 3 | -16/+2 |
| | | | | | | Geopoint obviously implements ICoordinates. Also, getLongitude() and getLatitude() were only used in tests, remove them. | ||||
| * | Use an array with in-place constructor instead of a List | Samuel Tardieu | 2012-04-11 | 2 | -7/+2 |
| | | |||||
| * | fix cache attribute from 08d132878d4e8818c8090169e6f0ece257ac4732 | Bananeweizen | 2012-04-10 | 1 | -0/+13 |
| | | |||||
| * | missing file in merge request #1362 | Bananeweizen | 2012-04-09 | 1 | -0/+20 |
| | | |||||
| * | Merge remote-tracking branch 'teschi/issue#1304' | Bananeweizen | 2012-04-08 | 2 | -0/+151 |
| |\ | | | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | * | Support different modes of operation on LastRecentlyUsedMap | teschi | 2012-04-03 | 2 | -0/+168 |
| | | | | | | | | | Added a Set interface for the LastRecentlyUsedMap Changed CGeoMap to use the LastRecentlyUsedSet as its caches-cache | ||||
| * | | more unit test for cache filters | Bananeweizen | 2012-04-07 | 8 | -0/+238 |
| | | | | | | | | | * also fix cache equality for caches with empty geocodes (as used in some tests) | ||||
| * | | refactoring: more static code analysis cleanups | Bananeweizen | 2012-04-02 | 6 | -28/+29 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/release' into upstream | Samuel Tardieu | 2012-04-01 | 1 | -0/+14 |
| |\ \ | |/ |/| | | | | | | | | | | | | | | | Fixes and features have been implemented on the release branch. Merge them early enough to avoid dealing with huge conflicts later. Conflicts: main/src/cgeo/geocaching/Settings.java main/src/cgeo/geocaching/compatibility/Compatibility.java main/src/cgeo/geocaching/maps/CGeoMap.java | ||||
| | * | Add test for #1332 | Samuel Tardieu | 2012-04-01 | 1 | -0/+14 |
| | | | |||||
| | * | Fixed date format handling in tests | rsudev | 2012-03-29 | 1 | -10/+20 |
| | | | |||||
| * | | Fixed date format handling in tests | rsudev | 2012-03-29 | 1 | -10/+20 |
| | | | |||||
| * | | Merge pull request #1324 from campbeb/fix1314 | Bananeweizen | 2012-03-24 | 1 | -0/+10 |
| |\ \ | | | | | | | Fix #1314 - Store OC caches to database on load and mark as detailed | ||||
| | * | | Store OC caches to database on load and mark as detailed | campbeb | 2012-03-23 | 1 | -0/+10 |
| | |/ | |||||
| * | | refactoring: more encapsulation in SearchResult | Bananeweizen | 2012-03-24 | 4 | -4/+74 |
| |/ | |||||
| * | fix #1310: Crash while opening an unpublished cache | Bananeweizen | 2012-03-21 | 1 | -4/+19 |
| | | |||||
| * | fix #1281: .gpx import fails to recognize most caches in TX Challenge | Bananeweizen | 2012-03-20 | 1 | -0/+6 |
| | | | | package | ||||
| * | Unit test for #1268 | blafoo | 2012-03-18 | 1 | -3/+16 |
| | | |||||
| * | static code analysis and other fixes | Bananeweizen | 2012-03-18 | 2 | -2/+2 |
| | | | | | | | | * NumberParsingExceptions, NullPointerExceptions * StringBuilder instead of StringBuffer * access rights * interfaces instead of classes * ... | ||||
| * | Non-reliable coords for Basic Members. Fixes #1285 | blafoo | 2012-03-17 | 1 | -18/+16 |
| | | |||||
| * | Unit test fix | blafoo | 2012-03-16 | 1 | -2/+1 |
| | | |||||
| * | Request further details when tapping on a cache in Live Map. Fixes #1256 | blafoo | 2012-03-16 | 3 | -29/+59 |
| | | |||||
| * | Update of tests due to new Live Map strategy. Fixes #1242 | blafoo | 2012-03-13 | 1 | -4/+6 |
| | | |||||
| * | Tests for #1262 | blafoo | 2012-03-12 | 1 | -13/+43 |
| | | |||||
| * | fix #1262: icon decoding does not work well | Bananeweizen | 2012-03-10 | 3 | -81/+76 |
| | | |||||
| * | refactoring: first part of removing cgBase | Bananeweizen | 2012-03-10 | 6 | -14/+15 |
| | | | | | | | | * extract network stuff (non GC related) * extract GC login stuff * move UI related pieces to activities * to do: move parsing and searching to better places, remove cgBase completely afterwards | ||||
| * | #1236: adapt unit tests | Bananeweizen | 2012-03-09 | 1 | -1/+27 |
| | | | | | * previous tests didn't recognize cache page with error output * have new unit test for cache with errors | ||||
| * | refactoring: make JSON parsing more robust by using a regex | Bananeweizen | 2012-03-08 | 1 | -0/+14 |
| | | |||||
| * | Live Map strategy. Closes #1183 | blafoo | 2012-03-07 | 2 | -20/+31 |
| | | |||||
