aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
Commit message (Collapse)AuthorAgeLines
...
* 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
|
* 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
|