Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update Android to Cordova 3.6 | Struan Donald | 2015-08-28 | -0/+108 |
| | | | | | | | | 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 | |||
* | instead of using js to inject the correct cordova js file in to | Struan Donald | 2013-07-12 | -108/+0 |
| | | | | | | | | | | 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 | |||
* | stop signout button propogating event to sign in button | Struan Donald | 2013-07-04 | -1/+2 |
| | ||||
* | clear validation errors before validating to stop old ones hanging about. ↵ | Struan Donald | 2013-06-28 | -0/+1 |
| | | | | Fixes #479 | |||
* | replace click with vclick as speeds up response to events on iOS | Struan Donald | 2013-06-06 | -4/+4 |
| | ||||
* | better validation messages and display for signout page | Struan Donald | 2013-06-05 | -4/+3 |
| | ||||
* | make go button on onscreen keyboard work on sign in screen | Struan Donald | 2013-06-05 | -1/+11 |
| | ||||
* | login page design and sort behaviour of hiding/showing on login/out | Struan Donald | 2013-05-24 | -6/+7 |
| | ||||
* | make locating screen cover whole page | Struan Donald | 2013-05-23 | -0/+1 |
| | ||||
* | sign out using the api to remove the session cookie | Struan Donald | 2013-04-26 | -4/+20 |
| | ||||
* | we do not want to sign the user out at the end of the browser session | Struan Donald | 2013-04-26 | -1/+2 |
| | ||||
* | check logged in status by using api call | Struan Donald | 2013-04-26 | -0/+1 |
| | ||||
* | basic login page and link from map screen | Struan Donald | 2013-04-24 | -0/+77 |