aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeLines
* Translated "Untitled draft".translation-fixesMatthew Somerville2016-09-05-1/+2
|
* Translate "Next" and "More details".Matthew Somerville2016-09-05-3/+4
| | | | Fixes #231. Fixes #233.
* Include Swedish moment strings if necessary.185-sv-langMatthew Somerville2016-05-18-9/+21
|
* 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.
* 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
* Stop iOS scrolling the view when the keyboard is shownSteven Day2016-04-26-0/+2
|
* update text to clarify limits of services on particular islandsissues/makemyisland-intro-208Dave Whiteland2015-12-28-6/+6
| | | | closes #208
* [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] Use correct logo on locating screenDave Arter2015-08-28-0/+9
|
* [MakeMyIsland] Use MMI colour schemeDave Arter2015-08-28-0/+83
|
* Only provide example config files; add cobrand docs to READMEphonegap-3Dave Arter2015-08-28-17/+17
|
* 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-9/+1
|
* Only switch map tiles to Ordnance Survey at higher zoom levels when ↵Dave Arter2015-08-28-3/+3
| | | | CONFIG.isUK is true
* Restore open-in-browser functionalityDave Arter2015-08-28-4/+8
| | | | | 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-12/+12
|
* Define PositionError object as navigator.geoLocation doesn't define itDave Arter2015-08-28-0/+8
|
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+12315
| | | | | | | | 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
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-25710/+0
| | | | | | | | | | index.html restructure things so that the common files are a level down and the platofrm specific ones are directly placed in the relevant project. This both makes for less fuss and also avoids the error with Android < v3 instantiating cordova twice. Note that the iOS common assets are included by a build script rather than a symlink as symlinking doesn't seem to agree with Xcode
* update android to phonegap 2.9Struan Donald2013-07-12-238/+724
|
* upgrade iOS to phonegap 2.9Struan Donald2013-07-10-300/+738
|
* remove drop shadow on locating cancel buttonStruan Donald2013-07-10-0/+5
|
* change colours of locating progress bar to fit in a bit betterStruan Donald2013-07-10-2/+2
|
* better text for locating screenStruan Donald2013-07-10-1/+1
|
* white text on locating screenStruan Donald2013-07-10-0/+1
|
* turn off splash screen fading and add in locating like screens on indexStruan Donald2013-07-10-28/+9
| | | | page and home page to minimise the flickering at start up
* remove extraneous white space at top of login pageStruan Donald2013-07-09-3/+3
|
* improve layout of drafts screen with icons to indicate if there is aStruan Donald2013-07-09-2/+68
| | | | | photo or location associated with the report. Also make the date a bit friendlier
* Do not save an empty report when suspending the app. Fixes #36Struan Donald2013-07-09-3/+5
|
* stop distortion of photo on existing reports pageStruan Donald2013-07-09-1/+2
|
* set existing page height using minimum heightStruan Donald2013-07-09-0/+4
|
* remove extra white space at top of logged in confirm screenStruan Donald2013-07-09-1/+1
|
* remove extraneous border from logged in name confirm pageStruan Donald2013-07-09-1/+2
|
* correct logic in map platofrm check to fail if no device variable definedStruan Donald2013-07-09-2/+2
|
* Fix path for non svg location pin image. Fixes #35Struan Donald2013-07-09-2/+2
|
* set map to fixed in JS as well as cssStruan Donald2013-07-09-1/+1
|
* on the drafts page the content can be higher than the screen so we needStruan Donald2013-07-09-1/+9
| | | | | to set the minimum page height rather than the height so extract out the page height method and override that on drafts page
* update offline page wordingStruan Donald2013-07-09-1/+1
|
* remove arrow from try again button as it does not make much senseStruan Donald2013-07-09-1/+1
|