aboutsummaryrefslogtreecommitdiffstats
path: root/www
Commit message (Collapse)AuthorAgeLines
...
* remove unused codeStruan Donald2013-05-21-3/+0
|
* update around page to use new designStruan Donald2013-05-21-88/+50
|
* include new design stylesheetsStruan Donald2013-05-21-3/+549
|
* sensible titleStruan Donald2013-05-20-1/+1
|
* 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/+12
|
* 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
* if we have a current report on offline page then show the details of thatStruan Donald2013-04-25-2/+6
|
* be consistent about how we refer to accuracy on locating screensStruan Donald2013-04-25-1/+1
|
* 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/+2
|
* need to convert lat/lon to correct projection for recentering mapStruan Donald2013-04-24-1/+2
|
* basic login page and link from map screenStruan Donald2013-04-24-3/+97
|
* only confirm name, phone and anonymity if we have the email and password ↵Struan Donald2013-04-24-2/+90
| | | | when submitting
* display sensible error message if location services are turned offStruan Donald2013-04-23-2/+8
|
* Add in a confirm location step as it provides a better workflow whenStruan Donald2013-04-23-3/+48
| | | | dealing with existing reports
* do not use transitions when navigating from front pageStruan Donald2013-04-23-1/+9
|
* remove initial search button as it does nothing other than creates an ↵Struan Donald2013-04-23-1/+0
| | | | annoying flickr
* removing some debug codeStruan Donald2013-04-23-4/+2
|
* small tweaks to try and resolve android startup issuesStruan Donald2013-04-23-3/+5
|
* ajaxOverlay is not used so remove mentions of itStruan Donald2013-04-22-7/+0
|
* locate should not interact with display elementsStruan Donald2013-04-22-1/+0
|
* when we discard an in progress draft on startup make sure we do it properlyStruan Donald2013-04-22-0/+1
|
* correct autocompleto errorStruan Donald2013-04-22-1/+1
|
* always set currentPosition to use lat/longStruan Donald2013-04-22-4/+3
|
* do not display spinner plus locating screen at the same timeStruan Donald2013-04-22-2/+6
|
* set and clear currentDraft details via methods on FMS object to ensure ↵Struan Donald2013-04-22-10/+16
| | | | consistency
* standardise on currentPositionStruan Donald2013-04-22-6/+5
|
* use model.id as that has actually been setStruan Donald2013-04-22-1/+1
|
* highlight next button on details page when we have filled in all the fieldsStruan Donald2013-04-22-1/+10
|
* add indicator for existing report page that it has a locationStruan Donald2013-04-22-0/+4
|
* add a save report option to use existing report pageStruan Donald2013-04-22-0/+8
|
* display standard jquery mobile busy spinner when we are making an ajax requestStruan Donald2013-04-22-0/+3
|
* change the next button text to reflect if we are saving the report or skippingStruan Donald2013-04-22-2/+12
|
* do not save blank offline reportsStruan Donald2013-04-22-1/+26
|
* sort drafts in reverse date orderStruan Donald2013-04-22-0/+1
|
* add default draft description if there is no titleStruan Donald2013-04-22-0/+2
|
* use nth day rather than nth monthStruan Donald2013-04-22-1/+1
|
* reduce decimal places on position confirmationStruan Donald2013-04-22-1/+1
|
* check if online when displaying search pageStruan Donald2013-04-22-0/+6
|
* update example config file with current values and commentsStruan Donald2013-04-22-2/+10
|
* move location accuracy out to configStruan Donald2013-04-22-5/+3
|