Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Trying to use the same model for both remote and localStorage was | Struan Donald | 2013-04-08 | -53/+65 |
| | | | | | involving all sorts of hackery so it's easier and cleaner to move to separate models for reports and drafts | |||
* | if geolocation fails display search page with message | Struan Donald | 2013-04-08 | -9/+20 |
| | ||||
* | save and load current report on app pause and resume | Struan Donald | 2013-04-02 | -3/+53 |
| | ||||
* | add event to use GPS location from address search screen | Struan Donald | 2013-03-25 | -0/+6 |
| | ||||
* | add search button to locating screen | Struan Donald | 2013-03-25 | -0/+1 |
| | ||||
* | use listenTo instead of on for search event listening and also stop ↵ | Struan Donald | 2013-03-25 | -3/+8 |
| | | | | listening to events | |||
* | update -> track as it is a better name | Struan Donald | 2013-03-21 | -9/+9 |
| | ||||
* | if we have shown the map we alway want to listen for position updates | Struan Donald | 2013-03-21 | -3/+3 |
| | ||||
* | no sense turning progress bar green only to hide it | Struan Donald | 2013-03-21 | -1/+3 |
| | | | | also, make sure ajaxLoader overlay is hidden | |||
* | remove unused that = this | Struan Donald | 2013-03-21 | -1/+0 |
| | ||||
* | move coordindate projection code to helper method | Struan Donald | 2013-03-21 | -12/+12 |
| | ||||
* | remove debug statements | Struan Donald | 2013-03-21 | -8/+0 |
| | ||||
* | The first time this is called the watch id doesn't seem to be available | Struan Donald | 2013-03-21 | -2/+0 |
| | | | | | so if we only call this once, as is aften the case if you move to one screen and back to aroun screen, then it never sets the posiotion of the dot | |||
* | if we have a report with a location set display that on the map | Struan Donald | 2013-03-21 | -0/+4 |
| | ||||
* | clear the correct watch | Struan Donald | 2013-03-21 | -1/+1 |
| | ||||
* | use listenTo rather than on as it makes it easier to stop | Struan Donald | 2013-03-21 | -11/+15 |
| | ||||
* | if multiple matches on address search display list and go to map when one is ↵ | Struan Donald | 2013-03-21 | -3/+18 |
| | | | | selected | |||
* | correct edito | Struan Donald | 2013-03-21 | -1/+1 |
| | ||||
* | simple address search functionality | Struan Donald | 2013-03-21 | -2/+68 |
| | ||||
* | do no try and recenter the map if there is no map | Struan Donald | 2013-03-20 | -0/+5 |
| | ||||
* | track when we are updating position and stop updating when we leave the screen | Struan Donald | 2013-03-20 | -0/+4 |
| | ||||
* | set currentPosition whenever we center map | Struan Donald | 2013-03-20 | -0/+2 |
| | ||||
* | add temp toolbar button to recenter map on GPS location | Struan Donald | 2013-03-20 | -0/+11 |
| | | | | save current GPS position and use to recenter map | |||
* | display blue dot at current location and update as person moves | Struan Donald | 2013-03-20 | -0/+53 |
| | ||||
* | change location object to be a property of FMS object | Struan Donald | 2013-03-20 | -90/+97 |
| | | | | distinguish between gps ans search events | |||
* | jslint pacification | Struan Donald | 2013-03-07 | -7/+8 |
| | ||||
* | increase how long we wait for geolocating to complete | Struan Donald | 2013-03-07 | -1/+1 |
| | ||||
* | once locating is finished remove the watch id | Struan Donald | 2013-03-07 | -2/+2 |
| | ||||
* | show a countdown bar on the locating screen | Struan Donald | 2013-03-07 | -1/+31 |
| | ||||
* | populate strings object | Struan Donald | 2013-03-07 | -0/+14 |
| | ||||
* | use FMS.strings and not STRINGS for warning messages | Struan Donald | 2013-03-07 | -7/+7 |
| | ||||
* | 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 |
| | ||||
* | 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 | -2/+27 |
| | ||||
* | change the workflow of the user details screen to seperate out asking | Struan Donald | 2013-03-06 | -42/+147 |
| | | | | | 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 | -5/+16 |
| | | | | them in the submit form | |||
* | remove debug code | Struan Donald | 2013-03-04 | -3/+0 |
| |