| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove used-once interface IGeoData | Samuel Tardieu | 2014-11-23 | 1 | -2/+2 |
| | | | | | | IGeoData was only implemented by the GeoData class. We can as well use it directly. | ||||
| * | TextToSpeech#speak has been deprecated in API 21 | Samuel Tardieu | 2014-11-23 | 1 | -0/+1 |
| | | |||||
| * | rename package | Bananeweizen | 2014-11-02 | 2 | -3/+3 |
| | | | | | The package not only contains the GeoPoint definition, but other location related classes, too. | ||||
| * | fix #4359: imperial units checkbox not always correct | Samuel Tardieu | 2014-09-15 | 1 | -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 keys | Bananeweizen | 2014-08-24 | 1 | -3/+3 |
| | | |||||
| * | fix: wrong toast on finishing compass | Bananeweizen | 2014-08-17 | 1 | -2/+3 |
| | | |||||
| * | #4157: show toast starting/stopping speech | Bananeweizen | 2014-08-13 | 1 | -7/+10 |
| | | |||||
| * | fix #3722: NPE in SpeechService | Samuel Tardieu | 2014-04-02 | 1 | -1/+2 |
| | | | | | It looks like `onDestroy` might be called before completion of `onInit`. | ||||
| * | Allow subscription to either location or direction data | Samuel Tardieu | 2014-03-26 | 1 | -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 GeoDirHandler | Samuel Tardieu | 2014-03-10 | 1 | -2/+4 |
| | | |||||
| * | Always use a combined geodata and direction provider | Samuel Tardieu | 2014-03-06 | 1 | -54/+25 |
| | | |||||
| * | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 1 | -2/+3 |
| | | |||||
| * | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -1/+1 |
| | | |||||
| * | Use RxJava for direction and geodata updates rather than own observers | Samuel Tardieu | 2014-01-08 | 1 | -2/+2 |
| | | |||||
| * | refactoring: documentation | Bananeweizen | 2013-10-03 | 1 | -2/+2 |
| | | |||||
| * | close #3271: document handling of unit expressions in text-to-speech | Samuel Tardieu | 2013-09-13 | 1 | -0/+7 |
| | | |||||
| * | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 2 | -5/+5 |
| | | |||||
| * | Fixes #2770, TTS not starting | rsudev | 2013-08-25 | 1 | -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" mode | rsudev | 2013-07-30 | 1 | -6/+13 |
| | | |||||
| * | cleanup: remove unnecessary else statement | Samuel Tardieu | 2013-07-14 | 1 | -2/+2 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 2 | -12/+12 |
| | | |||||
| * | fix #2926: no speech output with "Use GPS only" | Bananeweizen | 2013-06-26 | 1 | -2/+3 |
| | | |||||
| * | findbugs: don't compare float for equality | Bananeweizen | 2013-06-24 | 1 | -8/+8 |
| | | |||||
| * | plurals for direction, singulars for distances | koem | 2013-06-20 | 1 | -38/+44 |
| | | |||||
| * | #2747 TTS distances should use Android plurals | koem | 2013-06-19 | 1 | -9/+33 |
| | | |||||
| * | Merge pull request #2754 from campbeb/fix2716 | Samuel Tardieu | 2013-05-21 | 1 | -4/+32 |
| |\ | | | | | Fix #2716 - Adjust compass speech rate based on distance | ||||
| | * | Fix #2716 - Adjust compass speech rate based on distance | campbeb | 2013-05-20 | 1 | -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 speech | campbeb | 2013-05-12 | 1 | -9/+28 |
| |/ | | | | Fixes #2714 | ||||
| * | #2710: speech output in compass | Bananeweizen | 2013-05-10 | 2 | -0/+212 |
