aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/details.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-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 toStruan Donald2013-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 categoryStruan Donald2013-07-04-2/+6
| | | | as that upsets our 'is this an empty draft' checking
* a few more preventDefaultsStruan Donald2013-06-26-2/+4
|
* change page height setting code so it works on all pages and updateStruan Donald2013-06-26-1/+3
| | | | details form height setting code to work with it
* update height of details screen before display. Fixes #462Struan Donald2013-06-25-2/+2
|
* only display extra details page if we have been asked for extra detailsStruan Donald2013-06-19-3/+3
|
* check for, display and send extra details on open311 categoriesStruan Donald2013-06-19-1/+23
|
* use placeholders and error class for error messages on details screenStruan Donald2013-06-13-0/+16
|
* need to use this.$ in case setSelectClass is called from afterRenderStruan Donald2013-06-06-2/+2
|
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-2/+2
|
* correctly set details category select class based on value. Fixes #435Struan Donald2013-06-04-4/+18
|
* add and use mechanism to allow reverse transitionsStruan Donald2013-05-29-1/+1
|
* make locating screen cover whole pageStruan Donald2013-05-23-0/+1
|
* height works better for setting height than css('height')Struan Donald2013-05-22-1/+1
|
* partially working textarea extending to bottom of screen on details pageStruan Donald2013-05-22-0/+10
|
* first pass at switching details screen to new designStruan Donald2013-05-21-0/+4
|
* only confirm name, phone and anonymity if we have the email and password ↵Struan Donald2013-04-24-1/+1
| | | | when submitting
* highlight next button on details page when we have filled in all the fieldsStruan Donald2013-04-22-1/+6
|
* display a save for later page if between starting the report andStruan Donald2013-04-18-1/+5
| | | | submitting it we have gone offline
* if the current draft has a category then default to that on the details pageStruan Donald2013-04-10-0/+6
|
* save current draft to localStorage whenever we update it so we can reuse laterStruan Donald2013-04-08-3/+12
|
* save and load current report on app pause and resumeStruan Donald2013-04-02-3/+7
|
* remove unnecessary semi-colons that jslint objects toStruan Donald2013-03-07-1/+1
|
* change the workflow of the user details screen to seperate out askingStruan Donald2013-03-06-1/+1
| | | | | for passwords/email to different screens only works for email screen at moment
* details not detailStruan Donald2013-03-04-1/+1
|
* validate the details screen before progressingStruan Donald2013-03-01-1/+37
|
* basic routing to submit screenStruan Donald2013-03-01-1/+2
|
* add in details screenStruan Donald2013-02-28-0/+9