Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove next button from confirm location screen | Struan Donald | 2013-08-20 | -1/+0 |
| | | | | | | | Potentially confusing to user that there is a confirm location and a next button and as they do the same remove the most ambigously titled one. Fixes #105 | |||
* | make help dismiss button more obvious | Struan Donald | 2013-08-19 | -7/+16 |
| | | | | | change from yellow tab to top right x button Fixes #98 | |||
* | Reduce location error message margins for better display | Struan Donald | 2013-08-15 | -0/+4 |
| | | | | Too much veritical space in error message before | |||
* | Add in test version warning to initial map page | Struan Donald | 2013-08-15 | -0/+16 |
| | | | | | | | Warning to say that reports will not be sent to the council to avoid confusion in advance of beta testing Fixes #94 | |||
* | move help 'button' down the page | Struan Donald | 2013-08-15 | -1/+1 |
| | | | | It was overlapping with various on screen elements in an unhelpful way | |||
* | change help panel to overlay whole page | Struan Donald | 2013-08-14 | -10/+12 |
| | | | | This prevents clicks on things 'behind' the help | |||
* | Tweak help panel to work on Android 2 | Struan Donald | 2013-08-13 | -3/+12 |
| | | | | | | | Android 2 doesn't support overflow: scroll so instead make the panel full screen so you are scrolling what seems to be the screen. This means we need to reset scrollTop before hiding it as otherwise the underlying page is also scrolled. | |||
* | Add a help panel and buttons to access it | Struan Donald | 2013-08-12 | -0/+58 |
| | | | | | | | Always available, slides in from the side (ish). Content still a work in progress. Needs way to translate it. For #92. | |||
* | Better feedback when submitting images | Struan Donald | 2013-08-08 | -0/+16 |
| | | | | | Add a message and, if possible, a progress bar For #87. | |||
* | resize and use appropriately sized pin and crosshair images | Struan Donald | 2013-08-06 | -1/+1 |
| | | | | Fixed #69. | |||
* | use a png for the radar as it works on all platforms. Fixes #3 | Struan Donald | 2013-08-06 | -1/+1 |
| | ||||
* | Merge branch 'master' of ↵ | Jedidiah Broadbent | 2013-08-05 | -0/+1 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile | |||
| * | remove bottom border on buttons | Struan Donald | 2013-08-02 | -0/+1 |
| | | ||||
* | | Commit size of the location button icon | Jedidiah Broadbent | 2013-08-02 | -3/+7 |
| | | ||||
* | | Merge branch 'master' of ↵ | Jedidiah Broadbent | 2013-08-02 | -11/+2 |
|\| | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile Conflicts: src/css/fms.css | |||
| * | Get crosshair size right and don't scale up | Struan Donald | 2013-07-30 | -11/+2 |
| | | | | | | | | For #69. | |||
| * | Fix screen width for Android 2.x | Struan Donald | 2013-07-30 | -2/+1 |
| | | | | | | | | Fixes #70. | |||
* | | Fixed background size to correct size | Jedidiah Broadbent | 2013-08-02 | -2/+4 |
|/ | ||||
* | Set icon on accounts button to use the double sized version to stop ↵ | Jedidiah Broadbent | 2013-07-25 | -1/+1 |
| | | | | pixalation on high-res screens | |||
* | Improve contrast when map is in background | Jedidiah Broadbent | 2013-07-23 | -1/+7 |
| | ||||
* | fix photo width on existing report page | Struan Donald | 2013-07-22 | -1/+1 |
| | ||||
* | fix missing semi-colon | Struan Donald | 2013-07-22 | -1/+1 |
| | ||||
* | fix gap at bottom of locating screen on some android phones. Fixes #56 | Struan Donald | 2013-07-19 | -1/+1 |
| | ||||
* | avoid distorting photo placeholder image. Fixes #50 | Struan Donald | 2013-07-19 | -0/+12 |
| | ||||
* | tidy up photo display on existing report page. For #52 | Struan Donald | 2013-07-18 | -8/+4 |
| | ||||
* | Layout and wording tweaks to logged in confirmation. Fixes #44 | Struan Donald | 2013-07-16 | -0/+4 |
| | ||||
* | instead of using js to inject the correct cordova js file in to | Struan Donald | 2013-07-12 | -0/+1193 |
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 |