aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/fms.js
Commit message (Collapse)AuthorAgeLines
* Swap the SoftKeyboard plugin for ionic'sSteven Day2016-04-28-2/+1
| | | | | | | We already had this plugin to help solve issues with the view scrolling on iOS, and since it offers the same functionality for closing the keyboard as the SoftKeyboard plugin, it makes sense to only use one.
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+117
| | | | | | | | 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-103/+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
* on the drafts page the content can be higher than the screen so we needStruan Donald2013-07-09-1/+5
| | | | | to set the minimum page height rather than the height so extract out the page height method and override that on drafts page
* allow views to set the selector for the content element used in heightStruan Donald2013-06-28-1/+2
| | | | fixing, and set this for the drafts page
* change page height setting code so it works on all pages and updateStruan Donald2013-06-26-5/+8
| | | | details form height setting code to work with it
* vclicks seem to be more prone to triggering events elsewhere so explicitly ↵Struan Donald2013-06-06-2/+4
| | | | kill propogation
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-2/+2
|
* small screen height correction to stop overscroll on iOSStruan Donald2013-06-03-1/+1
|
* add and use mechanism to allow reverse transitionsStruan Donald2013-05-29-5/+5
|
* make locating screen cover whole pageStruan Donald2013-05-23-0/+13
|
* if geolocation fails display search page with messageStruan Donald2013-04-08-3/+10
|
* assignment not comparisonStruan Donald2013-03-07-1/+1
|
* remove unnecessary semi-colons that jslint objects toStruan Donald2013-03-07-1/+1
|
* validate the details screen before progressingStruan Donald2013-03-01-0/+15
|
* move standard events into view objectStruan Donald2013-02-28-0/+8
|
* add in photo page and navigation to pageStruan Donald2013-02-28-1/+12
| | | | also used jquery mobile pageshow/hide events instead of our own
* around page doing GPS locate and showing mapStruan Donald2013-02-28-0/+4
|
* WIP around page displayStruan Donald2013-02-28-0/+4
|
* cut back to basic backbone based appStruan Donald2013-02-27-0/+31