aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add build instructions to readmeHEADmasterWolfgang Wiedmeyer2017-01-081-0/+20
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* new version1.2.6Wolfgang Wiedmeyer2015-12-304-2/+8
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* 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>
* add Android.mk to make building with a rom possibleWolfgang Wiedmeyer2015-12-292-0/+22
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* update version numbers and readme file for version 1.2.5BlueGPS4Droid_1.2.5Herbert von Broeuschmeul2012-05-014-3/+9
|
* add Portuguese translationHerbert von Broeuschmeul2012-05-011-0/+129
|
* Date correction for BlueGps4Droid 1.2.4 output dateHerbert von Broeuschmeul2012-03-271-1/+1
|
* update version numbers and readme file for version 1.2.4BlueGPS4Droid_1.2.4Herbert von Broeuschmeul2012-03-262-1/+9
|
* correct linksHerbert von Broeuschmeul2012-03-241-2/+2
|
* add gen directory in gitignoreHerbert von Broeuschmeul2012-03-241-2/+3
|
* update copyright info in about messageHerbert von Broeuschmeul2012-03-234-8/+8
|
* increase app version name (1.2.4) and codeHerbert von Broeuschmeul2012-03-232-2/+2
|
* sdk tools aand adt 17 relative updateHerbert von Broeuschmeul2012-03-231-0/+1
|
* Bug correction: bug #9 Handle NMEA timestamps without fractional seconds.Herbert von Broeuschmeul2012-03-231-3/+5
|
* Moved android permissions and sdk constraints from the end of the file to ↵Herbert von Broeuschmeul2012-03-231-8/+9
| | | | the beginning
* update copyright infoHerbert von Broeuschmeul2012-03-2315-30/+30
|
* Replace ... with the … horizontal ellipsis character (U+2026)Herbert von Broeuschmeul2012-03-224-24/+24
|
* changes in structure project from ADT 14.0.0 Herbert von Broeuschmeul2012-02-272-4/+4
| | | ADT 1.4 has introduced change in the structure of projets : http://developer.android.com/sdk/eclipse-adt.html#notes
* update version numbers and readme file for version 1.2.3BlueGPS4Droid_1.2.3Herbert von Broeuschmeul2011-09-084-3/+9
|
* add Russian translationHerbert von Broeuschmeul2011-09-071-0/+122
| | | Skleroz has made a Russian version... :)
* update version numbers and readme file for version 1.2.2BlueGPS4Droid_1.2.2Herbert von Broeuschmeul2011-05-134-3/+21
|
* 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
* code cleanup (remove old and unused string)Herbert von Broeuschmeul2011-05-121-3/+0
|
* Change project default encoding for filesHerbert von Broeuschmeul2011-05-051-0/+4
|
* typo correctionHerbert von Broeuschmeul2011-05-051-4/+0
|
* change default number of retries before closing giving upHerbert von Broeuschmeul2011-05-051-1/+1
|
* 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
| |
* | add translation for the new preference (force activation of mock provider)Herbert von Broeuschmeul2011-05-052-2/+5
| |
* | use the optional preference value to force auto-activation of the chosen ↵Herbert von Broeuschmeul2011-04-283-3/+22
| | | | | | | | location provider
* | Merge branch 'doc' into HEADHerbert von Broeuschmeul2011-02-161-0/+50
|\ \ | |/
| * add more commentsHerbert von Broeuschmeul2011-02-031-0/+50
| |
* | add a option to force aute-activation of the chosen location providerHerbert von Broeuschmeul2011-02-105-0/+17
|/
* 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-3014-28/+28
|
* 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)
* formatting correctionHerbert von Broeuschmeul2011-01-201-1/+1
|
* Change version numbers and information for v1.2.1BlueGPS4Droid_1.2.1Herbert von Broeuschmeul2011-01-194-2/+10
|
* add Spanish translationHerbert von Broeuschmeul2011-01-191-0/+126
| | | | Colegota has made a Spanish version... :) http://forum.xda-developers.com/showpost.php?p=10628971&postcount=55
* Change app and notification iconsHerbert von Broeuschmeul2011-01-1916-6/+5
| | | | 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
|
* update version informations for version 1.2.0Herbert von Broeuschmeul2010-12-102-2/+17
|
* error correctionHerbert von Broeuschmeul2010-12-101-1/+1
| | | | android SDK 2.3 has changed the way strings with parameters are managed and so the code didn't compile anymore: http://code.google.com/p/android/issues/detail?id=13036
* language corectionHerbert von Broeuschmeul2010-12-101-2/+2
|