aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * resize loading screen to remove brown bar at bottom on Android 2Struan Donald2013-08-06-0/+1
| |
| * use a png for the radar as it works on all platforms. Fixes #3Struan Donald2013-08-06-1/+1
| |
* | Added @x2 versions of pin and shadow with even pixel width for smooth 50% ↵Jedidiah Broadbent2013-08-06-0/+0
|/ | | | scaling
* Merge branch 'master' of ↵Jedidiah Broadbent2013-08-06-12/+54
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile
| * Return to details extra page from submit page as appropriateStruan Donald2013-08-05-2/+17
| | | | | | | | Fixes #82
| * Only stop listening to search events once search completeStruan Donald2013-08-05-2/+4
| | | | | | | | | | | | Don't stop listening to all locator events as that stops the current location GPS function working. Fixes #80.
| * fix .attr callStruan Donald2013-08-05-1/+1
| |
| * Improve display of error messages on confirm screenStruan Donald2013-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 Donald2013-08-05-7/+14
| |\
| * | Display reposition report button after recentering mapStruan Donald2013-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 validationStruan Donald2013-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 screenStruan Donald2013-08-05-5/+7
| | | | | | | | | | | | Fixes #78
* | | Actually push the PNG version of the radarJedidiah Broadbent2013-08-06-0/+0
| |/ |/|
* | Added 120x120 icon for iOS7Jedidiah Broadbent2013-08-05-0/+0
| |
* | Fixed text for no-location search boxJedidiah Broadbent2013-08-05-1/+1
| |
* | Merge branch 'master' of ↵Jedidiah Broadbent2013-08-05-82/+102
|\| | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile
| * remove debug codeStruan Donald2013-08-02-2/+0
| |
| * remove translation of substitution stringStruan Donald2013-08-02-8/+2
| |
| * correct titles list variable nameStruan Donald2013-08-02-2/+2
| |
| * remove : from generated photo templateStruan Donald2013-08-02-1/+1
| |
| * Make message strings a bit more consistentStruan Donald2013-08-02-40/+40
| | | | | | | | | | Add full stop at the end of all messages try again -> try again later
| * Change offline page into text if we are viewing a draftStruan Donald2013-08-02-26/+38
| |
| * Improve the select draft -> map transitionStruan Donald2013-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 errorsStruan Donald2013-08-02-2/+2
| |
| * always dismiss onscreen keyboard when logging inStruan Donald2013-08-02-2/+1
| |
| * remove bottom border on buttonsStruan Donald2013-08-02-0/+1
| |
| * remove : from photo page headlineStruan Donald2013-08-02-1/+1
| |
* | Commit size of the location button iconJedidiah Broadbent2013-08-02-4/+8
| |
* | Merge branch 'master' of ↵Jedidiah Broadbent2013-08-02-71/+1871
|\| | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile Conflicts: src/css/fms.css
| * improve display of search errorsStruan Donald2013-08-01-2/+22
| |
| * Make sure drafts button is hidden initiallyStruan Donald2013-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 Donald2013-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 startupStruan Donald2013-08-01-0/+6
| |
| * server actually sends back titles_list not title_listStruan Donald2013-08-01-4/+4
| |
| * Format README lists for markdown displayStruan Donald2013-07-31-12/+12
| |
| * README is actually a markdown file so change extensionStruan Donald2013-07-31-0/+0
| | | | | | | | Mostly for github formatting purposes
| * Basic translation documentationStruan Donald2013-07-31-0/+22
| |
| * Remove hardcoding of translation languageStruan Donald2013-07-31-10/+26
| | | | | | | | Now we have a list of translation languages to generate files for.
| * update readme with translation notesStruan Donald2013-07-31-0/+14
| |
| * make template language a config optionStruan Donald2013-07-30-1/+4
| |
| * Add in translation framework and templatesStruan Donald2013-07-30-3/+1692
| | | | | | | | For #12
| * 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
| |