Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Translated "Untitled draft".translation-fixes | Matthew Somerville | 2016-09-05 | -1/+2 |
| | ||||
* | Translate "Next" and "More details". | Matthew Somerville | 2016-09-05 | -3/+4 |
| | | | | Fixes #231. Fixes #233. | |||
* | Include Swedish moment strings if necessary.185-sv-lang | Matthew Somerville | 2016-05-18 | -9/+21 |
| | ||||
* | Use OpenStreetMap tiles by default.198-nicer | Matthew Somerville | 2016-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 Day | 2016-04-28 | -6/+6 |
|\ | | | | | | | cordova-6 | |||
| * | Remove report parsing of photo.cordova-6-fix-double-slash | Matthew Somerville | 2016-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 Somerville | 2016-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-6 | Steven Day | 2016-04-28 | -58/+99 |
|\ \ | ||||
| * | | Fix displaying of map tiles.cordova-6-fix-maps | Matthew Somerville | 2016-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 tag | Steven Day | 2016-04-28 | -1/+1 |
| | | ||||
* | | Swap the SoftKeyboard plugin for ionic's | Steven Day | 2016-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 css | Steven Day | 2016-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 shown | Steven Day | 2016-04-26 | -0/+2 |
| | ||||
* | update text to clarify limits of services on particular islandsissues/makemyisland-intro-208 | Dave Whiteland | 2015-12-28 | -6/+6 |
| | | | | closes #208 | |||
* | [MakeMyIsland] Move CSS & images into cobrands directory | Dave Arter | 2015-08-28 | -2/+0 |
| | ||||
* | [MakeMyIsland] Override FAQ and initial help templates | Dave Arter | 2015-08-28 | -0/+65 |
| | ||||
* | [MakeMyIsland] Use correct logo on locating screen | Dave Arter | 2015-08-28 | -0/+9 |
| | ||||
* | [MakeMyIsland] Use MMI colour scheme | Dave Arter | 2015-08-28 | -0/+83 |
| | ||||
* | Only provide example config files; add cobrand docs to READMEphonegap-3 | Dave Arter | 2015-08-28 | -17/+17 |
| | ||||
* | Append cobrand's CSS to index.html if CONFIG.COBRAND is set | Dave Arter | 2015-08-28 | -0/+11 |
| | ||||
* | Allow cobrands to override templates | Dave Arter | 2015-08-28 | -9/+40 |
| | ||||
* | Fix undefined value error | Dave Arter | 2015-08-28 | -2/+2 |
| | ||||
* | Make sure initial help text is full-width on iPad | Dave Arter | 2015-08-28 | -0/+1 |
| | ||||
* | Remove 20px whitespace at the top of UI on iOS7+ | Dave Arter | 2015-08-28 | -9/+1 |
| | ||||
* | Only switch map tiles to Ordnance Survey at higher zoom levels when ↵ | Dave Arter | 2015-08-28 | -3/+3 |
| | | | | CONFIG.isUK is true | |||
* | Restore open-in-browser functionality | Dave Arter | 2015-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 Arter | 2015-08-28 | -12/+12 |
| | ||||
* | Define PositionError object as navigator.geoLocation doesn't define it | Dave Arter | 2015-08-28 | -0/+8 |
| | ||||
* | update Android to Cordova 3.6 | Struan Donald | 2015-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 to | Struan Donald | 2013-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.9 | Struan Donald | 2013-07-12 | -238/+724 |
| | ||||
* | upgrade iOS to phonegap 2.9 | Struan Donald | 2013-07-10 | -300/+738 |
| | ||||
* | remove drop shadow on locating cancel button | Struan Donald | 2013-07-10 | -0/+5 |
| | ||||
* | change colours of locating progress bar to fit in a bit better | Struan Donald | 2013-07-10 | -2/+2 |
| | ||||
* | better text for locating screen | Struan Donald | 2013-07-10 | -1/+1 |
| | ||||
* | white text on locating screen | Struan Donald | 2013-07-10 | -0/+1 |
| | ||||
* | turn off splash screen fading and add in locating like screens on index | Struan Donald | 2013-07-10 | -28/+9 |
| | | | | page and home page to minimise the flickering at start up | |||
* | remove extraneous white space at top of login page | Struan Donald | 2013-07-09 | -3/+3 |
| | ||||
* | improve layout of drafts screen with icons to indicate if there is a | Struan Donald | 2013-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 #36 | Struan Donald | 2013-07-09 | -3/+5 |
| | ||||
* | stop distortion of photo on existing reports page | Struan Donald | 2013-07-09 | -1/+2 |
| | ||||
* | set existing page height using minimum height | Struan Donald | 2013-07-09 | -0/+4 |
| | ||||
* | remove extra white space at top of logged in confirm screen | Struan Donald | 2013-07-09 | -1/+1 |
| | ||||
* | remove extraneous border from logged in name confirm page | Struan Donald | 2013-07-09 | -1/+2 |
| | ||||
* | correct logic in map platofrm check to fail if no device variable defined | Struan Donald | 2013-07-09 | -2/+2 |
| | ||||
* | Fix path for non svg location pin image. Fixes #35 | Struan Donald | 2013-07-09 | -2/+2 |
| | ||||
* | set map to fixed in JS as well as css | Struan Donald | 2013-07-09 | -1/+1 |
| | ||||
* | on the drafts page the content can be higher than the screen so we need | Struan Donald | 2013-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 wording | Struan Donald | 2013-07-09 | -1/+1 |
| | ||||
* | remove arrow from try again button as it does not make much sense | Struan Donald | 2013-07-09 | -1/+1 |
| |