Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Swap the SoftKeyboard plugin for ionic's | Steven Day | 2016-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.6 | Struan Donald | 2015-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 to | Struan Donald | 2013-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 need | Struan Donald | 2013-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 height | Struan Donald | 2013-06-28 | -1/+2 |
| | | | | fixing, and set this for the drafts page | |||
* | change page height setting code so it works on all pages and update | Struan Donald | 2013-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 Donald | 2013-06-06 | -2/+4 |
| | | | | kill propogation | |||
* | replace click with vclick as speeds up response to events on iOS | Struan Donald | 2013-06-06 | -2/+2 |
| | ||||
* | small screen height correction to stop overscroll on iOS | Struan Donald | 2013-06-03 | -1/+1 |
| | ||||
* | add and use mechanism to allow reverse transitions | Struan Donald | 2013-05-29 | -5/+5 |
| | ||||
* | make locating screen cover whole page | Struan Donald | 2013-05-23 | -0/+13 |
| | ||||
* | if geolocation fails display search page with message | Struan Donald | 2013-04-08 | -3/+10 |
| | ||||
* | assignment not comparison | Struan Donald | 2013-03-07 | -1/+1 |
| | ||||
* | remove unnecessary semi-colons that jslint objects to | Struan Donald | 2013-03-07 | -1/+1 |
| | ||||
* | validate the details screen before progressing | Struan Donald | 2013-03-01 | -0/+15 |
| | ||||
* | move standard events into view object | Struan Donald | 2013-02-28 | -0/+8 |
| | ||||
* | add in photo page and navigation to page | Struan Donald | 2013-02-28 | -1/+12 |
| | | | | also used jquery mobile pageshow/hide events instead of our own | |||
* | around page doing GPS locate and showing map | Struan Donald | 2013-02-28 | -0/+4 |
| | ||||
* | WIP around page display | Struan Donald | 2013-02-28 | -0/+4 |
| | ||||
* | cut back to basic backbone based app | Struan Donald | 2013-02-27 | -0/+31 |