aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeLines
* [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
|
* add icons to photo buttons on offline pageStruan Donald2013-07-09-2/+2
|
* make map fixed position so it does not scroll about the screen on long pagesStruan Donald2013-07-08-1/+1
|
* event for canceling offline geolocationStruan Donald2013-07-08-0/+5
|
* update offline locate page in line with online oneStruan Donald2013-07-08-13/+9
|
* if the brown background is on the map then it stops at the height of theStruan Donald2013-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 screenStruan Donald2013-07-08-2/+2
|
* check that we have the app IDs configure before displaying the rate this app ↵Struan Donald2013-07-08-2/+2
| | | | links
* use black icons fof the toolbar next/previous buttonsStruan Donald2013-07-08-2/+14
|
* prettify buttons and icons in search boxStruan Donald2013-07-08-0/+43
|
* remove a lot of the border and shadow cruft from drafts listStruan Donald2013-07-08-0/+10
|
* white icons are hard to see so use black for delete button on drafts screenStruan Donald2013-07-08-0/+10
|
* use retina images for checkbox button on name details screenStruan Donald2013-07-08-0/+8
|
* add in images missed/lost in repo splitStruan Donald2013-07-05-0/+0
|
* add background transparency and darken photo placeholderStruan Donald2013-07-05-0/+0
|
* make sure current position tracking is on when we return to the mapStruan Donald2013-07-04-0/+2
|
* if we return to the map don't jump to the current position but leave itStruan Donald2013-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