aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* update copyright infoHerbert von Broeuschmeul2012-03-231-2/+2
|
* add commentsHerbert von Broeuschmeul2011-04-281-1/+3
|
* update copyright infoHerbert von Broeuschmeul2011-01-301-2/+2
|
* 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-031-2/+42
|\ \ | |/
| * add an "About window" (merge from branch dev 1.0.x)Herbert von Broeuschmeul2010-12-031-8/+26
| |
| * 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-071-42/+46
|\ \ | |/
| * Merge log rewrite from 1.0.x into branch 1.1.xHerbert von Broeuschmeul2010-11-071-160/+164
| |\
| | * rewrite log messagesHerbert von Broeuschmeul2010-11-071-1/+5
| | | | | | | | | | | | Change log tags and level. Add new logs
| | * Code cleanupHerbert von Broeuschmeul2010-10-181-3/+0
| | |
| * | rewrite connection/disconnection partsHerbert von Broeuschmeul2010-10-011-12/+9
| | |
| * | add preference settings for connection retries Herbert von Broeuschmeul2010-09-291-1/+4
| | |
| * | Code cleanupHerbert von Broeuschmeul2010-09-261-57/+54
| | |
| * | Code cleanupHerbert von Broeuschmeul2010-09-261-4/+0
| | |
* | | Add preferences to enable/disable GGA and RMC NMEA sentencesHerbert von Broeuschmeul2010-10-281-0/+2
| | | | | | | | | | | | | | | 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
* | | rewrite connection/disconnection partsHerbert von Broeuschmeul2010-10-111-12/+9
| | | | | | | | | | | | | | | | | | | | | Conflicts: src/org/broeuschmeul/android/gps/bluetooth/provider/BlueetoothGpsManager.java src/org/broeuschmeul/android/gps/bluetooth/provider/BluetoothGpsActivity.java
* | | add preference settings for connection retriesHerbert von Broeuschmeul2010-09-301-181/+183
| | |
* | | Code cleanupHerbert von Broeuschmeul2010-09-261-61/+59
| | |
* | | add new SiIRF configuration optionsHerbert von Broeuschmeul2010-09-251-9/+20
| | |
* | | Code cleanupHerbert von Broeuschmeul2010-09-241-4/+0
| | |
* | | begin to add SiRF configuration optionsHerbert von Broeuschmeul2010-09-241-0/+9
|/ /
* | add new preferences optionsHerbert von Broeuschmeul2010-09-191-0/+23
|/ | | | | add preferences in order to chose if we want to: * replace the internal GPS or * use a new location provider.
* An application for using an external bluetooth GPS on Android devices.BlueGPS4Droid_1.2.0BlueGPS4Droid_1.0Herbert von Broeuschmeul2010-09-121-0/+144
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.