aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
Commit message (Collapse)AuthorAgeLines
* 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-0/+17
| | | | 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
|
* better validation messages and display for signout pageStruan Donald2013-06-05-5/+6
|
* 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-1/+11
|
* make go button on onscreen keyboard work on password/name confirm screenStruan Donald2013-06-05-1/+6
|
* 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.
* 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
|
* clicking on pins to get more detail of report now works. Fixes #428Struan Donald2013-05-31-1/+17
|
* 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-6/+6
| | | | | 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-3/+3
| | | | they vanish when you navigate back to the map screen
* correct transition direction on report submissionStruan Donald2013-05-30-1/+1
|
* default relocate button to hidden to prevent it appearing before the mapStruan Donald2013-05-30-0/+1
|
* hide pins when click new report and remove related legacy code. Fixes #427Struan Donald2013-05-29-0/+8
|
* hide all buttons on the around screen to stop the wrong ones flashing up on ↵Struan Donald2013-05-29-0/+1
| | | | initial load
* add and use mechanism to allow reverse transitionsStruan Donald2013-05-29-6/+15
|
* turn off more unwanted jquery mobile featuresStruan Donald2013-05-28-0/+2
|
* login page design and sort behaviour of hiding/showing on login/outStruan Donald2013-05-24-6/+7
|
* add placeholder image to photo page to reduce jumping aboutStruan Donald2013-05-23-5/+17
|
* do not fix page height on around page as it upsets the map layoutStruan Donald2013-05-23-1/+0
|
* make locating screen cover whole pageStruan Donald2013-05-23-0/+26
|
* working my reports button and drafts countStruan Donald2013-05-23-1/+1
|
* make sign in/out button workStruan Donald2013-05-23-1/+16
|
* height works better for setting height than css('height')Struan Donald2013-05-22-1/+1
|
* partially working textarea extending to bottom of screen on details pageStruan Donald2013-05-22-0/+10
|
* first pass at switching details screen to new designStruan Donald2013-05-21-0/+4
|
* remove unused codeStruan Donald2013-05-21-3/+0
|
* update around page to use new designStruan Donald2013-05-21-45/+10
|
* even if we fail to delete a draft behave as if it worked for nowStruan Donald2013-05-20-0/+5
|
* correctly set name, etc when signing in as part of reportingStruan Donald2013-04-26-4/+7
|
* if signed in and confirming name then actually use confirmed detailsStruan Donald2013-04-26-4/+7
|
* sign out using the api to remove the session cookieStruan Donald2013-04-26-4/+20
|
* we do not want to sign the user out at the end of the browser sessionStruan Donald2013-04-26-1/+2
|
* check logged in status by using api callStruan Donald2013-04-26-6/+30
|
* split out network status check to separate functionStruan Donald2013-04-26-5/+9
|
* handle report submission errors correctly when reporting with a photoStruan Donald2013-04-25-1/+5
|
* if app is goes offline while on the map then save the location of theStruan Donald2013-04-25-0/+7
| | | | | report even though it might not be a valid location as it's more annoying for the user to lose the location altogether
* make sure offline page next button had correct text when initially displayedStruan Donald2013-04-25-0/+1
|
* use two digits for minutes in time on reports pageStruan Donald2013-04-25-1/+1
|
* clear the current draft when leaving the save offline pageStruan Donald2013-04-25-0/+1
|
* include and correctly use save offline viewStruan Donald2013-04-25-1/+1
|
* need to convert lat/lon to correct projection for recentering mapStruan Donald2013-04-24-1/+2
|