aboutsummaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* update version numbers and readme file for version 1.2.5BlueGPS4Droid_1.2.5Herbert von Broeuschmeul2012-05-011-1/+1
|
* add Portuguese translationHerbert von Broeuschmeul2012-05-011-0/+129
|
* update copyright info in about messageHerbert von Broeuschmeul2012-03-234-8/+8
|
* increase app version name (1.2.4) and codeHerbert von Broeuschmeul2012-03-231-1/+1
|
* update copyright infoHerbert von Broeuschmeul2012-03-239-18/+18
|
* Replace ... with the … horizontal ellipsis character (U+2026)Herbert von Broeuschmeul2012-03-224-24/+24
|
* update version numbers and readme file for version 1.2.3BlueGPS4Droid_1.2.3Herbert von Broeuschmeul2011-09-081-1/+1
|
* 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-131-1/+1
|
* code cleanup (remove old and unused string)Herbert von Broeuschmeul2011-05-121-3/+0
|
* change default number of retries before closing giving upHerbert von Broeuschmeul2011-05-051-1/+1
|
* add translation for the new preference (force activation of mock provider)Herbert von Broeuschmeul2011-05-052-2/+5
|
* add a option to force aute-activation of the chosen location providerHerbert von Broeuschmeul2011-02-105-0/+17
|
* update copyright infoHerbert von Broeuschmeul2011-01-308-16/+16
|
* Change version numbers and information for v1.2.1BlueGPS4Droid_1.2.1Herbert von Broeuschmeul2011-01-191-1/+1
|
* 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-1912-0/+0
| | | | Used icons inspired from XlAfbk's proposition: http://forum.xda-developers.com/showpost.php?p=10277778&postcount=29
* 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
|
* Merge branch '1.1.x' into 1.2.xHerbert von Broeuschmeul2010-12-031-10/+0
|\
| * removed unused codeHerbert von Broeuschmeul2010-12-031-10/+0
| |
* | Merge branch 'dev_1.1.x' into dev_1.2.xHerbert von Broeuschmeul2010-12-037-1/+153
|\ \ | |/
| * add an "About window" (merge from branch dev 1.0.x)Herbert von Broeuschmeul2010-12-037-48/+98
| |
| * first try to add an about window (merge from 1.0.x dev branch)Herbert von Broeuschmeul2010-12-032-0/+102
| |
* | 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-041-0/+2
|\ \ | |/ | | | | | | | | | | externalization of version name Conflicts: AndroidManifest.xml
| * externalization of version nameHerbert von Broeuschmeul2010-11-041-0/+2
| |
* | 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
* | Add preferences to enable/disable GGA and RMC NMEA sentencesHerbert von Broeuschmeul2010-10-284-0/+32
| | | | | | | | | | 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-66/+92
|\ \ | |/
| * add notifications when service cannot be startedHerbert von Broeuschmeul2010-10-262-10/+14
| | | | | | * add notification when service cannot be started
| * add alert messages when bluetooth GPS connection cannot be enabledHerbert von Broeuschmeul2010-10-242-0/+10
| |
| * Separate localized string from other values.Herbert von Broeuschmeul2010-10-243-14/+38
| | | | | | | | | | All localized strings are now in the string.xml files while constants, defaults values and prefrerence keys are in constants.xml
| * rewrite connection/disconnection partsHerbert von Broeuschmeul2010-10-011-0/+1
| |
| * Change default value of connection retry numberHerbert von Broeuschmeul2010-09-301-1/+1
| | | | | | default value for connection retry number, now 0 (previous value was 5)
| * add preference settings for connection retries Herbert von Broeuschmeul2010-09-293-21/+17
| |
| * French translation for the new notificationsHerbert von Broeuschmeul2010-09-292-3/+13
| |
| * remove message for an unused optionHerbert von Broeuschmeul2010-09-291-1/+0
| |
| * Code cleanupHerbert von Broeuschmeul2010-09-291-22/+0
| |
| * Correction of a bug and notification improvementHerbert von Broeuschmeul2010-09-291-0/+10
| | | | | | | | | | | | | | | | | | | | | | Bug correction: I had forgotten to shutdown one ScheduledExecutorService, so BlueGPS was always trying to reconnect to the GPS, even after the application and service had been stopped. Improvement: First, when the connection with the GPS is lost, a notification is displayed. And then, if the GPS connection service is closed because of two many connection retry, an second notification is displayed. The fist notification allows the user to close BlueGPS service and the second one allows the user to re-enable it.
| * Remove unused preferences and associated codeHerbert von Broeuschmeul2010-09-262-19/+0
| |
* | rewrite connection/disconnection partsHerbert von Broeuschmeul2010-10-111-0/+1
| | | | | | | | | | | | | | 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-303-21/+17
| |
* | French translation for the new notificationsHerbert von Broeuschmeul2010-09-292-3/+13
| |
* | Correction of a bug and notification improvementHerbert von Broeuschmeul2010-09-291-2/+10
| | | | | | | | merge commit 605e2c6f59105c9bd9f7b4d23230e837b3041a89 made for version 1.1 in the master branch
* | Preference localization Herbert von Broeuschmeul2010-09-253-2/+6
| | | | | | add French and English version for title of PreferenceCategory used in SiRF preference page
* | re-oder SiRF preferences Herbert von Broeuschmeul2010-09-251-1/+5
| |
* | add categories in GPS SiRF optionsHerbert von Broeuschmeul2010-09-251-53/+59
| |