| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #263.
|
| |
|
|
|
|
|
|
|
|
|
| |
This requires dropping support for iOS 8 and lower, but given that
version’s single-digit market share this won’t be a problem.
Existing installs of the app on iOS 8 will continue to function.
Recent versions of Cordova require package.json and package-lock.json
files in addition to config.xml, so example files have been added.
|
|
|
|
|
|
|
|
| |
There are a few places in index.html that depend on CONFIG in order to load
the right cobrand stylesheet/language/map etc.
This commit removes the run time script loading and instead processes
index.html as a lodash template at build time to pull in the correct stylesheets
and scripts.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This updates the whole app (ios and android) to use Cordova 6
and the latest android/ios platforms and plugins. In addition
I've added the necessary new icons and splash screens, as well
as updating the whitelist to work with AppTransportSecurity in
iOS9. I've also updated the instructions in the README to be
more useful.
|
|
|