Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update Android to Cordova 3.6 | Struan Donald | 2015-08-28 | -0/+160 |
| | | | | | | | | 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 | -140/+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 | |||
* | event for canceling offline geolocation | Struan Donald | 2013-07-08 | -0/+5 |
| | ||||
* | replace click with vclick as speeds up response to events on iOS | Struan Donald | 2013-06-06 | -6/+6 |
| | ||||
* | even if we fail to delete a draft behave as if it worked for now | Struan Donald | 2013-05-20 | -0/+1 |
| | ||||
* | make sure offline page next button had correct text when initially displayed | Struan Donald | 2013-04-25 | -0/+1 |
| | ||||
* | set and clear currentDraft details via methods on FMS object to ensure ↵ | Struan Donald | 2013-04-22 | -4/+2 |
| | | | | consistency | |||
* | change the next button text to reflect if we are saving the report or skipping | Struan Donald | 2013-04-22 | -1/+11 |
| | ||||
* | do not save blank offline reports | Struan Donald | 2013-04-22 | -1/+26 |
| | ||||
* | reduce decimal places on position confirmation | Struan Donald | 2013-04-22 | -1/+1 |
| | ||||
* | add a geolocate button and geolocate functionality to offline report page | Struan Donald | 2013-04-22 | -2/+20 |
| | ||||
* | if no internet connection then allow the user to create an offline | Struan Donald | 2013-04-12 | -0/+82 |
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 |