aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* make fields and text on details screen larger on large, high density phonesStruan Donald2013-06-06-0/+14
|
* use minified version of jqueryStruan Donald2013-06-06-1/+1
|
* need to use this.$ in case setSelectClass is called from afterRenderStruan Donald2013-06-06-2/+2
|
* vclicks seem to be more prone to triggering events elsewhere so explicitly ↵Struan Donald2013-06-06-4/+8
| | | | kill propogation
* Change confirmation screen content based on whether confirmation emailStruan Donald2013-06-06-8/+30
| | | | sent or user was signed in
* stop default as sometimes it seems to percolate through to the confirm buttonStruan Donald2013-06-06-1/+2
|
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-55/+55
|
* first stab at explantion text on submit email page. Closes #444Struan Donald2013-06-06-0/+13
|
* move buttons inside map_box as it stops them receiving touchend events from ↵Struan Donald2013-06-05-3/+5
| | | | map drags
* better validation messages and display for signout pageStruan Donald2013-06-05-5/+8
|
* improve display of error messages and multiple locations on search screenStruan Donald2013-06-05-3/+4
|
* make go button on onscreen keyboard work on sign in screenStruan Donald2013-06-05-4/+16
|
* make go button on onscreen keyboard work on password/name confirm screenStruan Donald2013-06-05-3/+10
|
* wire up submit handler on search page so Go on onscreen keyboard does the ↵Struan Donald2013-06-04-2/+7
| | | | right thing
* correctly set details category select class based on value. Fixes #435Struan Donald2013-06-04-4/+18
|
* use correct name for subclass destroy methodStruan Donald2013-06-04-1/+1
|
* There seem to be all sorts of issues with transitions doing oddStruan Donald2013-06-04-0/+5
| | | | | flickering on android, at least in the emulator, so disable them totally for now.
* fix report page header as that can have lots of contentStruan Donald2013-06-03-1/+1
|
* This is a slightly kludgy way to stop the annoying 1px pre and postStruan Donald2013-06-03-0/+3
| | | | | | | transition jumps caused by screen scrolling on, at least, iOS. Basically setting this causes defaultHomeScroll to be set to 0 deep within JQM and hence the scrollPage function in transitions to do nothing. Without this defaultHomeScroll is set to 1 and scrollPage scrolls the page 1px
* small screen height correction to stop overscroll on iOSStruan Donald2013-06-03-1/+1
|
* Merge remote-tracking branch 'origin/phonegap-jquery-mobile-new' into ↵Struan Donald2013-05-31-0/+8
|\ | | | | | | phonegap-jquery-mobile-new
| * Set iOS app to use FMS icon rather than Cordova oneJedidiah Broadbent2013-05-31-0/+8
| |
* | clicking on pins to get more detail of report now works. Fixes #428Struan Donald2013-05-31-1/+19
| |
* | move my reports and sign in button back up map screenStruan Donald2013-05-31-2/+1
| |
* | update app to be android 2.2+ compatibleStruan Donald2013-05-31-1/+1
| |
* | bump version numbersStruan Donald2013-05-31-3/+3
|/
* remove unused codeStruan Donald2013-05-30-1/+0
|
* do not use a fixed position header on the map screen as that causes theStruan Donald2013-05-30-9/+8
| | | | | size of the screen to jump before navigation and the confirm button and attribution text to move
* use input type="button" instead of links with a data-role as otherwiseStruan Donald2013-05-30-6/+6
| | | | they vanish when you navigate back to the map screen
* correct transition direction on report submissionStruan Donald2013-05-30-1/+1
|
* turn off tap to hide for map page toolbarStruan Donald2013-05-30-1/+1
|
* default relocate button to hidden to prevent it appearing before the mapStruan Donald2013-05-30-1/+2
|
* stop screen bouncing on iOS on scrollingStruan Donald2013-05-30-1/+1
|
* add space to left of attribution textStruan Donald2013-05-29-0/+1
|
* add a relocate to GPS position button to map screen. Fixes #426Struan Donald2013-05-29-0/+16
|
* hide pins when click new report and remove related legacy code. Fixes #427Struan Donald2013-05-29-0/+8
|
* initial pass at getting rid of button jumping when transitioning from map screenStruan Donald2013-05-29-3/+12
|
* hide all buttons on the around screen to stop the wrong ones flashing up on ↵Struan Donald2013-05-29-1/+2
| | | | initial load
* add and use mechanism to allow reverse transitionsStruan Donald2013-05-29-6/+15
|
* button to access address search page from mapStruan Donald2013-05-29-0/+1
|
* better title for address search pageStruan Donald2013-05-29-1/+1
|
* stop annoying jump on photo page as placeholder image loadsStruan Donald2013-05-29-0/+1
|
* remove gap at top of page and remove full width input boxStruan Donald2013-05-29-3/+3
|
* tidy up the html and indendationStruan Donald2013-05-29-21/+19
|
* remove excess white space at the top of the pageStruan Donald2013-05-29-1/+6
|
* turn off more unwanted jquery mobile featuresStruan Donald2013-05-28-0/+2
|
* wording tweaks for consistencyStruan Donald2013-05-28-2/+2
|
* revert to minified jquery libraryStruan Donald2013-05-28-1/+1
|
* upgrade to jquery mobile 1.3.1Struan Donald2013-05-28-6/+12
|
* do not use the full width style form elements for forms that not use up the ↵Struan Donald2013-05-28-34/+67
| | | | whole page