aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/search.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-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 toStruan Donald2013-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 #452Struan Donald2013-06-12-1/+2
|
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-3/+3
|
* improve display of error messages and multiple locations on search screenStruan Donald2013-06-05-3/+4
|
* wire up submit handler on search page so Go on onscreen keyboard does the ↵Struan Donald2013-06-04-2/+7
| | | | right thing
* use correct name for subclass destroy methodStruan Donald2013-06-04-1/+1
|
* make locating screen cover whole pageStruan Donald2013-05-23-0/+1
|
* ajaxOverlay is not used so remove mentions of itStruan Donald2013-04-22-2/+0
|
* standardise on currentPositionStruan Donald2013-04-22-2/+2
|
* check if online when displaying search pageStruan Donald2013-04-22-0/+6
|
* need to capture event in order to prevent defaultStruan Donald2013-04-15-1/+1
|
* if geolocation fails display search page with messageStruan Donald2013-04-08-0/+1
|
* add event to use GPS location from address search screenStruan Donald2013-03-25-0/+6
|
* use listenTo instead of on for search event listening and also stop ↵Struan Donald2013-03-25-3/+8
| | | | listening to events
* if multiple matches on address search display list and go to map when one is ↵Struan Donald2013-03-21-2/+17
| | | | selected
* simple address search functionalityStruan Donald2013-03-21-0/+42