| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
The package not only contains the GeoPoint definition, but other
location related classes, too.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
At least since march both ADT and Android Studio support Java 7 features
in Android development. Let's use them.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|