aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
Commit message (Collapse)AuthorAgeLines
...
* use listenTo on the view as if we set the listener on the model theStruan Donald2013-03-06-8/+7
| | | | | destroy of a view can be fired after setting up listeners in the next view and hence the listeners are removed and no callbacks fire
* handle failed login message returned from serverStruan Donald2013-03-06-0/+4
|
* make sure the user fills in a passwordStruan Donald2013-03-06-1/+10
|
* submit report by signing in with a passwordStruan Donald2013-03-06-2/+27
|
* change the workflow of the user details screen to seperate out askingStruan Donald2013-03-06-42/+147
| | | | | for passwords/email to different screens only works for email screen at moment
* basic validation for user detailsStruan Donald2013-03-06-1/+32
|
* save personal details when we submit, load them when we start and useStruan Donald2013-03-05-5/+16
| | | | them in the submit form
* remove debug codeStruan Donald2013-03-04-3/+0
|
* Add and remove report sync events only once in the viewStruan Donald2013-03-04-3/+10
|
* use the FMS.strings object rather than STRINGSStruan Donald2013-03-04-1/+1
|
* use syc/error event triggers for reports with photosStruan Donald2013-03-04-3/+3
|
* include may show name option in reportStruan Donald2013-03-04-0/+1
|
* add in placeholder sent pageStruan Donald2013-03-04-2/+23
|
* submit page can now submit reports to be confirmed by emailStruan Donald2013-03-04-4/+59
|
* fix typoStruan Donald2013-03-04-1/+4
|
* details not detailStruan Donald2013-03-04-1/+1
|
* add in take and choose photo actionsStruan Donald2013-03-04-1/+57
|
* validate the details screen before progressingStruan Donald2013-03-01-1/+52
|
* basic routing to submit screenStruan Donald2013-03-01-3/+19
|
* add report model and use it to store and fetch categories for details templateStruan Donald2013-03-01-7/+166
|
* standard events and tag are now in the parent fms view classStruan Donald2013-02-28-7/+0
|
* move standard events into view objectStruan Donald2013-02-28-0/+8
|
* disable jQuery mobile page loading on link clickingStruan Donald2013-02-28-0/+1
|
* add in details screenStruan Donald2013-02-28-2/+17
|
* disable jquery mobile features that upset routingStruan Donald2013-02-28-0/+2
|
* add in photo page and navigation to pageStruan Donald2013-02-28-9/+72
| | | | also used jquery mobile pageshow/hide events instead of our own
* around page doing GPS locate and showing mapStruan Donald2013-02-28-10/+46
|
* 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
|