aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* spelling correctionsBlueGPS4Droid_1.1.2Herbert von Broeuschmeul2010-11-042-2/+2
|
* externalization of version nameHerbert von Broeuschmeul2010-11-042-1/+3
|
* bug correctionHerbert von Broeuschmeul2010-10-311-1/+1
| | | problem in the default english messages
* merging refs/heads/BlueGPS4Droid_1.0.x into HEADHerbert von Broeuschmeul2010-10-261-2/+2
|\
| * Correct first fixHerbert von Broeuschmeul2010-10-261-2/+2
| | | | | | | | Actually there is always a first fix with lat=0 and lon=0. This modification should remove it.
* | add notifications when service cannot be startedHerbert von Broeuschmeul2010-10-264-17/+33
| | | | | | * add notification when service cannot be started
* | correct indentationHerbert von Broeuschmeul2010-10-251-5/+5
| |
* | Merge commit '8a5334f4bd6fc34e9041b7ed6999315d36121511' into dev_1.1.xHerbert von Broeuschmeul2010-10-250-0/+0
|\ \ | |/
| * code cleanupBlueGPS4Droid_1.0.1Herbert von Broeuschmeul2010-10-251-9/+0
| |
| * change version info and add version description Herbert von Broeuschmeul2010-10-252-2/+12
| |
| * Remove test on gps providerHerbert von Broeuschmeul2010-10-231-7/+7
| | | | | | | | Remove test for verifying if internal GPS is not enabled. So not enabling internal GPS doesn't prevent starting service.
| * auto-enable gps provider if it doesn't exist and prevent forceclose if Mock ↵Herbert von Broeuschmeul2010-10-231-52/+68
| | | | | | | | Locations is disabled
| * add alert messages and code cleanupHerbert von Broeuschmeul2010-10-224-18/+52
| | | | | | | | * add alert messages when bluetooth GPS connection cannot be enabled * code cleanup
| * remove unused strings in constants.xmlHerbert von Broeuschmeul2010-10-181-20/+0
| |
| * Separate localized string from other values.Herbert von Broeuschmeul2010-10-183-33/+56
| | | | | | | | All localized strings are now in the string.xml files while constants, defaults values and prefrerence keys are in constants.xml
| * Code cleanupHerbert von Broeuschmeul2010-10-183-100/+1
| |
| * autodisable when neededHerbert von Broeuschmeul2010-10-182-8/+12
| | | | | | | | When Bluetooth, Mock Location or GPS are not enabled, the service cannot be started correctly and so it will auto-disable itself.
* | change version info and add version descriptionHerbert von Broeuschmeul2010-10-252-3/+8
| |
* | Remove test on gps providerHerbert von Broeuschmeul2010-10-251-7/+7
| | | | | | | | | | Remove test for verifying if internal GPS is not enabled. So not enabling internal GPS doesn't prevent starting service.
* | auto-enable gps provider if it doesn't exist and prevent forceclose if Mock ↵Herbert von Broeuschmeul2010-10-251-49/+66
| | | | | | | | Locations is disabled
* | add alert messages when bluetooth GPS connection cannot be enabledHerbert von Broeuschmeul2010-10-244-9/+55
| |
* | Separate localized string from other values.Herbert von Broeuschmeul2010-10-243-14/+38
| | | | | | | | | | All localized strings are now in the string.xml files while constants, defaults values and prefrerence keys are in constants.xml
* | code cleanupHerbert von Broeuschmeul2010-10-241-1/+0
| |
* | autodisable when neededHerbert von Broeuschmeul2010-10-242-2/+4
| | | | | | | | | | When Bluetooth, Mock Location or GPS are not enabled, the service cannot be started correctly and so it will auto-disable itself.
* | merging refs/heads/BlueGPS4Droid_1.0 into HEADHerbert von Broeuschmeul2010-10-111-9/+18
|\ \ | |/ | | | | | | | | | | | | add verifications before starting connection Verify that: - bluetooth is on - Mock Location is enabled - internal GPS is enabled (wont be used but has to be enabled...)
| * add verifications before starting connectionHerbert von Broeuschmeul2010-10-111-0/+11
| | | | | | | | | | | | Verify that: - bluetooth is on - Mock Location is enabled - internal GPS is enabled (wont be used but has to be enabled...)
| * move constructor before methodsHerbert von Broeuschmeul2010-10-071-7/+6
| |
* | rewrite connection/disconnection partsHerbert von Broeuschmeul2010-10-013-65/+72
| |
* | Change default value of connection retry numberHerbert von Broeuschmeul2010-09-301-1/+1
| | | | | | default value for connection retry number, now 0 (previous value was 5)
* | 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