Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | make fields and text on details screen larger on large, high density phones | Struan Donald | 2013-06-06 | -0/+14 |
| | ||||
* | move my reports and sign in button back up map screen | Struan Donald | 2013-05-31 | -2/+1 |
| | ||||
* | do not use a fixed position header on the map screen as that causes the | Struan Donald | 2013-05-30 | -2/+1 |
| | | | | | size of the screen to jump before navigation and the confirm button and attribution text to move | |||
* | add space to left of attribution text | Struan Donald | 2013-05-29 | -0/+1 |
| | ||||
* | add a relocate to GPS position button to map screen. Fixes #426 | Struan Donald | 2013-05-29 | -0/+14 |
| | ||||
* | initial pass at getting rid of button jumping when transitioning from map screen | Struan Donald | 2013-05-29 | -0/+9 |
| | ||||
* | stop annoying jump on photo page as placeholder image loads | Struan Donald | 2013-05-29 | -0/+1 |
| | ||||
* | remove gap at top of page and remove full width input box | Struan Donald | 2013-05-29 | -1/+1 |
| | ||||
* | remove excess white space at the top of the page | Struan Donald | 2013-05-29 | -0/+5 |
| | ||||
* | upgrade to jquery mobile 1.3.1 | Struan Donald | 2013-05-28 | -2/+3 |
| | ||||
* | do not use the full width style form elements for forms that not use up the ↵ | Struan Donald | 2013-05-28 | -0/+9 |
| | | | | whole page | |||
* | add in updated/missed css files and supporting images | Struan Donald | 2013-05-23 | -0/+4 |
| | ||||
* | add indicator arrow for dropdown | Struan Donald | 2013-05-22 | -2/+2 |
| | ||||
* | partially working textarea extending to bottom of screen on details page | Struan Donald | 2013-05-22 | -1/+8 |
| | ||||
* | improved checkbox look on your details page | Struan Donald | 2013-05-22 | -6/+24 |
| | ||||
* | apply new design to submit pages | Struan Donald | 2013-05-22 | -0/+6 |
| | ||||
* | first pass at switching details screen to new design | Struan Donald | 2013-05-21 | -0/+10 |
| | ||||
* | first pass at switching photo screen to new design | Struan Donald | 2013-05-21 | -0/+10 |
| | ||||
* | include new design stylesheets | Struan Donald | 2013-05-21 | -0/+544 |
| | ||||
* | basic login page and link from map screen | Struan Donald | 2013-04-24 | -1/+1 |
| | ||||
* | Add in a confirm location step as it provides a better workflow when | Struan Donald | 2013-04-23 | -0/+1 |
| | | | | dealing with existing reports | |||
* | highlight next button on details page when we have filled in all the fields | Struan Donald | 2013-04-22 | -0/+4 |
| | ||||
* | quick link reports page | Struan Donald | 2013-04-17 | -0/+4 |
| | ||||
* | make phone number box look ok | Struan Donald | 2013-04-11 | -0/+2 |
| | ||||
* | improve layout of photo and existing reports pages a little | Struan Donald | 2013-04-09 | -0/+22 |
| | ||||
* | remove a great chunk of unused style cruft | Struan Donald | 2013-04-09 | -708/+0 |
| | ||||
* | upgrade to jquery mobile 1.3 and sort out file locations | Struan Donald | 2013-02-27 | -0/+2 |
| | ||||
* | better looking navigation buttons | Struan Donald | 2012-11-30 | -0/+24 |
| | ||||
* | remove as may cause issues on some phones | Struan Donald | 2012-11-15 | -4/+0 |
| | ||||
* | hide zoom controls on report page map | Struan Donald | 2012-11-15 | -0/+4 |
| | ||||
* | css tweak to help iOS performance | Struan Donald | 2012-11-15 | -0/+4 |
| | ||||
* | add zoom controls back in as pinch zoom does not work on all android phones | Struan Donald | 2012-11-15 | -2/+2 |
| | ||||
* | improve initial map display | Struan Donald | 2012-11-09 | -1/+13 |
| | ||||
* | Merge remote-tracking branch 'origin/crosshairs-front-page' into ↵ | Struan Donald | 2012-11-05 | -0/+33 |
|\ | | | | | | | | | | | | | | | | | phonegap-jquery-mobile Conflicts: phonegap/www/css/mobile.css phonegap/www/index.html phonegap/www/js/fixmystreet.js | |||
| * | Suppress the pan buttons - unnecessary with dragging | Mark Longair | 2012-11-02 | -0/+7 |
| | | ||||
| * | Add a crosshairs control and "mark here" link | Mark Longair | 2012-11-02 | -0/+26 |
| | | ||||
* | | display contents of saved reports | Struan Donald | 2012-10-30 | -1/+3 |
| | | ||||
* | | remove more unused code | Struan Donald | 2012-10-29 | -42/+0 |
|/ | ||||
* | Merge branch 'phonegap-better-password' | Struan Donald | 2012-10-23 | -1/+4 |
|\ | ||||
| * | change sign in/sign out to be an account page | Struan Donald | 2012-10-19 | -1/+4 |
| | | | | | | | | only use one page for sign in/sign out | |||
* | | A fix for the (bizarre) text entry problems on Android | Mark Longair | 2012-10-18 | -1/+0 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a really very strange problem. When testing the application on an Android 2.3.5 device, there were two problems with the <input type="text"> box on the front page: * The left and right arrow keys wouldn't move within the text of the box - instead they would switch the focus highlight to another element. * Holding down the letter key to get a number (e.g. 'w' to get a '2') would end up with 'w2' being entered rather than just '2'. I couldn't reproduce this in a newly created project, so by introducing more and more of the code from the FixMyStreet phonegap app into that project isolated the problem to the CSS for an unrelated element. In short, the text input boxes will work correctly after removing 'position: fixed' from the mobile-info class. That class is only ever used in: <div class="mobile-info"> <a href="about.html">i</a> </div> Why this could possibly cause the problem above, I can't guess. However, removing it makes the Android application usable again, and we are shortly going to redesign the application in any case, so the sub-optimal position of the 'i' button is something we can live with. | |||
* | tweak buttons to look a bit less web pagey | Struan Donald | 2012-06-14 | -0/+9 |
| | ||||
* | make locate automatically link/button more prominent | Struan Donald | 2012-06-12 | -0/+19 |
| | ||||
* | Add in busy spinners | Struan Donald | 2012-06-11 | -0/+42 |
| | ||||
* | mobile-nav-banner should be fixed and not mobile-map-banner as that breaks ↵ | Struan Donald | 2012-06-07 | -4/+1 |
| | | | | around page | |||
* | inital pass at sign in/sign out functionality | Struan Donald | 2012-06-01 | -1/+26 |
| | ||||
* | make non postcode locations work | Struan Donald | 2012-05-28 | -0/+10 |
| | ||||
* | prevent scrolling on front page on iPhone to make it a bit more app like | Struan Donald | 2012-05-28 | -2/+19 |
| | ||||
* | add in mobile nav banners and info button where required | Struan Donald | 2012-05-25 | -0/+18 |
| | | | | remove redundant includes and header content | |||
* | remove some redundant content from front page | Struan Donald | 2012-05-24 | -0/+42 |
| | | | | add in an about back and an initial stab at some nav |