| Commit message (Collapse) | Author | Age | Lines |
|\ |
|
| | |
|
| |
| |
| |
| | |
iTunes Connect has started grumbling about this recently.
|
| | |
|
|/
|
|
|
|
|
| |
Adds a correctly-sized splash sceen image and ensures
the full viewport is used by the webview, as well as
adding sufficient vertical padding based on
`safe-area-inset-bottom` CSS variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the companion cobrand for www.cuidomiciudad.do.
Whilst primarily providing the templates and styling for the cobrand, this
commit also:
- gettext-merge to call msgmerge with --no-wrap, matching the fixmystreet code
- Allows localisation of several templates and UI components e.g. back buttons:
- The back buttons were automatically being generated by jQuery Mobile,
which wasn’t using the correct localisation of ‘Back’. Adding them to the
DOM explicitly with the correct translation ensures they appear as they
should.
- Adds a plugin for overriding the iOS display name
- Add a plugin for changing the app’s language easily
- Makes it easier for cobrands to customise pin icons on the map (CONFIG.PINS)
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Also includes icon and launch image for iPhone 6 Plus.
|
| |
|
| |
|
|
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
|