aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
Commit message (Collapse)AuthorAgeLines
...
* 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
|
* basic login page and link from map screenStruan Donald2013-04-24-2/+94
|
* only confirm name, phone and anonymity if we have the email and password ↵Struan Donald2013-04-24-2/+69
| | | | 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-2/+42
| | | | dealing with existing reports
* do not use transitions when navigating from front pageStruan Donald2013-04-23-1/+9
|
* removing some debug codeStruan Donald2013-04-23-4/+2
|
* small tweaks to try and resolve android startup issuesStruan Donald2013-04-23-2/+4
|
* 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/+6
|
* add a save report option to use existing report pageStruan Donald2013-04-22-0/+7
|
* 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-1/+11
|
* 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-3/+1
|
* add isOffline check to around pageStruan Donald2013-04-22-1/+3
|
* add a geolocate button and geolocate functionality to offline report pageStruan Donald2013-04-22-2/+20
|
* extract geolocation parts of view out to view that is inherited fromStruan Donald2013-04-22-57/+79
|
* if we have gone offline while on the map page and we click report thenStruan Donald2013-04-18-3/+7
| | | | display the create an offline report page
* display a save for later page if between starting the report andStruan Donald2013-04-18-6/+49
| | | | submitting it we have gone offline
* handle offline/online event and set flag to indicate current state, also set ↵Struan Donald2013-04-18-3/+16
| | | | this on init
* use moment to add created date to drafts and display themStruan Donald2013-04-17-3/+18
|
* quick link to use an existing draft from reports pageStruan Donald2013-04-17-1/+10
|
* quick link reports pageStruan Donald2013-04-17-0/+8
|
* add delete link to my reports pageStruan Donald2013-04-17-0/+19
|