Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | fix bug that causes it to hang on the intial screen forever | Struan Donald | 2012-11-21 | -3/+25 | |
| | |||||
* | Store the time as milliseconds since the epoch rather than ISO 8601 | Mark Longair | 2012-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 dates | Mark Longair | 2012-11-20 | -1/+1 | |
| | |||||
* | Keep loop counters in function rather than global scope | Mark Longair | 2012-11-20 | -0/+2 | |
| | |||||
* | move map resize code so it is only called on pages with maps | Struan Donald | 2012-11-16 | -63/+41 | |
| | |||||
* | show loading screen a bit earlier for locate and report posting | Struan Donald | 2012-11-16 | -0/+2 | |
| | |||||
* | stop try again click bubbling through to hide pins link | Struan Donald | 2012-11-15 | -4/+7 | |
| | | | | be explicit about showing hiding pins rather than using show/hide toggle | ||||
* | make sure that dragging is enabled when we load the map | Struan Donald | 2012-11-15 | -0/+1 | |
| | |||||
* | do not prevent the saving of new reports | Struan Donald | 2012-11-15 | -3/+1 | |
| | |||||
* | save photos taken to camera roll | Struan Donald | 2012-11-15 | -1/+5 | |
| | |||||
* | fix photo display code on report page | Struan Donald | 2012-11-15 | -1/+1 | |
| | |||||
* | if we have a current report then update and save that rather than creating a ↵ | Struan Donald | 2012-11-15 | -2/+11 | |
| | | | | new one | ||||
* | add update function to report object | Struan Donald | 2012-11-15 | -0/+3 | |
| | |||||
* | fix variable name clashes | Struan Donald | 2012-11-15 | -9/+9 | |
| | |||||
* | deactivate drag on map when you mark a location | Struan Donald | 2012-11-15 | -0/+17 | |
| | |||||
* | fix photo display bug on report page | Struan Donald | 2012-11-15 | -3/+2 | |
| | |||||
* | add zoom controls back in as pinch zoom does not work on all android phones | Struan Donald | 2012-11-15 | -2/+40 | |
| | |||||
* | fix fetching empty saved report list bug on android | Struan Donald | 2012-11-14 | -1/+8 | |
| | |||||
* | check for stored username as logged in check | Struan Donald | 2012-11-14 | -1/+1 | |
| | |||||
* | make sure we do not pass undefined as pc value | Struan Donald | 2012-11-14 | -1/+1 | |
| | |||||
* | correct case and remove unused functions | Struan Donald | 2012-11-13 | -3/+1 | |
| | |||||
* | Add back button to submit page | Struan Donald | 2012-11-13 | -1/+11 | |
| | | | | save report state when go back | ||||
* | update event handling to use on | Struan Donald | 2012-11-13 | -27/+27 | |
| | |||||
* | fix user login not being saved on form submit | Struan Donald | 2012-11-13 | -6/+8 | |
| | | | | fix logged in user sometimes not being asked to confirm name | ||||
* | remove old and tidy up code | Struan Donald | 2012-11-13 | -26/+5 | |
| | |||||
* | tidy saved report code into an object | Struan Donald | 2012-11-13 | -35/+99 | |
| | |||||
* | place crosshair over map centre so it is over our location | Struan Donald | 2012-11-12 | -2/+4 | |
| | |||||
* | more use of vclick to speed up ui | Struan Donald | 2012-11-12 | -2/+2 | |
| | |||||
* | remove some code that does not relate to mobile | Struan Donald | 2012-11-12 | -48/+0 | |
| | |||||
* | remove more unused code | Struan Donald | 2012-11-09 | -161/+1 | |
| | |||||
* | vclick is much faster than click | Struan Donald | 2012-11-09 | -11/+14 | |
| | |||||
* | upgrade to latest jquery | Struan Donald | 2012-11-09 | -0/+2 | |
| | |||||
* | add delete button to save report page | Struan Donald | 2012-11-08 | -0/+8 | |
| | |||||
* | remove saved reports once succesfully submitted | Struan Donald | 2012-11-08 | -1/+11 | |
| | |||||
* | restore photos from saved reports | Struan Donald | 2012-11-08 | -1/+6 | |
| | |||||
* | fix jslint issues | Struan Donald | 2012-11-07 | -21/+20 | |
| | |||||
* | reload saved report for completion | Struan Donald | 2012-11-07 | -52/+39 | |
| | |||||
* | add a confirm step to the mark here process | Struan Donald | 2012-11-07 | -1/+32 | |
| | |||||
* | bit of a tidy up of some old code | Struan Donald | 2012-11-07 | -100/+45 | |
| | |||||
* | Slightly more fleshed out workflow for dealing with internet | Struan Donald | 2012-11-06 | -12/+65 | |
| | | | | connection being unavailable and creating an offline report | ||||
* | fix report display bugs | Struan Donald | 2012-11-06 | -4/+5 | |
| | |||||
* | always determine what to show when visiting the home screen | Struan Donald | 2012-11-05 | -1/+1 | |
| | |||||
* | use crosshairs for reporting problem location | Struan Donald | 2012-11-05 | -1/+30 | |
| | |||||
* | remove debug code | Struan Donald | 2012-11-05 | -2/+0 | |
| | |||||
* | display no connection, map or location form on startup dependent on ↵ | Struan Donald | 2012-11-05 | -11/+40 | |
| | | | | connection and location accuracy | ||||
* | Merge remote-tracking branch 'origin/crosshairs-front-page' into ↵ | Struan Donald | 2012-11-05 | -1/+73 | |
|\ | | | | | | | | | | | | | | | | | phonegap-jquery-mobile Conflicts: phonegap/www/css/mobile.css phonegap/www/index.html phonegap/www/js/fixmystreet.js | ||||
| * | Add a crosshairs control and "mark here" link | Mark Longair | 2012-11-02 | -0/+63 | |
| | | |||||
| * | Add some Emacs mode hints | Mark Longair | 2012-11-02 | -1/+3 | |
| | | |||||
| * | Make an "if / else if / else" easier to read | Mark Longair | 2012-11-02 | -4/+10 | |
| | | |||||
* | | remove on screen map controls | Struan Donald | 2012-11-02 | -6/+2 | |
| | |