aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/broeuschmeul/android/gps/bluetooth
Commit message (Collapse)AuthorAgeFilesLines
* update copyright infoHerbert von Broeuschmeul2012-03-233-6/+6
|
* correct the way we send command to SIRF GPSHerbert von Broeuschmeul2011-05-121-10/+12
| | | | Sometimes, if we weren't able to obtain the connection with the GPS, we weren't also able to discard the writing task and to shutdown thread associated thread pool.
* update (and improve ? ) disable and socket closing process.Herbert von Broeuschmeul2011-05-121-3/+3
|
* try to better close bt socket...Herbert von Broeuschmeul2011-05-121-8/+61
| | | | Close input and output streams before closing the socket
* typo correctionHerbert von Broeuschmeul2011-05-051-4/+0
|
* take the preference into account for location provider activationHerbert von Broeuschmeul2011-05-051-1/+1
|
* Merge branch 'doc' into dev_1.2.xHerbert von Broeuschmeul2011-05-053-3/+22
|\
| * add commentsHerbert von Broeuschmeul2011-04-283-3/+22
| |
* | use the optional preference value to force auto-activation of the chosen ↵Herbert von Broeuschmeul2011-04-282-1/+19
|/ | | | location provider
* add more commentsHerbert von Broeuschmeul2011-02-031-0/+50
|
* add more commentsHerbert von Broeuschmeul2011-02-011-3/+75
|
* add more commentsHerbert von Broeuschmeul2011-01-301-2/+10
|
* add comment on the classesHerbert von Broeuschmeul2011-01-301-0/+6
|
* update copyright infoHerbert von Broeuschmeul2011-01-303-6/+6
|
* Change app and notification iconsHerbert von Broeuschmeul2011-01-192-3/+3
| | | | Used icons inspired from XlAfbk's proposition: http://forum.xda-developers.com/showpost.php?p=10277778&postcount=29
* Merge branch '1.1.x' into 1.2.xHerbert von Broeuschmeul2010-12-031-5/+0
|\
| * removed unused codeHerbert von Broeuschmeul2010-12-031-5/+0
| |
* | Merge branch 'dev_1.1.x' into dev_1.2.xHerbert von Broeuschmeul2010-12-032-2/+43
|\ \ | |/
| * add an "About window" (merge from branch dev 1.0.x)Herbert von Broeuschmeul2010-12-032-8/+27
| |
| * first try to add an about window (merge from 1.0.x dev branch)Herbert von Broeuschmeul2010-12-031-1/+23
| |
* | Merge log rewrite from 1.1.x into branch 1.2.xHerbert von Broeuschmeul2010-11-073-86/+114
|\ \ | |/
| * Merge log rewrite from 1.0.x into branch 1.1.xHerbert von Broeuschmeul2010-11-073-201/+229
| |\
| | * rewrite log messagesHerbert von Broeuschmeul2010-11-073-23/+51
| | | | | | | | | | | | Change log tags and level. Add new logs
* | | merging refs/heads/BlueGPS4Droid_1.0.x into HEADHerbert von Broeuschmeul2010-10-281-2/+0
|\ \ \ | | |/ | |/|
| * | remove unused constantsHerbert von Broeuschmeul2010-10-281-2/+0
| | |
| * | code cleanupBlueGPS4Droid_1.0.1Herbert von Broeuschmeul2010-10-251-9/+0
| | |
| * | 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.
| * | add alert messages and code cleanupHerbert von Broeuschmeul2010-10-222-18/+42
| | | | | | | | | | | | * add alert messages when bluetooth GPS connection cannot be enabled * code cleanup
| * | 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.
* | | Add preferences to enable/disable GGA and RMC NMEA sentencesHerbert von Broeuschmeul2010-10-282-0/+37
| | | | | | | | | | | | | | | Add preferences to enable/disable GGA and RMC NMEA sentences. Actually by default theses two preferences are enabled and cannot be disable: we need them to generate the GPS fixes
* | | merging refs/heads/BlueGPS4Droid_1.1.x into master (1.2.x)Herbert von Broeuschmeul2010-10-272-21/+68
|\ \ \ | | |/ | |/|
| * | add notifications when service cannot be startedHerbert von Broeuschmeul2010-10-262-7/+19
| | | | | | | | | * add notification when service cannot be started
| * | 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.
| * | add alert messages when bluetooth GPS connection cannot be enabledHerbert von Broeuschmeul2010-10-242-9/+45
| | |
| * | 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...)
| * | rewrite connection/disconnection partsHerbert von Broeuschmeul2010-10-012-65/+71
| | |
| * | add preference settings for connection retries Herbert von Broeuschmeul2010-09-293-5/+15
| | |
| * | correction for log NMEAHerbert von Broeuschmeul2010-09-291-1/+1
| | |
| * | Correction of a bug and notification improvementHerbert von Broeuschmeul2010-09-291-9/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | Remove unused preferences and associated codeHerbert von Broeuschmeul2010-09-261-2/+0
| | |
| * | Code cleanupHerbert von Broeuschmeul2010-09-263-253/+153
| | |
| * | 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-262-21/+73
| | |
| * | Code cleanupHerbert von Broeuschmeul2010-09-262-5/+0
| | |
* | | Merge branch 'BlueGPS4Droid_1.0'Herbert von Broeuschmeul2010-10-121-6/+17
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | 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...)