Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version description updateBlueGps4Droid_1.1.1 | Herbert von Broeuschmeul | 2010-09-29 | 1 | -0/+1 |
| | |||||
* | add preference settings for connection retries | Herbert von Broeuschmeul | 2010-09-29 | 6 | -26/+32 |
| | |||||
* | French translation for the new notifications | Herbert von Broeuschmeul | 2010-09-29 | 2 | -3/+13 |
| | |||||
* | remove message for an unused option | Herbert von Broeuschmeul | 2010-09-29 | 1 | -1/+0 |
| | |||||
* | correction for log NMEA | Herbert von Broeuschmeul | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | Code cleanup | Herbert von Broeuschmeul | 2010-09-29 | 1 | -22/+0 |
| | |||||
* | Change versions for 1.1.1 | Herbert von Broeuschmeul | 2010-09-29 | 2 | -9/+13 |
| | | | version and description for 1.1.1 | ||||
* | Correction of a bug and notification improvement | Herbert von Broeuschmeul | 2010-09-29 | 2 | -9/+64 |
| | | | | | | | | | | | Bug correction: I had forgotten to shutdown one ScheduledExecutorService, so BlueGPS was always trying to reconnect to the GPS, even after the application and service had been stopped. Improvement: First, when the connection with the GPS is lost, a notification is displayed. And then, if the GPS connection service is closed because of two many connection retry, an second notification is displayed. The fist notification allows the user to close BlueGPS service and the second one allows the user to re-enable it. | ||||
* | add version fileBlueGps4Droid_1.1 | Herbert von Broeuschmeul | 2010-09-26 | 1 | -0/+10 |
| | |||||
* | change android version numbers | Herbert von Broeuschmeul | 2010-09-26 | 1 | -2/+2 |
| | |||||
* | Remove unused preferences and associated code | Herbert von Broeuschmeul | 2010-09-26 | 3 | -21/+0 |
| | |||||
* | Code cleanup | Herbert von Broeuschmeul | 2010-09-26 | 4 | -270/+165 |
| | |||||
* | improve nmea notification | Herbert von Broeuschmeul | 2010-09-26 | 1 | -1/+4 |
| | |||||
* | Remove dead code | Herbert von Broeuschmeul | 2010-09-26 | 1 | -40/+0 |
| | |||||
* | reconnect on unexpected disconnection | Herbert von Broeuschmeul | 2010-09-26 | 3 | -22/+77 |
| | |||||
* | Code cleanup | Herbert von Broeuschmeul | 2010-09-26 | 2 | -5/+0 |
| | |||||
* | add status notification | Herbert von Broeuschmeul | 2010-09-22 | 2 | -2/+67 |
| | | | | | | | | | | | | change mockGps status to * LocationProvider.TEMPORARILY_UNAVAILABLE, * LocationProvider.OUT_OF_SERVICE, * LocationProvider.AVAILABLE when the gps loses the fix or when the connection is lost or ... Remark: on the Galaxy S it doesn't work :( * either LocationManager.setTestProviderStatus is not used properly * either the method is buggy | ||||
* | Code cleanup | Herbert von Broeuschmeul | 2010-09-20 | 1 | -13/+0 |
| | |||||
* | add new preferences options | Herbert von Broeuschmeul | 2010-09-19 | 6 | -31/+114 |
| | | | | | add preferences in order to chose if we want to: * replace the internal GPS or * use a new location provider. | ||||
* | changed french localisation and gps options preference title | Herbert von Broeuschmeul | 2010-09-15 | 2 | -5/+5 |
| | |||||
* | cosmetic changes in preferences | Herbert von Broeuschmeul | 2010-09-14 | 1 | -2/+4 |
| | | | | * specify dependency between preferences * disable view of one preference view whichactualy is not used | ||||
* | An application for using an external bluetooth GPS on Android devices.BlueGPS4Droid_1.2.0BlueGPS4Droid_1.0 | Herbert von Broeuschmeul | 2010-09-12 | 15 | -0/+2299 |
The application starts a service, then connects to a Bluetooth device (NMEA GPS) and creates a mock GPS provider which can be used to replace the internal GPS. It's also possible to log the external GPS NMEA data in a file on the device. |