aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/speech
Commit message (Expand)AuthorAgeFilesLines
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-171-8/+8
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-231-2/+2
* TextToSpeech#speak has been deprecated in API 21Samuel Tardieu2014-11-231-0/+1
* rename packageBananeweizen2014-11-022-3/+3
* fix #4359: imperial units checkbox not always correctSamuel Tardieu2014-09-151-1/+1
* fix #1303: use qualified intent keysBananeweizen2014-08-241-3/+3
* fix: wrong toast on finishing compassBananeweizen2014-08-171-2/+3
* #4157: show toast starting/stopping speechBananeweizen2014-08-131-7/+10
* fix #3722: NPE in SpeechServiceSamuel Tardieu2014-04-021-1/+2
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-261-3/+3
* Use a subscription model for GeoDirHandlerSamuel Tardieu2014-03-101-2/+4
* Always use a combined geodata and direction providerSamuel Tardieu2014-03-061-54/+25
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-2/+3
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+1
* Use RxJava for direction and geodata updates rather than own observersSamuel Tardieu2014-01-081-2/+2
* refactoring: documentationBananeweizen2013-10-031-2/+2
* close #3271: document handling of unit expressions in text-to-speechSamuel Tardieu2013-09-131-0/+7
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-132-5/+5
* Fixes #2770, TTS not startingrsudev2013-08-251-3/+14
* Fixes #2996, Compass TTS: Wrong direction in "GPS only" modersudev2013-07-301-6/+13
* cleanup: remove unnecessary else statementSamuel Tardieu2013-07-141-2/+2
* Implements #750, use preference activitykoem2013-07-092-12/+12
* fix #2926: no speech output with "Use GPS only"Bananeweizen2013-06-261-2/+3
* findbugs: don't compare float for equalityBananeweizen2013-06-241-8/+8
* plurals for direction, singulars for distanceskoem2013-06-201-38/+44
* #2747 TTS distances should use Android pluralskoem2013-06-191-9/+33
* Merge pull request #2754 from campbeb/fix2716Samuel Tardieu2013-05-211-4/+32
|\
| * Fix #2716 - Adjust compass speech rate based on distancecampbeb2013-05-201-4/+32
* | Fix #2714 - Support imperial units in compass speechcampbeb2013-05-121-9/+28
|/
* #2710: speech output in compassBananeweizen2013-05-102-0/+212