aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* The check for mock location doesn't work on Marshmallow, so add a function ↵Wolfgang Wiedmeyer2015-12-291-1/+26
| | | | | | | | that works on Marshmallow and older Android versions code comes from here: https://stackoverflow.com/questions/33003553/how-to-read-selected-mock-location-app-in-android-m-api-23 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* 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.
| * | 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-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
| | |