aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
Commit message (Collapse)AuthorAgeLines
* WIP around page displayStruan Donald2013-02-28-9/+71
|
* move js libraries into jslib and remove some unsused onesStruan Donald2013-02-27-717/+0
|
* cut back to basic backbone based appStruan Donald2013-02-27-0/+240
|
* do not complain if photo taking/selecting canceled by userStruan Donald2012-12-24-2/+7
|
* do not hardcode device typeStruan Donald2012-12-24-1/+1
|
* set default zoom to maxStruan Donald2012-11-30-1/+1
|
* make sure that photos are correctly orientedStruan Donald2012-11-30-1/+1
|
* use slidey transitionsStruan Donald2012-11-30-5/+14
|
* make it a bit more obvious that photo taking is optionalStruan Donald2012-11-30-0/+5
|
* better looking navigation buttonsStruan Donald2012-11-30-0/+5
|
* fixed saved report page title and details displayStruan Donald2012-11-29-2/+2
|
* basic support for checking for in progress report on startupStruan Donald2012-11-29-1/+25
|
* remove unused codeStruan Donald2012-11-29-90/+0
|
* validation for user details screenStruan Donald2012-11-29-2/+28
|
* log out on site as well to stop cookie issuesStruan Donald2012-11-29-0/+4
|
* allow report to reset valuesStruan Donald2012-11-29-12/+12
|
* split report detail gathering acorss multiple screensStruan Donald2012-11-29-41/+216
|
* avoid horrible failure if navigator objects not definedStruan Donald2012-11-28-2/+2
|
* reset accuracy string once we leave this pageStruan Donald2012-11-27-1/+6
|
* we do not need the watch count as the timeout handles itStruan Donald2012-11-26-8/+0
|
* onDeviceLoad does not seem to work on emulator so put in extra checksStruan Donald2012-11-26-3/+7
|
* provide some feedback as to what we are doingStruan Donald2012-11-26-2/+9
| | | | lower can't find timeouts
* we never display this link so remove code for doing soStruan Donald2012-11-21-7/+0
|
* fix bug that causes it to hang on the intial screen foreverStruan Donald2012-11-21-3/+25
|
* Store the time as milliseconds since the epoch rather than ISO 8601Mark Longair2012-11-20-4/+4
| | | | | | | Annoyingly, many variants of Javascript can't parse datetimes in the ISO 8601 variant that is output by Date's toString method. Instead, store the date and time as milliseconds since the Unix epoch, which is more widely supported.
* Use '/' as the separator in separating day-month-year datesMark Longair2012-11-20-1/+1
|
* Keep loop counters in function rather than global scopeMark Longair2012-11-20-0/+2
|
* move map resize code so it is only called on pages with mapsStruan Donald2012-11-16-63/+41
|
* show loading screen a bit earlier for locate and report postingStruan Donald2012-11-16-0/+2
|
* stop try again click bubbling through to hide pins linkStruan Donald2012-11-15-4/+7
| | | | be explicit about showing hiding pins rather than using show/hide toggle
* make sure that dragging is enabled when we load the mapStruan Donald2012-11-15-0/+1
|
* do not prevent the saving of new reportsStruan Donald2012-11-15-3/+1
|
* save photos taken to camera rollStruan Donald2012-11-15-1/+5
|
* fix photo display code on report pageStruan Donald2012-11-15-1/+1
|
* if we have a current report then update and save that rather than creating a ↵Struan Donald2012-11-15-2/+11
| | | | new one
* add update function to report objectStruan Donald2012-11-15-0/+3
|
* fix variable name clashesStruan Donald2012-11-15-9/+9
|
* deactivate drag on map when you mark a locationStruan Donald2012-11-15-0/+17
|
* fix photo display bug on report pageStruan Donald2012-11-15-3/+2
|
* add zoom controls back in as pinch zoom does not work on all android phonesStruan Donald2012-11-15-2/+40
|
* fix fetching empty saved report list bug on androidStruan Donald2012-11-14-1/+8
|
* check for stored username as logged in checkStruan Donald2012-11-14-1/+1
|
* make sure we do not pass undefined as pc valueStruan Donald2012-11-14-1/+1
|
* correct case and remove unused functionsStruan Donald2012-11-13-3/+1
|
* Add back button to submit pageStruan Donald2012-11-13-1/+11
| | | | save report state when go back
* update event handling to use onStruan Donald2012-11-13-27/+27
|
* fix user login not being saved on form submitStruan Donald2012-11-13-6/+8
| | | | fix logged in user sometimes not being asked to confirm name
* remove old and tidy up codeStruan Donald2012-11-13-26/+5
|
* tidy saved report code into an objectStruan Donald2012-11-13-35/+99
|
* place crosshair over map centre so it is over our locationStruan Donald2012-11-12-2/+4
|