Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update Android to Cordova 3.6 | Struan Donald | 2015-08-28 | -0/+151 |
| | | | | | | | | 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 | -149/+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 sure we don't save the unselected category prompt as the category | Struan Donald | 2013-07-04 | -2/+6 |
| | | | | as that upsets our 'is this an empty draft' checking | |||
* | a few more preventDefaults | Struan Donald | 2013-06-26 | -2/+4 |
| | ||||
* | change page height setting code so it works on all pages and update | Struan Donald | 2013-06-26 | -1/+3 |
| | | | | details form height setting code to work with it | |||
* | update height of details screen before display. Fixes #462 | Struan Donald | 2013-06-25 | -2/+2 |
| | ||||
* | only display extra details page if we have been asked for extra details | Struan Donald | 2013-06-19 | -3/+3 |
| | ||||
* | check for, display and send extra details on open311 categories | Struan Donald | 2013-06-19 | -1/+23 |
| | ||||
* | use placeholders and error class for error messages on details screen | Struan Donald | 2013-06-13 | -0/+16 |
| | ||||
* | need to use this.$ in case setSelectClass is called from afterRender | Struan Donald | 2013-06-06 | -2/+2 |
| | ||||
* | replace click with vclick as speeds up response to events on iOS | Struan Donald | 2013-06-06 | -2/+2 |
| | ||||
* | correctly set details category select class based on value. Fixes #435 | Struan Donald | 2013-06-04 | -4/+18 |
| | ||||
* | add and use mechanism to allow reverse transitions | Struan Donald | 2013-05-29 | -1/+1 |
| | ||||
* | make locating screen cover whole page | Struan Donald | 2013-05-23 | -0/+1 |
| | ||||
* | height works better for setting height than css('height') | Struan Donald | 2013-05-22 | -1/+1 |
| | ||||
* | partially working textarea extending to bottom of screen on details page | Struan Donald | 2013-05-22 | -0/+10 |
| | ||||
* | first pass at switching details screen to new design | Struan Donald | 2013-05-21 | -0/+4 |
| | ||||
* | only confirm name, phone and anonymity if we have the email and password ↵ | Struan Donald | 2013-04-24 | -1/+1 |
| | | | | when submitting | |||
* | highlight next button on details page when we have filled in all the fields | Struan Donald | 2013-04-22 | -1/+6 |
| | ||||
* | display a save for later page if between starting the report and | Struan Donald | 2013-04-18 | -1/+5 |
| | | | | submitting it we have gone offline | |||
* | if the current draft has a category then default to that on the details page | Struan Donald | 2013-04-10 | -0/+6 |
| | ||||
* | save current draft to localStorage whenever we update it so we can reuse later | Struan Donald | 2013-04-08 | -3/+12 |
| | ||||
* | save and load current report on app pause and resume | Struan Donald | 2013-04-02 | -3/+7 |
| | ||||
* | remove unnecessary semi-colons that jslint objects to | Struan Donald | 2013-03-07 | -1/+1 |
| | ||||
* | change the workflow of the user details screen to seperate out asking | Struan Donald | 2013-03-06 | -1/+1 |
| | | | | | for passwords/email to different screens only works for email screen at moment | |||
* | details not detail | Struan Donald | 2013-03-04 | -1/+1 |
| | ||||
* | validate the details screen before progressing | Struan Donald | 2013-03-01 | -1/+37 |
| | ||||
* | basic routing to submit screen | Struan Donald | 2013-03-01 | -1/+2 |
| | ||||
* | add in details screen | Struan Donald | 2013-02-28 | -0/+9 |