aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* changed location of the bluetooth lib jarHerbert von Broeuschmeul2012-05-111-1/+0
| | | Since adt version 17 or 18 (?) external jar have to be in /libs dir in order to be exported in the android apk. Si I haved to move the backport-android-bluetooth jar from /lib to /libs dir
* Merge branch 'BlueGPS4Droid_1.2.x' into BlueGPS4Cupcake_1.2.xHerbert von Broeuschmeul2012-03-241-0/+1
|\
| * sdk tools aand adt 17 relative updateHerbert von Broeuschmeul2012-03-231-0/+1
| |
* | Merge remote-tracking branch 'origin/BlueGPS4Droid_1.2.x' into ↵Herbert von Broeuschmeul2012-03-241-0/+1
|\ \ | |/ |/| | | BlueGPS4Cupcake_1.2.x
| * First rebuild for cupcake using backport-android-bluetooth.Herbert von Broeuschmeul2011-05-141-0/+1
| | | | | | | | | | Use backport-android-bluetooth (http://code.google.com/p/backport-android-bluetooth/) in order use bluetooth API introduced with Eclair.
* | changes in structure project from ADT 14.0.0 Herbert von Broeuschmeul2012-02-271-1/+1
|/ | | ADT 1.4 has introduced change in the structure of projets : http://developer.android.com/sdk/eclipse-adt.html#notes
* An application for using an external bluetooth GPS on Android devices.BlueGPS4Droid_1.2.0BlueGPS4Droid_1.0Herbert von Broeuschmeul2010-09-121-0/+7
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.