aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/geopoint/Units.java
Commit message (Collapse)AuthorAgeFilesLines
* rename packageBananeweizen2014-11-021-62/+0
| | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* fix #4359: imperial units checkbox not always correctSamuel Tardieu2014-09-151-2/+2
| | | | | | | | This has been fixed by initializing the key to its default value instead of just the checkbox. Also, better names have been used throughout the settings to reflect the fact that "units" meant "use imperial units". It was used in both ways, including the wrong way while migrating the settings.
* switch to Java 1.7Bananeweizen2014-07-171-1/+1
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* multiple lint and compiler warning fixesBananeweizen2014-05-241-3/+4
|
* Fix #3899: Units.getSpeed() returns uncommon stringSammysHP2014-05-231-5/+5
|
* Remove elevation handlingSamuel Tardieu2013-07-141-12/+0
| | | | | | | | | | | | | | | Geocaches do not contain useful elevation information. We used to get it using Google API, but the information was not very useful because our handling of altitude was inconsistent. Also, the Google elevation API usage limits states that "the Elevation API may only be used in conjunction with displaying results on a Google map; using elevation data without displaying a map for which elevation data was requested is prohibited". This removes elevation handling completely, except in the settings to avoid getting in the way of the settings rewrite. The elevation related settings should be removed there instead when both works are merged.
* Implements #750, use preference activitykoem2013-07-091-11/+11
|
* refactoring: have more physical units code in one placeBananeweizen2012-06-031-0/+73