Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update Android to Cordova 3.6 | Struan Donald | 2015-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 to | Struan Donald | 2013-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 index | Struan Donald | 2013-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 Donald | 2013-04-18 | -3/+1 |
| | | | | this on init | |||
* | if no internet connection then allow the user to create an offline | Struan Donald | 2013-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 that | Struan Donald | 2013-04-09 | -0/+2 |
| | | | | when they start the app | |||
* | update network availabilty checking in line with phonegap api changes | Struan Donald | 2013-03-07 | -2/+2 |
| | ||||
* | remove unnecessary semi-colons that jslint objects to | Struan Donald | 2013-03-07 | -1/+1 |
| | ||||
* | standard events and tag are now in the parent fms view class | Struan Donald | 2013-02-28 | -6/+0 |
| | ||||
* | add in photo page and navigation to page | Struan Donald | 2013-02-28 | -2/+7 |
| | | | | also used jquery mobile pageshow/hide events instead of our own | |||
* | around page doing GPS locate and showing map | Struan Donald | 2013-02-28 | -1/+0 |
| | ||||
* | WIP around page display | Struan Donald | 2013-02-28 | -1/+30 |
| | ||||
* | cut back to basic backbone based app | Struan Donald | 2013-02-27 | -0/+9 |