Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [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 |
| | ||||
* | add icons to photo buttons on offline page | Struan Donald | 2013-07-09 | -2/+2 |
| | ||||
* | make map fixed position so it does not scroll about the screen on long pages | Struan Donald | 2013-07-08 | -1/+1 |
| | ||||
* | event for canceling offline geolocation | Struan Donald | 2013-07-08 | -0/+5 |
| | ||||
* | update offline locate page in line with online one | Struan Donald | 2013-07-08 | -13/+9 |
| | ||||
* | if the brown background is on the map then it stops at the height of the | Struan Donald | 2013-07-08 | -2/+6 |
| | | | | | screen when scrolling on pages that are longer than the map such as the offline one. Moving the bg to the body element fixes this | |||
* | move home/back buttons to left on account and drafts screen | Struan Donald | 2013-07-08 | -2/+2 |
| | ||||
* | check that we have the app IDs configure before displaying the rate this app ↵ | Struan Donald | 2013-07-08 | -2/+2 |
| | | | | links | |||
* | use black icons fof the toolbar next/previous buttons | Struan Donald | 2013-07-08 | -2/+14 |
| | ||||
* | prettify buttons and icons in search box | Struan Donald | 2013-07-08 | -0/+43 |
| | ||||
* | remove a lot of the border and shadow cruft from drafts list | Struan Donald | 2013-07-08 | -0/+10 |
| | ||||
* | white icons are hard to see so use black for delete button on drafts screen | Struan Donald | 2013-07-08 | -0/+10 |
| | ||||
* | use retina images for checkbox button on name details screen | Struan Donald | 2013-07-08 | -0/+8 |
| | ||||
* | add in images missed/lost in repo split | Struan Donald | 2013-07-05 | -0/+0 |
| | ||||
* | add background transparency and darken photo placeholder | Struan Donald | 2013-07-05 | -0/+0 |
| | ||||
* | make sure current position tracking is on when we return to the map | Struan Donald | 2013-07-04 | -0/+2 |
| | ||||
* | if we return to the map don't jump to the current position but leave it | Struan Donald | 2013-07-04 | -1/+3 |
| | | | | | where they were as it's annoying to e.g. move the map, go to the account screen and then have the map unmove |