aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/reports.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+104
| | | | | | | | 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-61/+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
* on the drafts page the content can be higher than the screen so we needStruan Donald2013-07-09-0/+4
| | | | | to set the minimum page height rather than the height so extract out the page height method and override that on drafts page
* allow views to set the selector for the content element used in heightStruan Donald2013-06-28-0/+1
| | | | fixing, and set this for the drafts page
* use jqm listview for list of draft reportsStruan Donald2013-06-07-3/+5
|
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-4/+4
|
* make locating screen cover whole pageStruan Donald2013-05-23-0/+1
|
* even if we fail to delete a draft behave as if it worked for nowStruan Donald2013-05-20-0/+1
|
* quick link to use an existing draft from reports pageStruan Donald2013-04-17-1/+10
|
* add delete link to my reports pageStruan Donald2013-04-17-0/+19
|
* quick list of current draft reportsStruan Donald2013-04-12-1/+16
|
* if no internet connection then allow the user to create an offlineStruan Donald2013-04-12-0/+9
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