aboutsummaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeLines
* Merge branch 'clean'Struan Donald2018-06-19-0/+0
|\
| * Consolidate FixaMinGata with upstream, and apply some minor changesJon Kristensen2018-02-15-0/+0
| |
* | Remove alpha channel from iOS iconsDave Arter2018-05-03-0/+0
| | | | | | | | iTunes Connect has started grumbling about this recently.
* | Add missing iOS icon sizesDave Arter2018-05-03-0/+0
| |
* | iPhone X supportDave Arter2018-04-30-0/+0
|/ | | | | | | 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.
* [CuidoMiCiudad] Add cobrandDave Arter2017-06-22-0/+0
| | | | | | | | | | | | | | | | | 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)
* Upgrade to Cordova 6Steven Day2016-04-22-0/+0
| | | | | | | | | 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.
* [MakeMyIsland] Add splash screen images for AndroidDave Arter2015-08-28-0/+0
|
* [MakeMyIsland] Put icons/launch images into platform-specific hierarchyDave Arter2015-08-28-0/+0
| | | | Also includes icon and launch image for iPhone 6 Plus.
* [MakeMyIsland] Add branded icons and launch imagesDave Arter2015-08-28-0/+0
|
* Upgrade iOS version of the app to latest Cordova; remove old phonegap 2 bitsDave Arter2015-08-28-0/+0
|
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+0
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