Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | missing template filehelp-panel | Struan Donald | 2013-08-15 | -0/+60 |
| | ||||
* | Better name and even less duplicate code for first time help display | Struan Donald | 2013-08-14 | -10/+7 |
| | ||||
* | Refactor first time help showing code to a method | Struan Donald | 2013-08-14 | -4/+7 |
| | | | | For the reduction of duplicate code | |||
* | remove debug output | Struan Donald | 2013-08-14 | -4/+0 |
| | ||||
* | improve post help show callback readability | Struan Donald | 2013-08-14 | -1/+5 |
| | ||||
* | change help panel to overlay whole page | Struan Donald | 2013-08-14 | -13/+22 |
| | | | | This prevents clicks on things 'behind' the help | |||
* | move help content to a template | Struan Donald | 2013-08-14 | -61/+4 |
| | | | | Rather than hard coding it into index.html. Loaded by the help init code | |||
* | Tweak help panel to work on Android 2 | Struan Donald | 2013-08-13 | -5/+22 |
| | | | | | | | 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. | |||
* | Scroll help to top once dismissed | Struan Donald | 2013-08-13 | -1/+1 |
| | | | | | Not sure if this is the correct thing to do but having the help re-appear scrolled to where you left it doesn't feel right. | |||
* | Display help the first time the app is run | Struan Donald | 2013-08-12 | -0/+20 |
| | | | | | | Also record when help has been viewed so we don't display it again. For #92. | |||
* | Add a help panel and buttons to access it | Struan Donald | 2013-08-12 | -0/+164 |
| | | | | | | | Always available, slides in from the side (ish). Content still a work in progress. Needs way to translate it. For #92. | |||
* | updated provisioning profile | Struan Donald | 2013-08-12 | -2/+2 |
| | ||||
* | bump build numbers | Struan Donald | 2013-08-12 | -2/+2 |
| | ||||
* | fix missing ] | Struan Donald | 2013-08-12 | -1/+1 |
| | ||||
* | Remove hardcoded location search placeholder text | Struan Donald | 2013-08-09 | -49/+59 |
| | ||||
* | Remove hardcoded submission error dialog button strings | Struan Donald | 2013-08-09 | -9/+21 |
| | ||||
* | relocate icon is displayed using background-image | Struan Donald | 2013-08-09 | -1/+1 |
| | ||||
* | make photo upload timeout configurable | Struan Donald | 2013-08-09 | -2/+6 |
| | ||||
* | Put in place timeout for file upload | Struan Donald | 2013-08-09 | -24/+73 |
| | | | | | | | A timeout mechanism that checks that the file is uploading and if not then bails out, and even if it is bails out after 2 minutes Fixes #87 | |||
* | Do not hard code image uploading message | Struan Donald | 2013-08-09 | -8/+18 |
| | ||||
* | Better feedback when submitting images | Struan Donald | 2013-08-08 | -1/+32 |
| | | | | | Add a message and, if possible, a progress bar For #87. | |||
* | Reset submission type if confirming by email | Struan Donald | 2013-08-08 | -0/+1 |
| | | | | | | Prevents the app form attempting to log you in if you've attempted password login, it's failed and you've gone back to email confirmation. Fixes #88 | |||
* | bump build numbers | Struan Donald | 2013-08-08 | -2/+2 |
| | ||||
* | Fix glitchy drafts to offline transition | Struan Donald | 2013-08-07 | -0/+20 |
| | | | | | | | Make sure offline page is scrolled to top before it's displayed and also hide drafts page to make avoid popup effects Fixes #85 | |||
* | correct transition direction for offline -> drafts | Struan Donald | 2013-08-07 | -2/+2 |
| | ||||
* | don't use a transition for the offline page | Struan Donald | 2013-08-07 | -1/+2 |
| | | | | | | as you only every get to this page from the map it looks weird to transition to the map page and then almost immediately do another transition to the offline page so don't bother | |||
* | make sure the relocate button is hidden before map display | Struan Donald | 2013-08-07 | -0/+1 |
| | ||||
* | prevent iOS overscroll | Struan Donald | 2013-08-07 | -1/+1 |
| | ||||
* | Force saving of draft if removing a photo | Struan Donald | 2013-08-07 | -3/+3 |
| | | | | | | | | Becuase we don't save drafts that are only a location once you remove the photo from a report that only has a location and a photo that change isn't saved as it becomes a report with only a location hence add a force option so saveCurrentDrafts and use it when removing a photo. Fixes #86 | |||
* | Improve feel of photo adding screen | Struan Donald | 2013-08-06 | -0/+8 |
| | | | | | | Now we hide the placeholder image to stop jerky resizing Also display a busy indicator so the user knows something is happening Fixes #83 after a fashion. | |||
* | only hide search errors if there is a map | Struan Donald | 2013-08-06 | -2/+4 |
| | | | | | Otherwise when the inital search fails bluring the search box removes the errors which doesn't seem very helpful | |||
* | resize and use appropriately sized pin and crosshair images | Struan Donald | 2013-08-06 | -3/+3 |
| | | | | Fixed #69. | |||
* | Merge branch 'master' of ↵ | Jedidiah Broadbent | 2013-08-06 | -1/+2 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile | |||
| * | resize loading screen to remove brown bar at bottom on Android 2 | Struan Donald | 2013-08-06 | -0/+1 |
| | | ||||
| * | use a png for the radar as it works on all platforms. Fixes #3 | Struan Donald | 2013-08-06 | -1/+1 |
| | | ||||
* | | Added @x2 versions of pin and shadow with even pixel width for smooth 50% ↵ | Jedidiah Broadbent | 2013-08-06 | -0/+0 |
|/ | | | | scaling | |||
* | Merge branch 'master' of ↵ | Jedidiah Broadbent | 2013-08-06 | -12/+54 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile | |||
| * | Return to details extra page from submit page as appropriate | Struan Donald | 2013-08-05 | -2/+17 |
| | | | | | | | | Fixes #82 | |||
| * | Only stop listening to search events once search complete | Struan Donald | 2013-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 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 |
| |/ |/| | ||||
* | | Added 120x120 icon for iOS7 | Jedidiah Broadbent | 2013-08-05 | -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 | -82/+102 |
|\| | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet-mobile | |||
| * | remove debug code | Struan Donald | 2013-08-02 | -2/+0 |
| | |