Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | show a countdown bar on the locating screen | Struan Donald | 2013-03-07 | -1/+36 | |
| | |||||
* | populate strings object | Struan Donald | 2013-03-07 | -0/+14 | |
| | |||||
* | default accuracy is unknown | Struan Donald | 2013-03-07 | -1/+1 | |
| | |||||
* | use FMS.strings and not STRINGS for warning messages | Struan Donald | 2013-03-07 | -7/+7 | |
| | |||||
* | backbone localStorage library | Struan Donald | 2013-03-07 | -0/+213 | |
| | |||||
* | validation and message strings | Struan Donald | 2013-03-07 | -0/+25 | |
| | |||||
* | add in locate javascript object | Struan Donald | 2013-03-07 | -0/+89 | |
| | |||||
* | add in user model | Struan Donald | 2013-03-07 | -0/+17 | |
| | |||||
* | add in missing template files | Struan Donald | 2013-03-07 | -0/+77 | |
| | |||||
* | display location accuracy while geolocating | Struan Donald | 2013-03-07 | -1/+9 | |
| | |||||
* | update network availabilty checking in line with phonegap api changes | Struan Donald | 2013-03-07 | -2/+2 | |
| | |||||
* | delete does not do anything to declared variables | Struan Donald | 2013-03-07 | -1/+1 | |
| | |||||
* | jslint objects to closing ) of if conditional being on a new line | Struan Donald | 2013-03-07 | -4/+2 | |
| | |||||
* | assignment not comparison | Struan Donald | 2013-03-07 | -1/+1 | |
| | |||||
* | do not refine options | Struan Donald | 2013-03-07 | -8/+7 | |
| | |||||
* | remove unnecessary semi-colons that jslint objects to | Struan Donald | 2013-03-07 | -14/+14 | |
| | |||||
* | if we get to the password screen from the name details screen then ↵ | Struan Donald | 2013-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 the | Struan Donald | 2013-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 server | Struan Donald | 2013-03-06 | -0/+4 | |
| | |||||
* | make sure the user fills in a password | Struan Donald | 2013-03-06 | -1/+10 | |
| | |||||
* | submit report by signing in with a password | Struan Donald | 2013-03-06 | -4/+35 | |
| | |||||
* | change the workflow of the user details screen to seperate out asking | Struan Donald | 2013-03-06 | -42/+178 | |
| | | | | | for passwords/email to different screens only works for email screen at moment | ||||
* | basic validation for user details | Struan Donald | 2013-03-06 | -1/+32 | |
| | |||||
* | save personal details when we submit, load them when we start and use | Struan Donald | 2013-03-05 | -12/+25 | |
| | | | | them in the submit form | ||||
* | remove debug code | Struan Donald | 2013-03-04 | -3/+0 | |
| | |||||
* | Add and remove report sync events only once in the view | Struan Donald | 2013-03-04 | -3/+10 | |
| | |||||
* | use the FMS.strings object rather than STRINGS | Struan Donald | 2013-03-04 | -1/+1 | |
| | |||||
* | use syc/error event triggers for reports with photos | Struan Donald | 2013-03-04 | -3/+3 | |
| | |||||
* | include may show name option in report | Struan Donald | 2013-03-04 | -0/+1 | |
| | |||||
* | add in placeholder sent page | Struan Donald | 2013-03-04 | -2/+24 | |
| | |||||
* | submit page can now submit reports to be confirmed by email | Struan Donald | 2013-03-04 | -10/+77 | |
| | |||||
* | fix typo | Struan Donald | 2013-03-04 | -1/+4 | |
| | |||||
* | remove unused href | Struan Donald | 2013-03-04 | -1/+1 | |
| | |||||
* | details not detail | Struan Donald | 2013-03-04 | -1/+1 | |
| | |||||
* | add in take and choose photo actions | Struan Donald | 2013-03-04 | -3/+67 | |
| | |||||
* | validate the details screen before progressing | Struan Donald | 2013-03-01 | -3/+55 | |
| | |||||
* | basic routing to submit screen | Struan Donald | 2013-03-01 | -3/+106 | |
| | |||||
* | add report model and use it to store and fetch categories for details template | Struan Donald | 2013-03-01 | -7/+196 | |
| | |||||
* | remove href and add an id to skip button | Struan Donald | 2013-02-28 | -1/+1 | |
| | |||||
* | standard events and tag are now in the parent fms view class | Struan Donald | 2013-02-28 | -7/+0 | |
| | |||||
* | move standard events into view object | Struan Donald | 2013-02-28 | -0/+8 | |
| | |||||
* | disable jQuery mobile page loading on link clicking | Struan Donald | 2013-02-28 | -0/+1 | |
| | |||||
* | add in details screen | Struan Donald | 2013-02-28 | -2/+18 | |
| | |||||
* | disable jquery mobile features that upset routing | Struan Donald | 2013-02-28 | -0/+2 | |
| | |||||
* | add in photo page and navigation to page | Struan Donald | 2013-02-28 | -9/+100 | |
| | | | | also used jquery mobile pageshow/hide events instead of our own | ||||
* | around page doing GPS locate and showing map | Struan Donald | 2013-02-28 | -10/+48 | |
| | |||||
* | WIP around page display | Struan Donald | 2013-02-28 | -9/+76 | |
| | |||||
* | upgrade to jquery mobile 1.3 and sort out file locations | Struan Donald | 2013-02-27 | -6/+6 | |
| | |||||
* | update javascript libraries to latest versions | Struan Donald | 2013-02-27 | -128/+81 | |
| | |||||
* | move js libraries into jslib and remove some unsused ones | Struan Donald | 2013-02-27 | -104/+7 | |
| |