aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CompassActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove elevation handlingSamuel Tardieu2013-07-141-6/+1
| | | | | | | | | | | | | | | 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-0/+1
|
* fix #2927: TTS volumeBananeweizen2013-06-261-0/+4
|
* #2747 TTS distances should use Android pluralskoem2013-06-191-6/+3
|
* refactoring: use activity names for layoutsBananeweizen2013-06-091-1/+1
|
* #2684: Use view injection instead of view.findById()Bananeweizen2013-05-311-25/+15
|
* Add log message for testing #2770campbeb2013-05-241-0/+1
|
* new: check TTS data availability when starting speechBananeweizen2013-05-231-1/+18
|
* Merge branch 'fix-2741' into upstreamSamuel Tardieu2013-05-191-0/+10
| | | | | Conflicts: main/src/cgeo/geocaching/CompassActivity.java
* #2710: speech output in compassBananeweizen2013-05-101-0/+10
|
* refactoring: avoid magic constantsBananeweizen2013-05-101-16/+13
|
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-0/+299