Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove elevation handling | Samuel Tardieu | 2013-07-14 | 1 | -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 activity | koem | 2013-07-09 | 1 | -0/+1 |
| | |||||
* | fix #2927: TTS volume | Bananeweizen | 2013-06-26 | 1 | -0/+4 |
| | |||||
* | #2747 TTS distances should use Android plurals | koem | 2013-06-19 | 1 | -6/+3 |
| | |||||
* | refactoring: use activity names for layouts | Bananeweizen | 2013-06-09 | 1 | -1/+1 |
| | |||||
* | #2684: Use view injection instead of view.findById() | Bananeweizen | 2013-05-31 | 1 | -25/+15 |
| | |||||
* | Add log message for testing #2770 | campbeb | 2013-05-24 | 1 | -0/+1 |
| | |||||
* | new: check TTS data availability when starting speech | Bananeweizen | 2013-05-23 | 1 | -1/+18 |
| | |||||
* | Merge branch 'fix-2741' into upstream | Samuel Tardieu | 2013-05-19 | 1 | -0/+10 |
| | | | | | Conflicts: main/src/cgeo/geocaching/CompassActivity.java | ||||
* | #2710: speech output in compass | Bananeweizen | 2013-05-10 | 1 | -0/+10 |
| | |||||
* | refactoring: avoid magic constants | Bananeweizen | 2013-05-10 | 1 | -16/+13 |
| | |||||
* | refactoring: use menu resources instead of code | Bananeweizen | 2013-05-10 | 1 | -0/+299 |