Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Define PositionError object as navigator.geoLocation doesn't define it | Dave Arter | 2015-08-28 | -0/+8 |
| | ||||
* | update Android to Cordova 3.6 | Struan Donald | 2015-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 to | Struan Donald | 2013-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 off | Struan Donald | 2013-04-23 | -2/+7 |
| | ||||
* | locate should not interact with display elements | Struan Donald | 2013-04-22 | -1/+0 |
| | ||||
* | do not display spinner plus locating screen at the same time | Struan Donald | 2013-04-22 | -2/+6 |
| | ||||
* | extract geolocation parts of view out to view that is inherited from | Struan Donald | 2013-04-22 | -2/+6 |
| | ||||
* | update -> track as it is a better name | Struan Donald | 2013-03-21 | -6/+6 |
| | ||||
* | remove debug statements | Struan Donald | 2013-03-21 | -7/+0 |
| | ||||
* | The first time this is called the watch id doesn't seem to be available | Struan Donald | 2013-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 watch | Struan Donald | 2013-03-21 | -1/+1 |
| | ||||
* | if multiple matches on address search display list and go to map when one is ↵ | Struan Donald | 2013-03-21 | -1/+1 |
| | | | | selected | |||
* | correct edito | Struan Donald | 2013-03-21 | -1/+1 |
| | ||||
* | track when we are updating position and stop updating when we leave the screen | Struan Donald | 2013-03-20 | -0/+3 |
| | ||||
* | display blue dot at current location and update as person moves | Struan Donald | 2013-03-20 | -0/+20 |
| | ||||
* | change location object to be a property of FMS object | Struan Donald | 2013-03-20 | -78/+87 |
| | | | | distinguish between gps ans search events | |||
* | jslint pacification | Struan Donald | 2013-03-07 | -4/+5 |
| | ||||
* | increase how long we wait for geolocating to complete | Struan Donald | 2013-03-07 | -1/+1 |
| | ||||
* | once locating is finished remove the watch id | Struan Donald | 2013-03-07 | -2/+2 |
| | ||||
* | use FMS.strings and not STRINGS for warning messages | Struan Donald | 2013-03-07 | -5/+5 |
| | ||||
* | add in locate javascript object | Struan Donald | 2013-03-07 | -0/+89 |