aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Include Swedish moment strings if necessary.185-sv-langMatthew Somerville2016-05-18-9/+21
|
* Fix path typo in translating documentation.Matthew Somerville2016-05-18-5/+4
|
* Merge branch '198-nicer'Matthew Somerville2016-05-18-40/+28
|\
| * Use OpenStreetMap tiles by default.198-nicerMatthew Somerville2016-05-11-40/+28
| | | | | | | | | | | | Add a MAP_TYPE configuration option to choose what map tiles to use, defaulting to OpenStreetMap. This fixes the issue of people outside the UK getting a grey map.
* | Hook to enable app to be moved to SD card.188-sd-cardMatthew Somerville2016-05-11-0/+12
|/
* Update author details in example config.xml.Matthew Somerville2016-05-11-1/+1
|
* Add tilma urls with dashes to whitelist in config.xmlv2.0.9cordova-6Steven Day2016-04-28-0/+3
|
* Merge remote-tracking branch 'mysociety/cordova-6-fix-double-slash' into ↵Steven Day2016-04-28-6/+6
|\ | | | | | | cordova-6
| * Remove report parsing of photo.cordova-6-fix-double-slashMatthew Somerville2016-04-26-1/+0
| | | | | | | | | | This was not used anywhere, and is no longer returned by the server, as it now returns a photos array.
| * Specify that FMS_URL should not have an end slash.Matthew Somerville2016-04-26-5/+6
| | | | | | | | | | This way round is better in case of URLs returned from the server (e.g. for photos) that will have a starting slash.
* | Merge remote-tracking branch 'mysociety/cordova-6-fix-maps' into cordova-6Steven Day2016-04-28-58/+99
|\ \
| * | Fix displaying of map tiles.cordova-6-fix-mapsMatthew Somerville2016-04-26-58/+99
| | | | | | | | | | | | | | | This updates the map tile code to match the website, allowing easier non-UK usage of Bing Maps by not including the map-fms.js file.
* | | Remove invalid semicolon in viewport tagSteven Day2016-04-28-1/+1
| | |
* | | Swap the SoftKeyboard plugin for ionic'sSteven Day2016-04-28-37/+1
| | | | | | | | | | | | | | | | | | | | | We already had this plugin to help solve issues with the view scrolling on iOS, and since it offers the same functionality for closing the keyboard as the SoftKeyboard plugin, it makes sense to only use one.
* | | Tidy up how custom icons are included in cssSteven Day2016-04-28-70/+1568
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tidies up the custom theme's icons, which were overly complicated and badly setup - almost as if we were (ab)using css intended to make extra large icons to make retina icons instead, but we'd only got halfway. I've tidied this up so that we use the 36px icons properly - keeping most properties the same as the 18px ones, but scaling the background image appropriately to make it hi-dpi. Since there seemed to be some issue with iOS not obeying the media query on the @import statement that loaded this css, I also decided to just bundle the rules directly into fms-jquerymobile.css In addition, I took the opportunity to make black icons the default (instead of white), meaning that we could remove an awful lot of css overrides in fms.css that were swapping colors for different icons individually. Closes #217
* | No need to install ant/ios-sim.Matthew Somerville2016-04-26-5/+9
|/
* Stop iOS scrolling the view when the keyboard is shownSteven Day2016-04-26-0/+3
|
* Add a hook to remove unnecessary permissionsSteven Day2016-04-25-7/+23
| | | | | | | | | | The cordova media plugin asks for lots of permissions but we don't actually need them all (it could be used to film video, record audio or play files, but we don't do those things), so they can be removed. It's slightly hacky to do so because Cordova doesn't offer a built-in way, so instead we add an after_prepare hook to remove them from the right file.
* Upgrade to Cordova 6Steven Day2016-04-22-66/+184
| | | | | | | | | 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.
* Git-ignore config.xmlSteven Day2016-04-21-0/+1
|
* update text to clarify limits of services on particular islandsissues/makemyisland-intro-208Dave Whiteland2015-12-28-6/+6
| | | | closes #208
* [MakeMyIsland] Include config.xml used to build app for releasemakemyisland-rebrandDave Arter2015-08-28-0/+77
|
* [MakeMyIsland] Move CSS & images into cobrands directoryDave Arter2015-08-28-2/+0
|
* [MakeMyIsland] Override FAQ and initial help templatesDave Arter2015-08-28-0/+65
|
* [MakeMyIsland] Add splash screen images for AndroidDave Arter2015-08-28-0/+0
|
* [MakeMyIsland] Include artwork for App & Play storesDave Arter2015-08-28-0/+2
|
* [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
|
* [MakeMyIsland] Use correct logo on locating screenDave Arter2015-08-28-0/+9
|
* [MakeMyIsland] Use MMI colour schemeDave Arter2015-08-28-0/+84
|
* Only provide example config files; add cobrand docs to READMEphonegap-3Dave Arter2015-08-28-35/+62
|
* Append cobrand's CSS to index.html if CONFIG.COBRAND is setDave Arter2015-08-28-0/+11
|
* Allow cobrands to override templatesDave Arter2015-08-28-9/+40
|
* Fix undefined value errorDave Arter2015-08-28-2/+2
|
* Make sure initial help text is full-width on iPadDave Arter2015-08-28-0/+1
|
* Remove 20px whitespace at the top of UI on iOS7+Dave Arter2015-08-28-10/+3
|
* Only switch map tiles to Ordnance Survey at higher zoom levels when ↵Dave Arter2015-08-28-3/+3
| | | | CONFIG.isUK is true
* Add more missing Cordova pluginsDave Arter2015-08-28-1/+4
|
* Restore open-in-browser functionalityDave Arter2015-08-28-5/+10
| | | | | The target="_system" syntax no longer works with window.open. Instead a specific InAppBrowser plugin is required.
* Use CONFIG.APP_NAME in templates instead of hardcoded 'FixMyStreet'Dave Arter2015-08-28-14/+14
|
* Update readme with new style plugin namesDave Arter2015-08-28-8/+10
|
* Define PositionError object as navigator.geoLocation doesn't define itDave Arter2015-08-28-0/+8
|
* Upgrade iOS version of the app to latest Cordova; remove old phonegap 2 bitsDave Arter2015-08-28-33079/+15
|
* bump Android build and version numberStruan Donald2015-08-28-1/+1
| | | | Release to fix security hole in Cordova
* Remove old Android filesStruan Donald2015-08-28-8155/+0
| | | | No longer required as it should all be generated by cordova commands
* update Android to Cordova 3.6Struan Donald2015-08-28-8/+114
| | | | | | | | 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
* remove stray EOL chars from language stringStruan Donald2014-11-24-0/+1
| | | | | | | otherwise the bit inside mySociety::Locale that appends .UTF-8 on to the end doesn't work properly Fixes #183
* bump version numbers for releaseStruan Donald2014-07-14-5/+5
|
* bump android version numbers for releaseStruan Donald2014-06-03-2/+2
|
* Fix help visibility check for back button handlerStruan Donald2014-06-03-1/+1
| | | | | | | The help screen is actually always visible so this was preventing the back button exiting the app on the home screen on Android. Fixes #162