aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/submit.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+480
| | | | | | | | 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-405/+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
* remove unused codeStruan Donald2013-07-04-14/+1
|
* Fix to stop password setting attempting to login. Fixes #11Struan Donald2013-07-04-1/+4
|
* add some instructional text to the name request pageStruan Donald2013-06-28-2/+5
|
* create set name page that goes back to correct place if you have set a ↵Struan Donald2013-06-28-1/+11
| | | | password. Fixes #459
* slightly improved reporting error messagesStruan Donald2013-06-28-1/+5
|
* initial rework of password setting workflowStruan Donald2013-06-21-3/+30
|
* if a list of user titles is provided by the server ask for and require oneStruan Donald2013-06-19-0/+13
|
* typoStruan Donald2013-06-19-1/+1
|
* move hardcoded string into strings listStruan Donald2013-06-18-1/+1
|
* check that errors keys look about correctStruan Donald2013-06-18-6/+8
|
* replace password error message with non website specific one. Fixes #447Struan Donald2013-06-18-3/+6
|
* if the server rejects the report as invalid then display some errorsStruan Donald2013-06-12-0/+14
|
* dismiss onscreen keyboard from password submit pageStruan Donald2013-06-11-0/+1
|
* create set password route so we can go back to submit_name. Fixes #432Struan Donald2013-06-07-1/+11
|
* vclicks seem to be more prone to triggering events elsewhere so explicitly ↵Struan Donald2013-06-06-2/+4
| | | | kill propogation
* Change confirmation screen content based on whether confirmation emailStruan Donald2013-06-06-0/+6
| | | | sent or user was signed in
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-16/+16
|
* make go button on onscreen keyboard work on password/name confirm screenStruan Donald2013-06-05-1/+6
|
* correct transition direction on report submissionStruan Donald2013-05-30-1/+1
|
* make locating screen cover whole pageStruan Donald2013-05-23-0/+5
|
* even if we fail to delete a draft behave as if it worked for nowStruan Donald2013-05-20-0/+1
|
* correctly set name, etc when signing in as part of reportingStruan Donald2013-04-26-4/+7
|
* if signed in and confirming name then actually use confirmed detailsStruan Donald2013-04-26-1/+4
|
* check logged in status by using api callStruan Donald2013-04-26-0/+6
|
* only confirm name, phone and anonymity if we have the email and password ↵Struan Donald2013-04-24-0/+51
| | | | when submitting
* set and clear currentDraft details via methods on FMS object to ensure ↵Struan Donald2013-04-22-2/+1
| | | | consistency
* use model.id as that has actually been setStruan Donald2013-04-22-1/+1
|
* display a save for later page if between starting the report andStruan Donald2013-04-18-4/+8
| | | | submitting it we have gone offline
* move removeDraft functionality to main object and use that elsewhereStruan Donald2013-04-16-14/+7
|
* use the correct variable when cleaning up photo after submissionStruan Donald2013-04-11-1/+1
|
* reset current draft after we have removed itStruan Donald2013-04-11-0/+1
|
* when we have submitted a report remove the draft and any associated photoStruan Donald2013-04-10-2/+16
|
* Trying to use the same model for both remote and localStorage wasStruan Donald2013-04-08-6/+6
| | | | | involving all sorts of hackery so it's easier and cleaner to move to separate models for reports and drafts
* remove unnecessary semi-colons that jslint objects toStruan Donald2013-03-07-4/+4
|
* if we get to the password screen from the name details screen then ↵Struan Donald2013-03-06-1/+5
| | | | register/change password rather than signing in
* use listenTo on the view as if we set the listener on the model theStruan Donald2013-03-06-8/+7
| | | | | destroy of a view can be fired after setting up listeners in the next view and hence the listeners are removed and no callbacks fire
* handle failed login message returned from serverStruan Donald2013-03-06-0/+4
|
* make sure the user fills in a passwordStruan Donald2013-03-06-1/+10
|
* submit report by signing in with a passwordStruan Donald2013-03-06-1/+26
|
* change the workflow of the user details screen to seperate out askingStruan Donald2013-03-06-16/+118
| | | | | for passwords/email to different screens only works for email screen at moment
* basic validation for user detailsStruan Donald2013-03-06-1/+32
|
* save personal details when we submit, load them when we start and useStruan Donald2013-03-05-1/+4
| | | | them in the submit form
* Add and remove report sync events only once in the viewStruan Donald2013-03-04-3/+10
|
* submit page can now submit reports to be confirmed by emailStruan Donald2013-03-04-1/+43
|
* basic routing to submit screenStruan Donald2013-03-01-0/+9