Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make message strings a bit more consistent | Struan Donald | 2013-08-02 | -8/+8 |
| | | | | | Add full stop at the end of all messages try again -> try again later | |||
* | correct typo | Struan Donald | 2013-07-17 | -1/+1 |
| | ||||
* | If the category extras lookup fails display error. Fixes #48. | Struan Donald | 2013-07-16 | -0/+1 |
| | ||||
* | If location check fails display an error. Fixes #47. | Struan Donald | 2013-07-16 | -1/+1 |
| | ||||
* | instead of using js to inject the correct cordova js file in to | Struan Donald | 2013-07-12 | -0/+47 |
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 |