aboutsummaryrefslogtreecommitdiffstats
path: root/Android/assets/www/src
Commit message (Collapse)AuthorAgeLines
* Remove old Android filesStruan Donald2015-08-28-1/+0
| | | | No longer required as it should all be generated by cordova commands
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-0/+1
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