aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/locate.js
Commit message (Collapse)AuthorAgeLines
* Define PositionError object as navigator.geoLocation doesn't define itDave Arter2015-08-28-0/+8
|
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+125
| | | | | | | | Required due to security issue Remove Android directory as no longer required, move src -> www to match standard layout, update .gitignore to avoid including the standard platform files, update README based on Steve's zurich one
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-125/+0
| | | | | | | | | | index.html restructure things so that the common files are a level down and the platofrm specific ones are directly placed in the relevant project. This both makes for less fuss and also avoids the error with Android < v3 instantiating cordova twice. Note that the iOS common assets are included by a build script rather than a symlink as symlinking doesn't seem to agree with Xcode
* display sensible error message if location services are turned offStruan Donald2013-04-23-2/+7
|
* locate should not interact with display elementsStruan Donald2013-04-22-1/+0
|
* do not display spinner plus locating screen at the same timeStruan Donald2013-04-22-2/+6
|
* extract geolocation parts of view out to view that is inherited fromStruan Donald2013-04-22-2/+6
|
* update -> track as it is a better nameStruan Donald2013-03-21-6/+6
|
* remove debug statementsStruan Donald2013-03-21-7/+0
|
* The first time this is called the watch id doesn't seem to be availableStruan Donald2013-03-21-2/+0
| | | | | so if we only call this once, as is aften the case if you move to one screen and back to aroun screen, then it never sets the posiotion of the dot
* clear the correct watchStruan Donald2013-03-21-1/+1
|
* if multiple matches on address search display list and go to map when one is ↵Struan Donald2013-03-21-1/+1
| | | | selected
* correct editoStruan Donald2013-03-21-1/+1
|
* track when we are updating position and stop updating when we leave the screenStruan Donald2013-03-20-0/+3
|
* display blue dot at current location and update as person movesStruan Donald2013-03-20-0/+20
|
* change location object to be a property of FMS objectStruan Donald2013-03-20-78/+87
| | | | distinguish between gps ans search events
* jslint pacificationStruan Donald2013-03-07-4/+5
|
* increase how long we wait for geolocating to completeStruan Donald2013-03-07-1/+1
|
* once locating is finished remove the watch idStruan Donald2013-03-07-2/+2
|
* use FMS.strings and not STRINGS for warning messagesStruan Donald2013-03-07-5/+5
|
* add in locate javascript objectStruan Donald2013-03-07-0/+89