aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeLines
* Update Android build instructions to automatically sign/align APKDave Arter2017-04-10-18/+5
|
* No need to install ant/ios-sim.Matthew Somerville2016-04-26-5/+9
|
* Upgrade to Cordova 6Steven Day2016-04-22-32/+105
| | | | | | | | | This updates the whole app (ios and android) to use Cordova 6 and the latest android/ios platforms and plugins. In addition I've added the necessary new icons and splash screens, as well as updating the whitelist to work with AppTransportSecurity in iOS9. I've also updated the instructions in the README to be more useful.
* Only provide example config files; add cobrand docs to READMEphonegap-3Dave Arter2015-08-28-15/+38
|
* Add more missing Cordova pluginsDave Arter2015-08-28-1/+4
|
* Restore open-in-browser functionalityDave Arter2015-08-28-1/+2
| | | | | The target="_system" syntax no longer works with window.open. Instead a specific InAppBrowser plugin is required.
* Update readme with new style plugin namesDave Arter2015-08-28-8/+10
|
* update Android to Cordova 3.6Struan Donald2015-08-28-7/+47
| | | | | | | | 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
* emphasised dependency on FMS server in READMEDave Whiteland2014-04-14-0/+4
|
* Add more explicit caveat emptor warning regarding reuseStruan Donald2014-03-19-1/+3
|
* Format README lists for markdown displayStruan Donald2013-07-31-12/+12
|
* README is actually a markdown file so change extensionStruan Donald2013-07-31-0/+51
Mostly for github formatting purposes