Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge branch 'issue-374' into upstream" | Samuel Tardieu | 2012-06-07 | 1 | -6/+0 |
| | | | | | This reverts commit 8f265e5057f255352784643e10b44e69744a4cf2, reversing changes made to 79a0ad18f555acf4deb26f15eea739a64e11669b. | ||||
* | Merge branch 'issue-374' into upstream | Samuel Tardieu | 2012-06-07 | 1 | -0/+6 |
|\ | |||||
| * | New format: LAT_LON_DECDEGREE_RAW | Samuel Tardieu | 2012-06-07 | 1 | -0/+6 |
| | | | | | | | | | | | | | | This is the simplest unambiguous form to store a latitude/longitude data even if the locale changes. Part of work on issue #374. | ||||
* | | Merge branch 'issue-1722' into upstream | Samuel Tardieu | 2012-06-05 | 6 | -264/+276 |
|\ \ | |/ | |||||
| * | Fix #1722: do not use BigDecimal in computations | Samuel Tardieu | 2012-06-05 | 6 | -264/+276 |
| | | |||||
* | | refactoring: have more physical units code in one place | Bananeweizen | 2012-06-03 | 2 | -49/+73 |
|/ | |||||
* | Refactoring: add missing override annotations | Samuel Tardieu | 2012-05-23 | 1 | -0/+2 |
| | | | | This was requested by SammysHP. | ||||
* | refactoring: remove some of the TODOs | Bananeweizen | 2012-05-06 | 1 | -2/+0 |
| | |||||
* | fix #1459: Refactoring navigation menu | Bananeweizen | 2012-05-05 | 1 | -2/+2 |
| | |||||
* | Display distance immediately in cache details | Samuel Tardieu | 2012-05-01 | 1 | -6/+6 |
| | | | | | | | The distance initially displayed only used the cache getDistance() which might not be available. The real distance is now computed if needed. See issue #1468. | ||||
* | Fix: check that coordinates are not null | Samuel Tardieu | 2012-04-25 | 1 | -1/+1 |
| | | | | | | Do as the comment says and accept (and skip) points with null coordinates. Bug found by chance during a test run while the website was down. | ||||
* | Refactoring: fix Javadoc for Geopoint | Samuel Tardieu | 2012-04-22 | 2 | -5/+5 |
| | |||||
* | Refactoring: keep GeopointParser private to its package | Samuel Tardieu | 2012-04-21 | 2 | -27/+27 |
| | | | | | | | Geopoint exposes everything GeopointParser can do. By calling a Geopoint constructor instead of a GeopointParser method returning a Geopoint, Eclipse can do more null checks for free (a constuctor can never return a null object). | ||||
* | Add more tests for getHumanDistance() | Samuel Tardieu | 2012-04-20 | 1 | -30/+34 |
| | |||||
* | Fix small distances handling in imperial units | Samuel Tardieu | 2012-04-20 | 1 | -8/+11 |
| | | | | | Before this change, 123.45 meters translate to "0.08 mi" instead of the more readable "450 ft" which it now uses for human consumption. | ||||
* | Refactoring: cleanup control flow | Samuel Tardieu | 2012-04-20 | 2 | -21/+20 |
| | |||||
* | Refactoring: do not get through an extra Geopoint when not required | Samuel Tardieu | 2012-04-20 | 1 | -4/+4 |
| | |||||
* | Refactoring: remove unused Viewport constructor | Samuel Tardieu | 2012-04-20 | 1 | -4/+0 |
| | |||||
* | Refactoring: move Direction out of Geopoint | Samuel Tardieu | 2012-04-20 | 6 | -179/+200 |
| | | | | Directions deserve their own package to make it clearer of who use them. | ||||
* | Refactoring: use viewports where appropriate | Samuel Tardieu | 2012-04-20 | 1 | -47/+0 |
| | |||||
* | Add optional table parameter to Viewport#sqlWhere() | Samuel Tardieu | 2012-04-20 | 1 | -6/+9 |
| | |||||
* | Make Geopoint parcelable | Samuel Tardieu | 2012-04-16 | 1 | -2/+36 |
| | |||||
* | A viewport contains points, not coordinates | Samuel Tardieu | 2012-04-14 | 1 | -12/+16 |
| | | | | Make the methods accept ICoordinates instances. | ||||
* | Add new Viewport method and builder | Samuel Tardieu | 2012-04-14 | 1 | -0/+47 |
| | |||||
* | Refactoring: rename isInViewport() to contains() | Samuel Tardieu | 2012-04-14 | 1 | -4/+10 |
| | | | | This is a better name from the point of a viewport. | ||||
* | Revert "refactoring: use locale free format method for numbers" | Bananeweizen | 2012-04-14 | 1 | -2/+2 |
| | | | | This reverts commit 5c535e5d1841d78334f6a3d15ac6edb85449a18f. | ||||
* | refactoring: use locale free format method for numbers | Bananeweizen | 2012-04-14 | 1 | -2/+2 |
| | |||||
* | refactoring: remove the logging tag from settings | Bananeweizen | 2012-04-12 | 1 | -2/+1 |
| | |||||
* | Refactoring: temporarily rewrite redundant code waiting for it to disappear | Samuel Tardieu | 2012-04-12 | 1 | -34/+9 |
| | | | | | | This code which manipulates viewports as separate int coordinates should disappear and use the proper types. This requires a large rewrite of CGeoMap. | ||||
* | Refactoring: cleanup and add methods to Viewport | Samuel Tardieu | 2012-04-12 | 1 | -9/+67 |
| | |||||
* | Refactoring: remove int based Geopoint and Viewport constructors | Samuel Tardieu | 2012-04-12 | 2 | -16/+2 |
| | | | | | Those were source of errors, and have no legitimate reason to be used in our current code base as this changeset shows. | ||||
* | fix #1394: Red Circles around Event Caches | Bananeweizen | 2012-04-12 | 1 | -1/+3 |
| | |||||
* | Implements cache for live-map tiles | rsudev | 2012-04-12 | 1 | -4/+19 |
| | |||||
* | Implement equals() and hashCode() for Geopoint | Samuel Tardieu | 2012-04-11 | 1 | -12/+17 |
| | |||||
* | Waypoint and caches both have coordinates, add ICoordinates interface | Samuel Tardieu | 2012-04-11 | 1 | -3/+8 |
| | | | | | Geopoint obviously implements ICoordinates. Also, getLongitude() and getLatitude() were only used in tests, remove them. | ||||
* | Proxy all logs through cgeo.geocaching.utils.Log | Samuel Tardieu | 2012-03-31 | 2 | -2/+2 |
| | | | | | | | | The behaviour is unchanged, but altering Settings.isDebug() to return false will prevent verbose, debug and info levels messages from being logged. Part of work on #1301. | ||||
* | Optimization - Avoid use of internal getters. | campbeb | 2012-03-18 | 1 | -7/+7 |
| | | | | See http://developer.android.com/guide/practices/design/performance.html#internal_get_set | ||||
* | fix #1116: Cache count on live-map unreliable | Bananeweizen | 2012-03-11 | 1 | -15/+30 |
| | |||||
* | refactoring: first part of removing cgBase | Bananeweizen | 2012-03-10 | 1 | -1/+38 |
| | | | | | | | * 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 | ||||
* | refactoring: move constants and classes to the packages they belong to | Bananeweizen | 2012-03-04 | 3 | -7/+13 |
| | |||||
* | Moved methods to better fitting classes | blafoo | 2012-02-29 | 1 | -0/+59 |
| | |||||
* | Live Map. Closes #1121 | blafoo | 2012-02-23 | 1 | -0/+8 |
| | |||||
* | refactoring: code cleanup | Bananeweizen | 2012-02-21 | 2 | -0/+43 |
| | | | | | * move human distance code to own class * remove warning suppression * fix several compiler warnings | ||||
* | Added exception handling for NumberFormatException | Torsten Keil | 2012-02-17 | 1 | -7/+22 |
| | |||||
* | Implementation for issue #1120 | Torsten Keil | 2012-02-17 | 2 | -23/+234 |
| | | | | | | | - see ticket for more details Conflicts: main/src/cgeo/geocaching/cgeowaypointadd.java | ||||
* | refactoring: don't suppress warnings on method level | Bananeweizen | 2012-02-14 | 1 | -1/+0 |
| | |||||
* | Improved thread handling in live map | blafoo | 2012-02-13 | 1 | -0/+4 |
| | |||||
* | Fix #936: Parsing of decimal-seconds with comma as separator fails | SammysHP | 2012-01-03 | 1 | -7/+7 |
| | |||||
* | #922: Deleting of automatic generated waypoints | Bananeweizen | 2012-01-01 | 1 | -17/+25 |
| | |||||
* | fix #920: WPs created from Personal Notes not correct | Bananeweizen | 2011-12-31 | 1 | -10/+21 |
| |