Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update Android to Cordova 3.6 | Struan Donald | 2015-08-28 | -0/+179 |
| | | | | | | | | 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 | -176/+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 | |||
* | create set name page that goes back to correct place if you have set a ↵ | Struan Donald | 2013-06-28 | -0/+6 |
| | | | | password. Fixes #459 | |||
* | move map to always be in the background and not part of a particular page | Struan Donald | 2013-06-20 | -1/+1 |
| | ||||
* | check for, display and send extra details on open311 categories | Struan Donald | 2013-06-19 | -0/+6 |
| | ||||
* | create set password route so we can go back to submit_name. Fixes #432 | Struan Donald | 2013-06-07 | -0/+6 |
| | ||||
* | 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 |