Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | fix .attr call | Struan Donald | 2013-08-05 | -1/+1 | |
| | | |||||
| * | Improve display of error messages on confirm screen | Struan Donald | 2013-08-05 | -0/+3 | |
| | | | | | | | | | | | | | | Hide start blurb and replace with errors in order to stop the screen getting too long. Fixes #77. | ||||
| * | Merge remote-tracking branch 'origin/master' | Struan Donald | 2013-08-05 | -7/+14 | |
| |\ | |||||
| * | | Display reposition report button after recentering map | Struan Donald | 2013-08-05 | -1/+21 | |
| | | | | | | | | | | | | | | | | | | | | | If recentering the map moves the crosshair position to somewhere different to the current report location then display the reposition button. Includes small margin of error for GPS noise etc. Fixes #75 | ||||
| * | | Improve name validation | Struan Donald | 2013-08-05 | -1/+1 | |
| | | | | | | | | | | | | | | | Insist on a space somewhere in the name to match server side rules. Fixes #76 | ||||
| * | | Add basic validation to set password screen | Struan Donald | 2013-08-05 | -5/+7 | |
| | | | | | | | | | | | | Fixes #78 | ||||
* | | | Actually push the PNG version of the radar | Jedidiah Broadbent | 2013-08-06 | -0/+0 | |
| |/ |/| | |||||
* | | Fixed text for no-location search box | Jedidiah Broadbent | 2013-08-05 | -1/+1 | |
| | | |||||
* | | Merge branch 'master' of ↵ | Jedidiah Broadbent | 2013-08-05 | -15/+33 | |
|\| | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile | ||||
| * | remove debug code | Struan Donald | 2013-08-02 | -2/+0 | |
| | | |||||
| * | remove : from generated photo template | Struan Donald | 2013-08-02 | -1/+1 | |
| | | |||||
| * | Make message strings a bit more consistent | Struan Donald | 2013-08-02 | -8/+8 | |
| | | | | | | | | | | Add full stop at the end of all messages try again -> try again later | ||||
| * | Change offline page into text if we are viewing a draft | Struan Donald | 2013-08-02 | -0/+4 | |
| | | |||||
| * | Improve the select draft -> map transition | Struan Donald | 2013-08-02 | -0/+16 | |
| | | | | | | | | | | | | | | | | Hide the list of reports to stop the weird popup things and start off the map change before we navigate to the map screen as it then looks part of the same action rather than transition followed by map move. Fixes #72 | ||||
| * | do not highlight the email field for general login errors | Struan Donald | 2013-08-02 | -2/+2 | |
| | | |||||
| * | always dismiss onscreen keyboard when logging in | Struan Donald | 2013-08-02 | -2/+1 | |
| | | |||||
| * | remove bottom border on buttons | Struan Donald | 2013-08-02 | -0/+1 | |
| | | |||||
* | | Commit size of the location button icon | Jedidiah Broadbent | 2013-08-02 | -4/+8 | |
| | | |||||
* | | Merge branch 'master' of ↵ | Jedidiah Broadbent | 2013-08-02 | -32/+91 | |
|\| | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile Conflicts: src/css/fms.css | ||||
| * | improve display of search errors | Struan Donald | 2013-08-01 | -2/+22 | |
| | | |||||
| * | Make sure drafts button is hidden initially | Struan Donald | 2013-08-01 | -0/+1 | |
| | | | | | | | | | | Avoids it appearing and disappearing if yo go back to the screen from the photo page | ||||
| * | Do not perform background map blurring unless iPhone 4s+ | Struan Donald | 2013-08-01 | -1/+3 | |
| | | | | | | | | | | On iPhone 4 it slows things down too much and as there's no way to sensibly limit this on Android devices just don't do it on Android. | ||||
| * | detect and store iPhone model version on startup | Struan Donald | 2013-08-01 | -0/+6 | |
| | | |||||
| * | server actually sends back titles_list not title_list | Struan Donald | 2013-08-01 | -4/+4 | |
| | | |||||
| * | make template language a config option | Struan Donald | 2013-07-30 | -1/+4 | |
| | | |||||
| * | Add in translation framework and templates | Struan Donald | 2013-07-30 | -3/+2 | |
| | | | | | | | | For #12 | ||||
| * | force bbox update if we cancel the current report | Struan Donald | 2013-07-30 | -0/+2 | |
| | | | | | | | | Fixes #71 | ||||
| * | Hide popup and make sure crosshairs visible when click New Report | Struan Donald | 2013-07-30 | -0/+2 | |
| | | | | | | | | Fixes #67 | ||||
| * | Get crosshair size right and don't scale up | Struan Donald | 2013-07-30 | -12/+3 | |
| | | | | | | | | For #69. | ||||
| * | Fix screen width for Android 2.x | Struan Donald | 2013-07-30 | -2/+1 | |
| | | | | | | | | Fixes #70. | ||||
| * | pass in back button event from handler | Struan Donald | 2013-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 fails | Struan Donald | 2013-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 displayed | Struan Donald | 2013-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 hand | Struan Donald | 2013-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 #65 | Struan Donald | 2013-07-25 | -0/+1 | |
| | | |||||
| * | redisplay the corsshairs if the user touches the map. Fixes #5 | Struan Donald | 2013-07-25 | -0/+5 | |
| | | |||||
| * | move cancelling of offline locate click default up to the view the event | Struan Donald | 2013-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 Donald | 2013-07-25 | -0/+2 | |
| | | | | | | | | background. Fixes #64 | ||||
| * | Merge remote-tracking branch 'origin/master' | Struan Donald | 2013-07-25 | -2/+8 | |
| |\ | |||||
| * | | stop phantom click throughs from canceling the locating screen and also from ↵ | Struan Donald | 2013-07-25 | -2/+4 | |
| | | | | | | | | | | | | it starting and immediately returning on the offline screen | ||||
| * | | Stop locating screen being able to scroll. Fixes #60 | Struan Donald | 2013-07-25 | -0/+3 | |
| | | | |||||
* | | | Fixed background size to correct size | Jedidiah Broadbent | 2013-08-02 | -2/+4 | |
| |/ |/| | |||||
* | | Sized user icon to 18/36 so it scales smoothly | Jedidiah Broadbent | 2013-07-25 | -0/+0 | |
| | | |||||
* | | 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 | ||||
* | | Merge branch 'master' of ↵ | Jedidiah Broadbent | 2013-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 in | Struan Donald | 2013-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 iOS | Struan Donald | 2013-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 background | Jedidiah Broadbent | 2013-07-23 | -1/+7 | |
|/ | |||||
* | improve handling of upload errors | Struan Donald | 2013-07-22 | -4/+6 | |
| | |||||
* | fix photo width on existing report page | Struan Donald | 2013-07-22 | -1/+1 | |
| |