Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update Android to Cordova 3.6 | Struan Donald | 2015-08-28 | -0/+440 |
| | | | | | | | | Required due to security issue Remove Android directory as no longer required, move src -> www to match standard layout, update .gitignore to avoid including the standard platform files, update README based on Steve's zurich one | |||
* | instead of using js to inject the correct cordova js file in to | Struan Donald | 2013-07-12 | -412/+0 |
| | | | | | | | | | | index.html restructure things so that the common files are a level down and the platofrm specific ones are directly placed in the relevant project. This both makes for less fuss and also avoids the error with Android < v3 instantiating cordova twice. Note that the iOS common assets are included by a build script rather than a symlink as symlinking doesn't seem to agree with Xcode | |||
* | correct logic in map platofrm check to fail if no device variable defined | Struan Donald | 2013-07-09 | -2/+2 |
| | ||||
* | Fix path for non svg location pin image. Fixes #35 | Struan Donald | 2013-07-09 | -2/+2 |
| | ||||
* | set map to fixed in JS as well as css | Struan Donald | 2013-07-09 | -1/+1 |
| | ||||
* | consolidate the images in one directory | Struan Donald | 2013-07-03 | -8/+8 |
| | ||||
* | default to non svg pin graphic and use svg version if we know the platform ↵ | Struan Donald | 2013-07-02 | -2/+11 |
| | | | | supports it | |||
* | use css to set crosshair image instead of hard coding it in openlayers ↵ | Struan Donald | 2013-07-02 | -1/+3 |
| | | | | control to allow media query retina switching | |||
* | we need to explicitly deactivate and activate the control that displays | Struan Donald | 2013-06-28 | -1/+2 |
| | | | | | the reposition button when we deactivate and activate the map nav as otherwise it doesn't work when we return to the map screen. | |||
* | updated crosshairs | Struan Donald | 2013-06-26 | -1/+1 |
| | ||||
* | remove unused file | Struan Donald | 2013-06-25 | -20/+0 |
| | ||||
* | comments for the different layers | Struan Donald | 2013-06-25 | -0/+5 |
| | ||||
* | put report location pin on own layer as it makes managing pin display much ↵ | Struan Donald | 2013-06-25 | -0/+5 |
| | | | | easier | |||
* | remove comments/debug code | Struan Donald | 2013-06-24 | -2/+0 |
| | ||||
* | display reposition button on starting map drag rather than on ending | Struan Donald | 2013-06-24 | -2/+2 |
| | ||||
* | remove/tidy up code | Struan Donald | 2013-06-21 | -59/+4 |
| | ||||
* | add reposition button that appears if map is dragged after location has been set | Struan Donald | 2013-06-21 | -0/+32 |
| | ||||
* | move confirm button up to toolbar and make it a next button | Struan Donald | 2013-06-21 | -4/+0 |
| | ||||
* | display location pin when click new report here | Struan Donald | 2013-06-20 | -0/+12 |
| | ||||
* | clicking on pins to get more detail of report now works. Fixes #428 | Struan Donald | 2013-05-31 | -1/+7 |
| | ||||
* | remove unused code | Struan Donald | 2013-05-30 | -1/+0 |
| | ||||
* | do not use a fixed position header on the map screen as that causes the | Struan Donald | 2013-05-30 | -6/+6 |
| | | | | | size of the screen to jump before navigation and the confirm button and attribution text to move | |||
* | remove unused code | Struan Donald | 2013-05-21 | -3/+0 |
| | ||||
* | update around page to use new design | Struan Donald | 2013-05-21 | -45/+2 |
| | ||||
* | Add in a confirm location step as it provides a better workflow when | Struan Donald | 2013-04-23 | -1/+6 |
| | | | | dealing with existing reports | |||
* | always set currentPosition to use lat/long | Struan Donald | 2013-04-22 | -1/+1 |
| | ||||
* | set currentPosition whenever we center map | Struan Donald | 2013-03-20 | -0/+1 |
| | ||||
* | display blue dot at current location and update as person moves | Struan Donald | 2013-03-20 | -0/+3 |
| | ||||
* | around page doing GPS locate and showing map | Struan Donald | 2013-02-28 | -1/+1 |
| | ||||
* | WIP around page display | Struan Donald | 2013-02-28 | -7/+7 |
| | ||||
* | set default zoom to max | Struan Donald | 2012-11-30 | -1/+1 |
| | ||||
* | move map resize code so it is only called on pages with maps | Struan Donald | 2012-11-16 | -0/+41 |
| | ||||
* | make sure that dragging is enabled when we load the map | Struan Donald | 2012-11-15 | -0/+1 |
| | ||||
* | deactivate drag on map when you mark a location | Struan Donald | 2012-11-15 | -0/+14 |
| | ||||
* | add zoom controls back in as pinch zoom does not work on all android phones | Struan Donald | 2012-11-15 | -0/+35 |
| | ||||
* | remove old and tidy up code | Struan Donald | 2012-11-13 | -4/+0 |
| | ||||
* | 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 |
| | ||||
* | reload saved report for completion | Struan Donald | 2012-11-07 | -52/+9 |
| | ||||
* | bit of a tidy up of some old code | Struan Donald | 2012-11-07 | -31/+4 |
| | ||||
* | Slightly more fleshed out workflow for dealing with internet | Struan Donald | 2012-11-06 | -12/+20 |
| | | | | connection being unavailable and creating an offline report | |||
* | use crosshairs for reporting problem location | Struan Donald | 2012-11-05 | -0/+13 |
| | ||||
* | Merge remote-tracking branch 'origin/crosshairs-front-page' into ↵ | Struan Donald | 2012-11-05 | -0/+45 |
|\ | | | | | | | | | | | | | | | | | 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/+43 |
| | | ||||
| * | Add some Emacs mode hints | Mark Longair | 2012-11-02 | -0/+2 |
| | | ||||
* | | display contents of saved reports | Struan Donald | 2012-10-30 | -2/+7 |
| | | ||||
* | | improve map display | Struan Donald | 2012-10-26 | -37/+28 |
| | | ||||
* | | tweaks to make form submission work with jquery mobile | Struan Donald | 2012-10-24 | -0/+2 |
| | |