aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* bug correction in NMEA checksum managementHerbert von Broeuschmeul2012-11-051-2/+2
| | | | When NMEA sentences had no checksum the paser failed to match the sentences because it was expecting a "*" at the end of the sentences which was wrong.
* Correction in NMEA checksum calculHerbert von Broeuschmeul2012-11-052-2/+2
|
* Merge remote-tracking branch 'BlueGpsDev/BlueGPS4Droid_1.2.x' into ↵Herbert von Broeuschmeul2012-10-101-13/+21
|\ | | | | | | BlueGPS4Cupcake_1.2.x
| * beautify codeHerbert von Broeuschmeul2012-10-101-9/+9
| |
| * decrease delays between conncetions retries...Herbert von Broeuschmeul2012-10-101-2/+2
| | | | | | | | Should allow faster reconnection after temporary disconnection.
| * try to reimplement connection timeout and connection retries managementHerbert von Broeuschmeul2012-10-101-7/+15
| |
* | Merge remote-tracking branch 'origin/BlueGPS4Droid_1.2.x' into ↵Herbert von Broeuschmeul2012-03-245-16/+100
|\ \ | |/ |/| | | BlueGPS4Cupcake_1.2.x
| * add credits for backport-android-bluetoothHerbert von Broeuschmeul2011-05-151-0/+5
| | | | | | | | For the moment only the english version is provided.
| * First rebuild for cupcake using backport-android-bluetooth.Herbert von Broeuschmeul2011-05-145-16/+95
| | | | | | | | | | Use backport-android-bluetooth (http://code.google.com/p/backport-android-bluetooth/) in order use bluetooth API introduced with Eclair.
* | Bug correction: bug #9 Handle NMEA timestamps without fractional seconds.Herbert von Broeuschmeul2012-03-231-3/+5
| |
* | update copyright infoHerbert von Broeuschmeul2012-03-235-10/+10
|/
* 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.
* try to remove mock provider before adding the new oneHerbert von Broeuschmeul2011-05-121-0/+6
| | | | If there is already a mock provider with the same name as the one we are trying to add it will fail, so I now try to remove the provider (if it exists) before adding the new one.
* 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-054-4/+25
|\
| * add commentsHerbert von Broeuschmeul2011-04-284-4/+25
| |
* | use the optional preference value to force auto-activation of the chosen ↵Herbert von Broeuschmeul2011-04-283-3/+22
|/ | | | 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-303-0/+27
|
* update copyright infoHerbert von Broeuschmeul2011-01-305-10/+10
|
* Decrease the alleged power consumption of the GPSHerbert von Broeuschmeul2011-01-261-1/+1
| | | | Change the alleged power consumption of the bluetooth GPS (from High to Medium)
* 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
* add copyright and copying notice in SirfUtils.javaHerbert von Broeuschmeul2011-01-141-0/+20
|
* 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-074-111/+141
|\ \ | |/
| * Merge log rewrite from 1.0.x into branch 1.1.xHerbert von Broeuschmeul2010-11-074-226/+256
| |\
| | * rewrite log messagesHerbert von Broeuschmeul2010-11-074-46/+76
| | | | | | | | | | | | 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
| | |
* | | 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-273-72/+136
|\ \ \ | | |/ | |/|
| * | 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.
| | * 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.
| | * 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-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 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.