aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/speech
Commit message (Collapse)AuthorAgeFilesLines
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-231-2/+2
| | | | | IGeoData was only implemented by the GeoData class. We can as well use it directly.
* TextToSpeech#speak has been deprecated in API 21Samuel Tardieu2014-11-231-0/+1
|
* rename packageBananeweizen2014-11-022-3/+3
| | | | 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-1/+1
| | | | | | | | 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.
* 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
| | | | It looks like `onDestroy` might be called before completion of `onInit`.
* Allow subscription to either location or direction dataSamuel Tardieu2014-03-261-3/+3
| | | | | | | | The forced union of both information is not appropriate in several activities where only GPS data is needed, or where direction data update less components than location data (such as cache lists). This is part of work on #3680.
* 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 #3177, TTS talking compass does not uses force English as well - moving checks to SpeechService, avoiding calling the intent - set requested locale to 'en' if 'forceEnglish'
* 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 distance
| * Fix #2716 - Adjust compass speech rate based on distancecampbeb2013-05-201-4/+32
| | | | | | | | | | | | Speech has a minimum and maximum time delay. In between these values it changes based on how much distance to the object has changed. Values may need to be adjusted for optimum use.
* | Fix #2714 - Support imperial units in compass speechcampbeb2013-05-121-9/+28
|/ | | | Fixes #2714
* #2710: speech output in compassBananeweizen2013-05-102-0/+212