aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * force bbox update if we cancel the current reportStruan Donald2013-07-30-0/+2
| | | | | | | | Fixes #71
| * Hide popup and make sure crosshairs visible when click New ReportStruan Donald2013-07-30-0/+2
| | | | | | | | Fixes #67
| * Get crosshair size right and don't scale upStruan Donald2013-07-30-12/+3
| | | | | | | | For #69.
| * Fix screen width for Android 2.xStruan Donald2013-07-30-2/+1
| | | | | | | | Fixes #70.
| * pass in back button event from handlerStruan Donald2013-07-29-3/+3
| | | | | | | | | | | | | | | | This is so that the onClickButtonPrev method we eventually pass to requires an event so without having this we were breaking this and causing the back button to do nothing. Fixes #68.
| * Provide options if report submission failsStruan Donald2013-07-26-3/+22
| | | | | | | | | | Rather that just please retry offer user ability to either save the report for later or to try again.
| * More reliably make sure crosshair is displayedStruan Donald2013-07-26-5/+2
| | | | | | | | | | | | | | The touchstart event seem unreliable in combination with openlayers and also the ability of backbone to capture events from an element not managed by it is also suspect so use touchend which is more reliable and directly manage handling it. It's not as neat but it works reliably :/
| * Apply button classes to drafts by handStruan Donald2013-07-26-2/+2
| | | | | | | | | | | | | | | | | | | | If we let jquery mobile enhance this button then you get a bug whereby once you've gone to the drafts screen and returned moving the map cause the hover code of the button to fire. I can't work out why that happens and this solves the problem at the cost of the highlighting of the button not working. Fixes #4
| * display keyboard automatically on locating failed screen. Fixes #65Struan Donald2013-07-25-0/+1
| |
| * Allow soft keyboard to be triggered by .focus(). For #65Struan Donald2013-07-25-1/+1
| |
| * redisplay the corsshairs if the user touches the map. Fixes #5Struan Donald2013-07-25-0/+5
| |
| * move cancelling of offline locate click default up to the view the eventStruan Donald2013-07-25-3/+7
| | | | | | | | | | is for rather because locator.locate usually doesn't get an event and it's silly to put a guard clause there
| * add and remove background-map class to map_box when map enters/leaves ↵Struan Donald2013-07-25-0/+2
| | | | | | | | background. Fixes #64
| * Merge remote-tracking branch 'origin/master'Struan Donald2013-07-25-2/+8
| |\
| * | stop phantom click throughs from canceling the locating screen and also from ↵Struan Donald2013-07-25-2/+4
| | | | | | | | | | | | it starting and immediately returning on the offline screen
| * | Stop locating screen being able to scroll. Fixes #60Struan Donald2013-07-25-0/+3
| | |
| * | fix deprecation warningStruan Donald2013-07-24-1/+0
| | |
* | | Fixed background size to correct sizeJedidiah Broadbent2013-08-02-2/+4
| |/ |/|
* | Sized user icon to 18/36 so it scales smoothlyJedidiah Broadbent2013-07-25-0/+0
| |
* | Set icon on accounts button to use the double sized version to stop ↵Jedidiah Broadbent2013-07-25-1/+1
| | | | | | | | pixalation on high-res screens
* | Merge branch 'master' of ↵Jedidiah Broadbent2013-07-23-8/+16
|\| | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile
| * change to use phonegap API alert call so we can use a title inStruan Donald2013-07-23-8/+11
| | | | | | | | | | the alert box and then use own internal function to call this to ensure consistency
| * If we pause the app then it seems to fire the report synced event on iOSStruan Donald2013-07-23-0/+5
| | | | | | | | | | | | | | which means we change page. However, it does this outside the report model so we set a success flag on the report and then check for that in the sync event handler to make sure it's a genuine report sync event. Fixes #59.
* | Improve contrast when map is in backgroundJedidiah Broadbent2013-07-23-1/+7
|/
* handle iOS project having spaces in path name in build scriptStruan Donald2013-07-23-2/+2
|
* improve handling of upload errorsStruan Donald2013-07-22-4/+6
|
* fix photo width on existing report pageStruan Donald2013-07-22-1/+1
|
* fix missing semi-colonStruan Donald2013-07-22-1/+1
|
* Pause and restart position updating on app pause and resume to stop ↵Struan Donald2013-07-22-2/+10
| | | | backgroud GPS tracking on Android. Fixes #61
* remove app rating request. Fixes #62Struan Donald2013-07-22-6/+0
|
* bump build numbersStruan Donald2013-07-19-2/+2
|
* fix gap at bottom of locating screen on some android phones. Fixes #56Struan Donald2013-07-19-1/+1
|
* try again goes to around rather than home from offline screenStruan Donald2013-07-19-1/+1
|
* If we have a net connection when we resume then set app to onlineStruan Donald2013-07-19-0/+2
| | | | | mode otherwise it gets stuck in offline mode if it was there before the pause
* hide locating screen before changing to offline screen as otherwise you get ↵Struan Donald2013-07-19-0/+1
| | | | a strange reduced suxe locating screen on transition
* avoid distorting photo placeholder image. Fixes #50Struan Donald2013-07-19-3/+15
|
* improve wording on offline screen. For #57Struan Donald2013-07-18-1/+1
|
* tidy up photo display on existing report page. For #52Struan Donald2013-07-18-9/+5
|
* better title for existing report screen. For #52Struan Donald2013-07-18-1/+1
|
* Do not mention if existing report has a location. For #52Struan Donald2013-07-18-5/+1
|
* tweak existing report page button text. For #52Struan Donald2013-07-18-3/+3
|
* do not display lat/long of offline report. For #55Struan Donald2013-07-18-2/+2
|
* Fix lack of right hand margin on large screen android phones for offline ↵Struan Donald2013-07-18-35/+37
| | | | report page. For #55
* Change homepage title to be FixMyStreet. Fixes #54Struan Donald2013-07-18-1/+1
|
* Locate -> Home on confirmation screen. Fixes #51Struan Donald2013-07-18-1/+1
|
* update text and how deleteing all drafts is handled on drafts screen. Fixes #49Struan Donald2013-07-18-22/+33
|
* fix layout of offline save page. Fixes #53Struan Donald2013-07-18-13/+11
|
* correct typoStruan Donald2013-07-17-1/+1
|
* return to the map screen and not the home screen from account and draftsStruan Donald2013-07-17-2/+4
|
* Change invalid report handling to allow subclass to override it.Struan Donald2013-07-17-18/+25
| | | | Fix submit password screen to use this. Fixes #42