aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/home.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+40
| | | | | | | | 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-40/+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
* turn off splash screen fading and add in locating like screens on indexStruan Donald2013-07-10-0/+1
| | | | page and home page to minimise the flickering at start up
* handle offline/online event and set flag to indicate current state, also set ↵Struan Donald2013-04-18-3/+1
| | | | this on init
* if no internet connection then allow the user to create an offlineStruan Donald2013-04-12-2/+5
| | | | | | | | | 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 thatStruan Donald2013-04-09-0/+2
| | | | when they start the app
* update network availabilty checking in line with phonegap api changesStruan Donald2013-03-07-2/+2
|
* remove unnecessary semi-colons that jslint objects toStruan Donald2013-03-07-1/+1
|
* standard events and tag are now in the parent fms view classStruan Donald2013-02-28-6/+0
|
* add in photo page and navigation to pageStruan Donald2013-02-28-2/+7
| | | | also used jquery mobile pageshow/hide events instead of our own
* around page doing GPS locate and showing mapStruan Donald2013-02-28-1/+0
|
* WIP around page displayStruan Donald2013-02-28-1/+30
|
* cut back to basic backbone based appStruan Donald2013-02-27-0/+9