Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | add and use mechanism to allow reverse transitions | Struan Donald | 2013-05-29 | -0/+9 |
| | ||||
* | check logged in status by using api call | Struan Donald | 2013-04-26 | -1/+1 |
| | ||||
* | include and correctly use save offline view | Struan Donald | 2013-04-25 | -1/+1 |
| | ||||
* | basic login page and link from map screen | Struan Donald | 2013-04-24 | -1/+7 |
| | ||||
* | only confirm name, phone and anonymity if we have the email and password ↵ | Struan Donald | 2013-04-24 | -0/+11 |
| | | | | when submitting | |||
* | do not use transitions when navigating from front page | Struan Donald | 2013-04-23 | -1/+9 |
| | ||||
* | display a save for later page if between starting the report and | Struan Donald | 2013-04-18 | -0/+6 |
| | | | | submitting it we have gone offline | |||
* | if no internet connection then allow the user to create an offline | Struan Donald | 2013-04-12 | -1/+13 |
| | | | | | | | | | report with a title, details and a photo Alter the checking for in progress reports not to require a location as offline reports might not have one Also add a holding page for a users reports | |||
* | if the user has a saved report then ask them if they want to use that | Struan Donald | 2013-04-09 | -0/+6 |
| | | | | when they start the app | |||
* | Trying to use the same model for both remote and localStorage was | Struan Donald | 2013-04-08 | -12/+12 |
| | | | | | involving all sorts of hackery so it's easier and cleaner to move to separate models for reports and drafts | |||
* | if geolocation fails display search page with message | Struan Donald | 2013-04-08 | -1/+1 |
| | ||||
* | save and load current report on app pause and resume | Struan Donald | 2013-04-02 | -0/+6 |
| | ||||
* | simple address search functionality | Struan Donald | 2013-03-21 | -0/+6 |
| | ||||
* | 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 | -0/+18 |
| | | | | | for passwords/email to different screens only works for email screen at moment | |||
* | add in placeholder sent page | Struan Donald | 2013-03-04 | -1/+7 |
| | ||||
* | basic routing to submit screen | Struan Donald | 2013-03-01 | -1/+7 |
| | ||||
* | add report model and use it to store and fetch categories for details template | Struan Donald | 2013-03-01 | -4/+4 |
| | ||||
* | add in details screen | Struan Donald | 2013-02-28 | -1/+7 |
| | ||||
* | add in photo page and navigation to page | Struan Donald | 2013-02-28 | -5/+11 |
| | | | | also used jquery mobile pageshow/hide events instead of our own | |||
* | around page doing GPS locate and showing map | Struan Donald | 2013-02-28 | -2/+3 |
| | ||||
* | WIP around page display | Struan Donald | 2013-02-28 | -0/+11 |
| | ||||
* | cut back to basic backbone based app | Struan Donald | 2013-02-27 | -0/+34 |