aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/views/reports.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-104/+0
| | | | | | | | 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
* Make dubug output conditional on a debug flagStruan Donald2013-08-23-1/+1
| | | | | Replace console.log call to a wrapper function that only outputs if we've set a flag in config.
* Fix glitchy drafts to offline transitionStruan Donald2013-08-07-0/+14
| | | | | | | Make sure offline page is scrolled to top before it's displayed and also hide drafts page to make avoid popup effects Fixes #85
* Improve the select draft -> map transitionStruan Donald2013-08-02-0/+16
| | | | | | | | Hide the list of reports to stop the weird popup things and start off the map change before we navigate to the map screen as it then looks part of the same action rather than transition followed by map move. Fixes #72
* update text and how deleteing all drafts is handled on drafts screen. Fixes #49Struan Donald2013-07-18-0/+12
|
* return to the map screen and not the home screen from account and draftsStruan Donald2013-07-17-1/+2
|
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-0/+61
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