Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update Android to Cordova 3.6 | Struan Donald | 2015-08-28 | -0/+81 |
| | | | | | | | | 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 | -81/+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 | |||
* | make multiple match list into a listview. Fixes #452 | Struan Donald | 2013-06-12 | -1/+2 |
| | ||||
* | replace click with vclick as speeds up response to events on iOS | Struan Donald | 2013-06-06 | -3/+3 |
| | ||||
* | improve display of error messages and multiple locations on search screen | Struan Donald | 2013-06-05 | -3/+4 |
| | ||||
* | wire up submit handler on search page so Go on onscreen keyboard does the ↵ | Struan Donald | 2013-06-04 | -2/+7 |
| | | | | right thing | |||
* | use correct name for subclass destroy method | Struan Donald | 2013-06-04 | -1/+1 |
| | ||||
* | make locating screen cover whole page | Struan Donald | 2013-05-23 | -0/+1 |
| | ||||
* | ajaxOverlay is not used so remove mentions of it | Struan Donald | 2013-04-22 | -2/+0 |
| | ||||
* | standardise on currentPosition | Struan Donald | 2013-04-22 | -2/+2 |
| | ||||
* | check if online when displaying search page | Struan Donald | 2013-04-22 | -0/+6 |
| | ||||
* | need to capture event in order to prevent default | Struan Donald | 2013-04-15 | -1/+1 |
| | ||||
* | if geolocation fails display search page with message | Struan Donald | 2013-04-08 | -0/+1 |
| | ||||
* | add event to use GPS location from address search screen | Struan Donald | 2013-03-25 | -0/+6 |
| | ||||
* | use listenTo instead of on for search event listening and also stop ↵ | Struan Donald | 2013-03-25 | -3/+8 |
| | | | | listening to events | |||
* | if multiple matches on address search display list and go to map when one is ↵ | Struan Donald | 2013-03-21 | -2/+17 |
| | | | | selected | |||
* | simple address search functionality | Struan Donald | 2013-03-21 | -0/+42 |