Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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 | |
| | | |||||
| * | remove translation of substitution string | Struan Donald | 2013-08-02 | -8/+2 | |
| | | |||||
| * | correct titles list variable name | Struan Donald | 2013-08-02 | -2/+2 | |
| | | |||||
| * | remove : from generated photo template | Struan Donald | 2013-08-02 | -1/+1 | |
| | | |||||
| * | Make message strings a bit more consistent | Struan Donald | 2013-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 draft | Struan Donald | 2013-08-02 | -26/+38 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | remove : from photo page headline | Struan Donald | 2013-08-02 | -1/+1 | |
| | | |||||
* | | Commit size of the location button icon | Jedidiah Broadbent | 2013-08-02 | -4/+8 | |
| | | |||||
* | | Merge branch 'master' of ↵ | Jedidiah Broadbent | 2013-08-02 | -71/+1871 | |
|\| | | | | | | | | | | | | | 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 | |
| | | |||||
| * | Format README lists for markdown display | Struan Donald | 2013-07-31 | -12/+12 | |
| | | |||||
| * | README is actually a markdown file so change extension | Struan Donald | 2013-07-31 | -0/+0 | |
| | | | | | | | | Mostly for github formatting purposes | ||||
| * | Basic translation documentation | Struan Donald | 2013-07-31 | -0/+22 | |
| | | |||||
| * | Remove hardcoding of translation language | Struan Donald | 2013-07-31 | -10/+26 | |
| | | | | | | | | Now we have a list of translation languages to generate files for. | ||||
| * | update readme with translation notes | Struan Donald | 2013-07-31 | -0/+14 | |
| | | |||||
| * | 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/+1692 | |
| | | | | | | | | For #12 |