Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bump version numbercuidomiciudad | Dave Arter | 2017-04-10 | -1/+1 |
| | ||||
* | Show 3 steps in help page instead of FAQ | Dave Arter | 2017-04-10 | -97/+35 |
| | ||||
* | Use proper CMC logo in header | Dave Arter | 2017-04-10 | -10/+98 |
| | ||||
* | Update Android build instructions to automatically sign/align APK | Dave Arter | 2017-04-10 | -18/+14 |
| | ||||
* | Add launch screens for android | Dave Arter | 2017-04-10 | -12/+13 |
| | ||||
* | Update app bundle ID and translations for media access requests | Dave Arter | 2017-03-19 | -3/+3 |
| | ||||
* | Allow mailto: links | Dave Arter | 2017-03-17 | -0/+2 |
| | ||||
* | Use custom pin icon | Dave Arter | 2017-03-17 | -2/+17 |
| | ||||
* | Add report types to initial welcome text | Dave Arter | 2017-03-16 | -0/+10 |
| | ||||
* | Update help text template location and link style | Dave Arter | 2017-03-16 | -3/+11 |
| | ||||
* | translation of help faq page for app | Jen Bramley | 2017-03-16 | -55/+93 |
| | ||||
* | Tidy up initial help screen | Dave Arter | 2017-03-16 | -10/+65 |
| | ||||
* | Add cordova plugin for changing the app’s language easily | Dave Arter | 2017-03-16 | -0/+25 |
| | ||||
* | Add iOS icons/launch screens | Dave Arter | 2017-03-16 | -25/+28 |
| | ||||
* | [CuidoMiCiudad] Use cuidomiciudad.mysociety.org as backend | Dave Arter | 2017-03-09 | -1/+40 |
| | ||||
* | Set app version to 1.0.0 | Dave Arter | 2017-03-09 | -1/+1 |
| | ||||
* | Set display name on iOS to ‘CuidoMiDN’ | Dave Arter | 2017-03-09 | -1/+23 |
| | ||||
* | [CuidoMiCiudad] Use white version of user icon | Dave Arter | 2017-03-08 | -0/+24 |
| | ||||
* | [CuidoMiCiudad] Use white icons on buttons | Dave Arter | 2017-03-08 | -0/+23 |
| | ||||
* | Add CuidoMiCiudad config.xml | Dave Arter | 2017-03-08 | -1/+114 |
| | ||||
* | Add CuidoMiCiudad SCSS styles | Dave Arter | 2017-03-08 | -0/+112 |
| | ||||
* | Don’t show location error message multiple times | Dave Arter | 2017-03-07 | -0/+1 |
| | ||||
* | Use localised strings.js based on CONFIG.LANGUAGE | Dave Arter | 2017-03-07 | -1/+62 |
| | ||||
* | Add Spanish templates | Dave Arter | 2017-03-07 | -0/+725 |
| | ||||
* | Have --no-wrap for gettext-merge. | Dave Arter | 2017-03-07 | -54/+18 |
| | ||||
* | Add latest Spanish translations | Dave Arter | 2017-03-07 | -202/+130 |
| | ||||
* | Localise a few more strings, including back buttons | Dave Arter | 2017-03-06 | -7/+16 |
| | | | | | | 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. | |||
* | Add es_DO Spanish translations | Dave Arter | 2017-03-03 | -82/+731 |
| | | | | These area currently incredibly inaccurate as they’ve gone through Google Translate. | |||
* | localise_templates fixes | Dave Arter | 2017-03-02 | -1/+1 |
| | ||||
* | Merge branch 'translation-fixes'master | Matthew Somerville | 2016-09-13 | -84/+98 |
|\ | ||||
| * | Translated "Untitled draft".translation-fixes | Matthew Somerville | 2016-09-05 | -81/+93 |
| | | ||||
| * | Translate "Next" and "More details". | Matthew Somerville | 2016-09-05 | -3/+5 |
| | | | | | | | | Fixes #231. Fixes #233. | |||
* | | just to test in the browser: run without Cordova | Thomas Tursics | 2016-06-30 | -4/+14 |
|/ | ||||
* | [MakeMyIsland] Update example config.xml. | Matthew Somerville | 2016-05-18 | -20/+38 |
| | ||||
* | Include Swedish moment strings if necessary.185-sv-lang | Matthew Somerville | 2016-05-18 | -9/+21 |
| | ||||
* | Fix path typo in translating documentation. | Matthew Somerville | 2016-05-18 | -5/+4 |
| | ||||
* | Merge branch '198-nicer' | Matthew Somerville | 2016-05-18 | -40/+28 |
|\ | ||||
| * | 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. | |||
* | | Hook to enable app to be moved to SD card.188-sd-card | Matthew Somerville | 2016-05-11 | -0/+12 |
|/ | ||||
* | Update author details in example config.xml. | Matthew Somerville | 2016-05-11 | -1/+1 |
| | ||||
* | Add tilma urls with dashes to whitelist in config.xmlv2.0.9cordova-6 | Steven Day | 2016-04-28 | -0/+3 |
| | ||||
* | 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 | |||
* | | No need to install ant/ios-sim. | Matthew Somerville | 2016-04-26 | -5/+9 |
|/ |