| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
The target="_system" syntax no longer works with window.open. Instead a specific
InAppBrowser plugin is required.
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
Mostly for github formatting purposes
|