Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update Android to Cordova 3.6 | Struan Donald | 2015-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 to | Struan Donald | 2013-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 code | Struan Donald | 2013-07-04 | -14/+1 |
| | ||||
* | Fix to stop password setting attempting to login. Fixes #11 | Struan Donald | 2013-07-04 | -1/+4 |
| | ||||
* | add some instructional text to the name request page | Struan Donald | 2013-06-28 | -2/+5 |
| | ||||
* | create set name page that goes back to correct place if you have set a ↵ | Struan Donald | 2013-06-28 | -1/+11 |
| | | | | password. Fixes #459 | |||
* | slightly improved reporting error messages | Struan Donald | 2013-06-28 | -1/+5 |
| | ||||
* | initial rework of password setting workflow | Struan Donald | 2013-06-21 | -3/+30 |
| | ||||
* | if a list of user titles is provided by the server ask for and require one | Struan Donald | 2013-06-19 | -0/+13 |
| | ||||
* | typo | Struan Donald | 2013-06-19 | -1/+1 |
| | ||||
* | move hardcoded string into strings list | Struan Donald | 2013-06-18 | -1/+1 |
| | ||||
* | check that errors keys look about correct | Struan Donald | 2013-06-18 | -6/+8 |
| | ||||
* | replace password error message with non website specific one. Fixes #447 | Struan Donald | 2013-06-18 | -3/+6 |
| | ||||
* | if the server rejects the report as invalid then display some errors | Struan Donald | 2013-06-12 | -0/+14 |
| | ||||
* | dismiss onscreen keyboard from password submit page | Struan Donald | 2013-06-11 | -0/+1 |
| | ||||
* | create set password route so we can go back to submit_name. Fixes #432 | Struan Donald | 2013-06-07 | -1/+11 |
| | ||||
* | vclicks seem to be more prone to triggering events elsewhere so explicitly ↵ | Struan Donald | 2013-06-06 | -2/+4 |
| | | | | kill propogation | |||
* | Change confirmation screen content based on whether confirmation email | Struan Donald | 2013-06-06 | -0/+6 |
| | | | | sent or user was signed in | |||
* | replace click with vclick as speeds up response to events on iOS | Struan Donald | 2013-06-06 | -16/+16 |
| | ||||
* | make go button on onscreen keyboard work on password/name confirm screen | Struan Donald | 2013-06-05 | -1/+6 |
| | ||||
* | correct transition direction on report submission | Struan Donald | 2013-05-30 | -1/+1 |
| | ||||
* | make locating screen cover whole page | Struan Donald | 2013-05-23 | -0/+5 |
| | ||||
* | even if we fail to delete a draft behave as if it worked for now | Struan Donald | 2013-05-20 | -0/+1 |
| | ||||
* | correctly set name, etc when signing in as part of reporting | Struan Donald | 2013-04-26 | -4/+7 |
| | ||||
* | if signed in and confirming name then actually use confirmed details | Struan Donald | 2013-04-26 | -1/+4 |
| | ||||
* | check logged in status by using api call | Struan Donald | 2013-04-26 | -0/+6 |
| | ||||
* | only confirm name, phone and anonymity if we have the email and password ↵ | Struan Donald | 2013-04-24 | -0/+51 |
| | | | | when submitting | |||
* | set and clear currentDraft details via methods on FMS object to ensure ↵ | Struan Donald | 2013-04-22 | -2/+1 |
| | | | | consistency | |||
* | use model.id as that has actually been set | Struan Donald | 2013-04-22 | -1/+1 |
| | ||||
* | display a save for later page if between starting the report and | Struan Donald | 2013-04-18 | -4/+8 |
| | | | | submitting it we have gone offline | |||
* | move removeDraft functionality to main object and use that elsewhere | Struan Donald | 2013-04-16 | -14/+7 |
| | ||||
* | use the correct variable when cleaning up photo after submission | Struan Donald | 2013-04-11 | -1/+1 |
| | ||||
* | reset current draft after we have removed it | Struan Donald | 2013-04-11 | -0/+1 |
| | ||||
* | when we have submitted a report remove the draft and any associated photo | Struan Donald | 2013-04-10 | -2/+16 |
| | ||||
* | Trying to use the same model for both remote and localStorage was | Struan Donald | 2013-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 to | Struan Donald | 2013-03-07 | -4/+4 |
| | ||||
* | if we get to the password screen from the name details screen then ↵ | Struan Donald | 2013-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 the | Struan Donald | 2013-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 server | Struan Donald | 2013-03-06 | -0/+4 |
| | ||||
* | make sure the user fills in a password | Struan Donald | 2013-03-06 | -1/+10 |
| | ||||
* | submit report by signing in with a password | Struan Donald | 2013-03-06 | -1/+26 |
| | ||||
* | change the workflow of the user details screen to seperate out asking | Struan Donald | 2013-03-06 | -16/+118 |
| | | | | | for passwords/email to different screens only works for email screen at moment | |||
* | basic validation for user details | Struan Donald | 2013-03-06 | -1/+32 |
| | ||||
* | save personal details when we submit, load them when we start and use | Struan Donald | 2013-03-05 | -1/+4 |
| | | | | them in the submit form | |||
* | Add and remove report sync events only once in the view | Struan Donald | 2013-03-04 | -3/+10 |
| | ||||
* | submit page can now submit reports to be confirmed by email | Struan Donald | 2013-03-04 | -1/+43 |
| | ||||
* | basic routing to submit screen | Struan Donald | 2013-03-01 | -0/+9 |