aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch '1.1.x' into 1.2.xHerbert von Broeuschmeul2010-12-032-15/+0
|\
| * Merge branch '1.0.x' into 1.1.xHerbert von Broeuschmeul2010-12-030-0/+0
| |\
| | * removed unused codeHerbert von Broeuschmeul2010-12-032-15/+0
| | |
| | * add an "About window"Herbert von Broeuschmeul2010-12-039-54/+123
| | |
| | * spelling correctionHerbert von Broeuschmeul2010-11-072-2/+2
| | |
| | * first try to add an about windowHerbert von Broeuschmeul2010-11-073-0/+123
| | |
| | * externalization of version nameHerbert von Broeuschmeul2010-11-072-1/+3
| | |
| | * remove unused codeHerbert von Broeuschmeul2010-11-071-2/+0
| | |
| | * remove unused pref title (GPS options)Herbert von Broeuschmeul2010-11-072-2/+0
| | |
| | * remove unused constants strings and prefHerbert von Broeuschmeul2010-11-074-28/+0
| | |
| | * forget to update one log tagHerbert von Broeuschmeul2010-11-071-1/+1
| | |
| * | removed unused codeHerbert von Broeuschmeul2010-12-032-15/+0
| | |
* | | Merge branch 'dev_1.1.x' into dev_1.2.xHerbert von Broeuschmeul2010-12-039-3/+196
|\ \ \ | |/ /
| * | add an "About window" (merge from branch dev 1.0.x)Herbert von Broeuschmeul2010-12-039-56/+125
| | |
| * | first try to add an about window (merge from 1.0.x dev branch)Herbert von Broeuschmeul2010-12-033-1/+125
| | |
* | | 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
* | | add release dates in version and readme filesHerbert von Broeuschmeul2010-11-062-10/+20
| | |
* | | add description for version 1.2Herbert von Broeuschmeul2010-11-041-0/+3
| | |
* | | merging refs/heads/BlueGPS4Droid_1.1.x into HEADHerbert von Broeuschmeul2010-11-042-0/+26
|\ \ \ | |/ /
| * | add a readme file (version file in textile format)Herbert von Broeuschmeul2010-11-042-0/+26
| | |
* | | merging refs/heads/dev_1.1.x into HEADHerbert von Broeuschmeul2010-11-042-2/+2
|\ \ \ | |/ /
| * | spelling correctionsBlueGPS4Droid_1.1.2Herbert von Broeuschmeul2010-11-042-2/+2
| | |
* | | Merge branch 'dev_1.1.x' into dev_1.2.xHerbert von Broeuschmeul2010-11-042-1/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | externalization of version name Conflicts: AndroidManifest.xml
| * | externalization of version nameHerbert von Broeuschmeul2010-11-042-1/+3
| | |
* | | merging refs/heads/dev_1.1.x into HEADHerbert von Broeuschmeul2010-10-311-1/+1
|\ \ \ | |/ /
| * | bug correctionHerbert von Broeuschmeul2010-10-311-1/+1
| | | | | | | | | problem in the default english messages
* | | 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-286-0/+69
| | | | | | | | | | | | | | | 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-278-208/+303
|\ \ \ | | |/ | |/|
| * | 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.
| * | add notifications when service cannot be startedHerbert von Broeuschmeul2010-10-264-17/+33
| | | | | | | | | * add notification when service cannot be started
| * | correct indentationHerbert von Broeuschmeul2010-10-251-5/+5
| | |
| * | Merge commit '8a5334f4bd6fc34e9041b7ed6999315d36121511' into dev_1.1.xHerbert von Broeuschmeul2010-10-250-0/+0
| |\ \ | | |/
| | * code cleanupBlueGPS4Droid_1.0.1Herbert von Broeuschmeul2010-10-251-9/+0
| | |
| | * change version info and add version description Herbert von Broeuschmeul2010-10-252-2/+12
| | |
| | * 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-224-18/+52
| | | | | | | | | | | | * add alert messages when bluetooth GPS connection cannot be enabled * code cleanup
| | * remove unused strings in constants.xmlHerbert von Broeuschmeul2010-10-181-20/+0
| | |
| | * Separate localized string from other values.Herbert von Broeuschmeul2010-10-183-33/+56
| | | | | | | | | | | | All localized strings are now in the string.xml files while constants, defaults values and prefrerence keys are in constants.xml
| | * 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.
| * | change version info and add version descriptionHerbert von Broeuschmeul2010-10-252-3/+8
| | |
| * | 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-244-9/+55
| | |