aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version description updateBlueGps4Droid_1.1.1Herbert von Broeuschmeul2010-09-291-0/+1
|
* add preference settings for connection retries Herbert von Broeuschmeul2010-09-296-26/+32
|
* French translation for the new notificationsHerbert von Broeuschmeul2010-09-292-3/+13
|
* remove message for an unused optionHerbert von Broeuschmeul2010-09-291-1/+0
|
* correction for log NMEAHerbert von Broeuschmeul2010-09-291-1/+1
|
* Code cleanupHerbert von Broeuschmeul2010-09-291-22/+0
|
* Change versions for 1.1.1Herbert von Broeuschmeul2010-09-292-9/+13
| | | version and description for 1.1.1
* Correction of a bug and notification improvementHerbert von Broeuschmeul2010-09-292-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.1Herbert von Broeuschmeul2010-09-261-0/+10
|
* change android version numbersHerbert von Broeuschmeul2010-09-261-2/+2
|
* Remove unused preferences and associated codeHerbert von Broeuschmeul2010-09-263-21/+0
|
* Code cleanupHerbert von Broeuschmeul2010-09-264-270/+165
|
* improve nmea notificationHerbert von Broeuschmeul2010-09-261-1/+4
|
* Remove dead codeHerbert von Broeuschmeul2010-09-261-40/+0
|
* reconnect on unexpected disconnectionHerbert von Broeuschmeul2010-09-263-22/+77
|
* Code cleanupHerbert von Broeuschmeul2010-09-262-5/+0
|
* add status notificationHerbert von Broeuschmeul2010-09-222-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 cleanupHerbert von Broeuschmeul2010-09-201-13/+0
|
* add new preferences optionsHerbert von Broeuschmeul2010-09-196-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 Broeuschmeul2010-09-152-5/+5
|
* cosmetic changes in preferencesHerbert von Broeuschmeul2010-09-141-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.0Herbert von Broeuschmeul2010-09-1215-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.