aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views
Commit message (Expand)AuthorAgeLines
* Trying to use the same model for both remote and localStorage wasStruan Donald2013-04-08-6/+6
* if geolocation fails display search page with messageStruan Donald2013-04-08-8/+19
* save and load current report on app pause and resumeStruan Donald2013-04-02-3/+7
* add event to use GPS location from address search screenStruan Donald2013-03-25-0/+6
* add search button to locating screenStruan Donald2013-03-25-0/+1
* use listenTo instead of on for search event listening and also stop listening...Struan Donald2013-03-25-3/+8
* update -> track as it is a better nameStruan Donald2013-03-21-3/+3
* if we have shown the map we alway want to listen for position updatesStruan Donald2013-03-21-3/+3
* no sense turning progress bar green only to hide itStruan Donald2013-03-21-1/+3
* remove unused that = thisStruan Donald2013-03-21-1/+0
* move coordindate projection code to helper methodStruan Donald2013-03-21-12/+12
* remove debug statementsStruan Donald2013-03-21-1/+0
* if we have a report with a location set display that on the mapStruan Donald2013-03-21-0/+4
* use listenTo rather than on as it makes it easier to stopStruan Donald2013-03-21-11/+15
* if multiple matches on address search display list and go to map when one is ...Struan Donald2013-03-21-2/+17
* simple address search functionalityStruan Donald2013-03-21-1/+61
* do no try and recenter the map if there is no mapStruan Donald2013-03-20-0/+5
* track when we are updating position and stop updating when we leave the screenStruan Donald2013-03-20-0/+1
* set currentPosition whenever we center mapStruan Donald2013-03-20-0/+1
* add temp toolbar button to recenter map on GPS locationStruan Donald2013-03-20-0/+10
* display blue dot at current location and update as person movesStruan Donald2013-03-20-0/+30
* change location object to be a property of FMS objectStruan Donald2013-03-20-11/+7
* show a countdown bar on the locating screenStruan Donald2013-03-07-1/+31
* use FMS.strings and not STRINGS for warning messagesStruan Donald2013-03-07-2/+2
* display location accuracy while geolocatingStruan Donald2013-03-07-1/+9
* update network availabilty checking in line with phonegap api changesStruan Donald2013-03-07-2/+2
* delete does not do anything to declared variablesStruan Donald2013-03-07-1/+1
* jslint objects to closing ) of if conditional being on a new lineStruan Donald2013-03-07-2/+1
* assignment not comparisonStruan Donald2013-03-07-1/+1
* remove unnecessary semi-colons that jslint objects toStruan Donald2013-03-07-10/+10
* if we get to the password screen from the name details screen then register/c...Struan Donald2013-03-06-1/+5
* use listenTo on the view as if we set the listener on the model theStruan Donald2013-03-06-8/+7
* 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-1/+26
* change the workflow of the user details screen to seperate out askingStruan Donald2013-03-06-17/+119
* 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-1/+4
* Add and remove report sync events only once in the viewStruan Donald2013-03-04-3/+10
* add in placeholder sent pageStruan Donald2013-03-04-0/+15
* submit page can now submit reports to be confirmed by emailStruan Donald2013-03-04-1/+43
* details not detailStruan Donald2013-03-04-1/+1
* add in take and choose photo actionsStruan Donald2013-03-04-0/+55
* validate the details screen before progressingStruan Donald2013-03-01-1/+52
* basic routing to submit screenStruan Donald2013-03-01-1/+11
* add report model and use it to store and fetch categories for details templateStruan Donald2013-03-01-3/+3
* 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
* add in details screenStruan Donald2013-02-28-0/+9
* add in photo page and navigation to pageStruan Donald2013-02-28-3/+60