aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* show a countdown bar on the locating screenStruan Donald2013-03-07-1/+36
|
* populate strings objectStruan Donald2013-03-07-0/+14
|
* default accuracy is unknownStruan Donald2013-03-07-1/+1
|
* use FMS.strings and not STRINGS for warning messagesStruan Donald2013-03-07-7/+7
|
* backbone localStorage libraryStruan Donald2013-03-07-0/+213
|
* validation and message stringsStruan Donald2013-03-07-0/+25
|
* add in locate javascript objectStruan Donald2013-03-07-0/+89
|
* add in user modelStruan Donald2013-03-07-0/+17
|
* add in missing template filesStruan Donald2013-03-07-0/+77
|
* 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-4/+2
|
* assignment not comparisonStruan Donald2013-03-07-1/+1
|
* do not refine optionsStruan Donald2013-03-07-8/+7
|
* remove unnecessary semi-colons that jslint objects toStruan Donald2013-03-07-14/+14
|
* if we get to the password screen from the name details screen then ↵Struan Donald2013-03-06-1/+5
| | | | register/change password rather than signing in
* 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-4/+35
|
* change the workflow of the user details screen to seperate out askingStruan Donald2013-03-06-42/+178
| | | | | 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-12/+25
| | | | 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/+24
|
* submit page can now submit reports to be confirmed by emailStruan Donald2013-03-04-10/+77
|
* fix typoStruan Donald2013-03-04-1/+4
|
* remove unused hrefStruan Donald2013-03-04-1/+1
|
* details not detailStruan Donald2013-03-04-1/+1
|
* add in take and choose photo actionsStruan Donald2013-03-04-3/+67
|
* validate the details screen before progressingStruan Donald2013-03-01-3/+55
|
* basic routing to submit screenStruan Donald2013-03-01-3/+106
|
* add report model and use it to store and fetch categories for details templateStruan Donald2013-03-01-7/+196
|
* remove href and add an id to skip buttonStruan Donald2013-02-28-1/+1
|
* 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/+18
|
* disable jquery mobile features that upset routingStruan Donald2013-02-28-0/+2
|
* add in photo page and navigation to pageStruan Donald2013-02-28-9/+100
| | | | also used jquery mobile pageshow/hide events instead of our own
* around page doing GPS locate and showing mapStruan Donald2013-02-28-10/+48
|
* WIP around page displayStruan Donald2013-02-28-9/+76
|
* upgrade to jquery mobile 1.3 and sort out file locationsStruan Donald2013-02-27-6/+6
|
* update javascript libraries to latest versionsStruan Donald2013-02-27-128/+81
|
* move js libraries into jslib and remove some unsused onesStruan Donald2013-02-27-104/+7
|