Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | make photo upload timeout configurable | Struan Donald | 2013-08-09 | -1/+4 |
| | ||||
* | make template language a config option | Struan Donald | 2013-07-30 | -0/+3 |
| | ||||
* | change to use phonegap API alert call so we can use a title in | Struan Donald | 2013-07-23 | -0/+3 |
| | | | | | the alert box and then use own internal function to call this to ensure consistency | |||
* | instead of using js to inject the correct cordova js file in to | Struan Donald | 2013-07-12 | -0/+13 |
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 |