aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/views/details.js
Commit message (Collapse)AuthorAgeLines
* change to use phonegap API alert call so we can use a title inStruan Donald2013-07-23-1/+1
| | | | | the alert box and then use own internal function to call this to ensure consistency
* If the category extras lookup fails display error. Fixes #48.Struan Donald2013-07-16-1/+1
|
* focus on something before we leave the details screen to try and dismiss the ↵Struan Donald2013-07-16-0/+2
| | | | onscreen keyboard on android. Should fix #45
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-0/+149
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