Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update Android to Cordova 3.6 | Struan Donald | 2015-08-28 | -0/+50 |
| | | | | | | | | 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 | -46/+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 | |||
* | set existing page height using minimum height | Struan Donald | 2013-07-09 | -0/+4 |
| | ||||
* | cancel event propogation for existing report buttons | Struan Donald | 2013-06-11 | -3/+6 |
| | ||||
* | replace click with vclick as speeds up response to events on iOS | Struan Donald | 2013-06-06 | -3/+3 |
| | ||||
* | make locating screen cover whole page | Struan Donald | 2013-05-23 | -0/+1 |
| | ||||
* | even if we fail to delete a draft behave as if it worked for now | Struan Donald | 2013-05-20 | -0/+1 |
| | ||||
* | when we discard an in progress draft on startup make sure we do it properly | Struan Donald | 2013-04-22 | -0/+1 |
| | ||||
* | set and clear currentDraft details via methods on FMS object to ensure ↵ | Struan Donald | 2013-04-22 | -4/+3 |
| | | | | consistency | |||
* | add a save report option to use existing report page | Struan Donald | 2013-04-22 | -0/+7 |
| | ||||
* | move removeDraft functionality to main object and use that elsewhere | Struan Donald | 2013-04-16 | -14/+6 |
| | ||||
* | clean up properly if we are discarding the current draft | Struan Donald | 2013-04-11 | -1/+13 |
| | ||||
* | if the user has a saved report then ask them if they want to use that | Struan Donald | 2013-04-09 | -0/+26 |
when they start the app |