aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/sent.js
Commit message (Collapse)AuthorAgeLines
* Restore open-in-browser functionalityDave Arter2015-08-28-2/+2
| | | | | The target="_system" syntax no longer works with window.open. Instead a specific InAppBrowser plugin is required.
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+44
| | | | | | | | 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 toStruan Donald2013-07-12-36/+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
* display rate this app button on sent screen. Fixes #446Struan Donald2013-06-10-1/+10
|
* Change confirmation screen content based on whether confirmation emailStruan Donald2013-06-06-0/+11
| | | | sent or user was signed in
* make locating screen cover whole pageStruan Donald2013-05-23-0/+1
|
* remove unnecessary semi-colons that jslint objects toStruan Donald2013-03-07-1/+1
|
* add in placeholder sent pageStruan Donald2013-03-04-0/+15