Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | update Android to Cordova 3.6 | Struan Donald | 2015-08-28 | -0/+502 |
| | | | | | | | | 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 | -409/+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 | |||
* | make sure current position tracking is on when we return to the map | Struan Donald | 2013-07-04 | -0/+2 |
| | ||||
* | if we return to the map don't jump to the current position but leave it | Struan Donald | 2013-07-04 | -1/+3 |
| | | | | | where they were as it's annoying to e.g. move the map, go to the account screen and then have the map unmove | |||
* | when canceling a report, if it has no details at all we should delete it | Struan Donald | 2013-07-04 | -0/+14 |
| | | | | from the list of drafts to stop the list filling up with empty reports | |||
* | reactivate pin popup display code when return to the screen. Fixes #33 | Struan Donald | 2013-07-04 | -0/+1 |
| | ||||
* | we need to explicitly deactivate and activate the control that displays | Struan Donald | 2013-06-28 | -0/+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. | |||
* | only show relocate button if GPS locating has worked in some way | Struan Donald | 2013-06-28 | -1/+2 |
| | ||||
* | use the position of the marker rather than crosshairs to set report location | Struan Donald | 2013-06-28 | -1/+13 |
| | ||||
* | make sure we turn map scrolling on and off when when enter and leave map screen. | Struan Donald | 2013-06-28 | -6/+13 |
| | | | | also refactor all common map screen leaving functions into one place | |||
* | if geolocation fails makes sure the default map buttons are hidden | Struan Donald | 2013-06-28 | -1/+4 |
| | ||||
* | if cancel locating then make sure map buttons are in correct state and also ↵ | Struan Donald | 2013-06-28 | -0/+7 |
| | | | | display help message | |||
* | updated, though still not finished, locating page | Struan Donald | 2013-06-26 | -4/+2 |
| | ||||
* | a few more preventDefaults | Struan Donald | 2013-06-26 | -1/+2 |
| | ||||
* | fix around page height before display so the buttons are in the right place | Struan Donald | 2013-06-25 | -0/+1 |
| | ||||
* | hide and show buttons on around screen on startup to stop things popping in ↵ | Struan Donald | 2013-06-25 | -0/+3 |
| | | | | and out | |||
* | check map has been created before fiddling with the features on it | Struan Donald | 2013-06-25 | -7/+11 |
| | ||||
* | put report location pin on own layer as it makes managing pin display much ↵ | Struan Donald | 2013-06-25 | -4/+5 |
| | | | | easier | |||
* | tidy up the map display code a bit | Struan Donald | 2013-06-24 | -37/+45 |
| | ||||
* | if initial geolocation fails then display a message on the map screen | Struan Donald | 2013-06-24 | -4/+13 |
| | | | | rather than a whole new page | |||
* | put back the confirm location button on the map as well as the next button | Struan Donald | 2013-06-24 | -0/+5 |
| | ||||
* | hide the reposition button when you cancel a report | Struan Donald | 2013-06-24 | -0/+1 |
| | ||||
* | do not allow clicking on new report pin | Struan Donald | 2013-06-21 | -0/+1 |
| | ||||
* | turn of map dragging if map is just in background | Struan Donald | 2013-06-21 | -0/+2 |
| | ||||
* | add reposition button that appears if map is dragged after location has been set | Struan Donald | 2013-06-21 | -1/+12 |
| | ||||
* | move confirm button up to toolbar and make it a next button | Struan Donald | 2013-06-21 | -4/+4 |
| | ||||
* | stop and start problem pins being displayed on new report/cancel report | Struan Donald | 2013-06-20 | -1/+3 |
| | ||||
* | display location pin when click new report here | Struan Donald | 2013-06-20 | -2/+4 |
| | ||||
* | do not remove the fixmystreet variable as we do not destroy the map now | Struan Donald | 2013-06-20 | -4/+0 |
| | ||||
* | put cancel button back on around page | Struan Donald | 2013-06-20 | -4/+4 |
| | ||||
* | move search box to display on around page | Struan Donald | 2013-06-20 | -1/+57 |
| | ||||
* | if a list of user titles is provided by the server ask for and require one | Struan Donald | 2013-06-19 | -0/+3 |
| | ||||
* | Merge remote-tracking branch 'origin/phonegap-jquery-mobile-new' into ↵ | Struan Donald | 2013-06-11 | -5/+2 |
|\ | | | | | | | | | | | | | phonegap-jquery-mobile-new Conflicts: phonegap/www/css/fms.css | |||
| * | Updated GPS dot and slightly darkened the maps to help contrast with nav. | Jedidiah Broadbent | 2013-06-10 | -5/+2 |
| | | ||||
* | | location of any current report should always take priority when displaying map | Struan Donald | 2013-06-11 | -3/+3 |
|/ | ||||
* | More explicable behaviour when you click cancel on the map screen | Struan Donald | 2013-06-07 | -2/+6 |
| | | | | | If the report only has location details then just throw them away, otherwise leave the report as a draft and then create a new draft | |||
* | stop default as sometimes it seems to percolate through to the confirm button | Struan Donald | 2013-06-06 | -1/+2 |
| | ||||
* | replace click with vclick as speeds up response to events on iOS | Struan Donald | 2013-06-06 | -8/+8 |
| | ||||
* | clicking on pins to get more detail of report now works. Fixes #428 | Struan Donald | 2013-05-31 | -0/+3 |
| | ||||
* | default relocate button to hidden to prevent it appearing before the map | Struan Donald | 2013-05-30 | -0/+1 |
| | ||||
* | hide pins when click new report and remove related legacy code. Fixes #427 | Struan Donald | 2013-05-29 | -0/+8 |
| | ||||
* | hide all buttons on the around screen to stop the wrong ones flashing up on ↵ | Struan Donald | 2013-05-29 | -0/+1 |
| | | | | initial load | |||
* | do not fix page height on around page as it upsets the map layout | Struan Donald | 2013-05-23 | -1/+0 |
| | ||||
* | make locating screen cover whole page | Struan Donald | 2013-05-23 | -0/+1 |
| | ||||
* | working my reports button and drafts count | Struan Donald | 2013-05-23 | -1/+1 |
| | ||||
* | make sign in/out button work | Struan Donald | 2013-05-23 | -1/+16 |
| | ||||
* | update around page to use new design | Struan Donald | 2013-05-21 | -0/+8 |
| | ||||
* | if app is goes offline while on the map then save the location of the | Struan Donald | 2013-04-25 | -0/+7 |
| | | | | | report even though it might not be a valid location as it's more annoying for the user to lose the location altogether | |||
* | need to convert lat/lon to correct projection for recentering map | Struan Donald | 2013-04-24 | -1/+2 |
| | ||||
* | basic login page and link from map screen | Struan Donald | 2013-04-24 | -0/+8 |
| |