Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |
| | | ||||
* | | add and display date for saved reports | Struan Donald | 2012-11-01 | -2/+11 |
| | | ||||
* | | correctly display submit buttons on submit page if saved account details | Struan Donald | 2012-10-31 | -1/+9 |
| | | ||||
* | | display contents of saved reports | Struan Donald | 2012-10-30 | -21/+43 |
| | | ||||
* | | save details of photos taken with a report | Struan Donald | 2012-10-29 | -1/+10 |
| | | ||||
* | | actually save the reports to local storage | Struan Donald | 2012-10-29 | -0/+1 |
| | | ||||
* | | inital basic POC of saving reports | Struan Donald | 2012-10-29 | -1/+67 |
| | | ||||
* | | fix display of account screen | Struan Donald | 2012-10-29 | -3/+5 |
| | | ||||
* | | remove more unused code | Struan Donald | 2012-10-29 | -17/+0 |
| | | ||||
* | | improve map display | Struan Donald | 2012-10-26 | -102/+42 |
| | | ||||
* | | Remove hand rolled busy spinner as jquery mobile has built in one | Struan Donald | 2012-10-26 | -44/+5 |
| | | | | | | | | switch to using jquery mobile page navigation everywhere | |||
* | | make sure we do not add multiple form name error messages | Struan Donald | 2012-10-26 | -1/+5 |
| | | ||||
* | | move the report url generation into a pageshow handler | Struan Donald | 2012-10-26 | -0/+5 |
| | | ||||
* | | tie the locate me automatically button to front page pageshow event | Struan Donald | 2012-10-26 | -6/+8 |
| | | ||||
* | | do not keep adding locate me automatically buttons | Struan Donald | 2012-10-24 | -1/+1 |
| | | ||||
* | | tweaks to make form submission work with jquery mobile | Struan Donald | 2012-10-24 | -0/+2 |
| | | ||||
* | | Work in progress converstion to use Jquery mobile | Struan Donald | 2012-10-24 | -7/+74 |
|/ | | | | | Problem submission doesn't work yet and still some look and feel work to be done | |||
* | Clear password and email field after succesful sign in | Struan Donald | 2012-10-19 | -0/+5 |
| | | | | blur fields to make sure ios virtual keyboard is dismissed | |||
* | change sign in/sign out to be an account page | Struan Donald | 2012-10-19 | -47/+9 |
| | | | | only use one page for sign in/sign out | |||
* | Save login details when used in problem report | Struan Donald | 2012-10-18 | -7/+42 |
| | | | | | change sign in page to store log in details add forget option to login page | |||
* | add example phonegap app config file | Struan Donald | 2012-06-15 | -0/+5 |
| | ||||
* | fix jslint issues and remove unused js files | Struan Donald | 2012-06-15 | -4/+4 |
| | ||||
* | remove various unused files | Struan Donald | 2012-06-15 | -4/+0 |
| | ||||
* | ICS does not seem to let you dismiss busy screen after page transition | Struan Donald | 2012-06-13 | -0/+8 |
| | ||||
* | Add in busy spinners | Struan Donald | 2012-06-11 | -19/+48 |
| | ||||
* | move page loading functions to onDeviceReady to stop phone gap unavailable ↵ | Struan Donald | 2012-06-11 | -10/+8 |
| | | | | errors | |||
* | FileTransfer does not seem to URI decode things which breaks JSON parsing | Struan Donald | 2012-06-11 | -4/+9 |
| | | | | Also need to set chunkedMode to false otherwise upload fails on android | |||
* | basic busy indicator things for Android | Struan Donald | 2012-06-08 | -13/+17 |
| | ||||
* | android emulator caches gets so add time to end to stop this | Struan Donald | 2012-06-07 | -3/+3 |
| | ||||
* | do not update user meta if we are logging out | Struan Donald | 2012-06-07 | -1/+1 |
| | ||||
* | only do signed in actions if actually signed in | Struan Donald | 2012-06-06 | -10/+12 |
| | ||||
* | display error for failed sign in | Struan Donald | 2012-06-06 | -1/+2 |
| | ||||
* | basic connection checking functionality | Struan Donald | 2012-06-06 | -0/+10 |
| | ||||
* | sign out on map page does not take you away from form | Struan Donald | 2012-06-06 | -3/+33 |
| | ||||
* | whitespace and layout tidy up | Struan Donald | 2012-06-01 | -8/+7 |
| | ||||
* | inital pass at sign in/sign out functionality | Struan Donald | 2012-06-01 | -2/+576 |
| | ||||
* | display check details message when logging in and submiting an photo | Struan Donald | 2012-05-31 | -13/+21 |
| | ||||
* | properly parse response back when submitting a report with a photo | Struan Donald | 2012-05-30 | -2/+14 |
| | | | | make sure we re-enable all submit buttons after photo upload error | |||
* | make non postcode locations work | Struan Donald | 2012-05-28 | -5/+6 |
| | ||||
* | ask for confirmation of details when user signs in | Struan Donald | 2012-05-28 | -1/+12 |
| | ||||
* | prevent scrolling on front page on iPhone to make it a bit more app like | Struan Donald | 2012-05-28 | -0/+4 |
| | ||||
* | fix a few more places where we need FMS_URL | Struan Donald | 2012-05-25 | -3/+3 |
| | ||||
* | do not submit form from validation handler | Struan Donald | 2012-05-25 | -1/+4 |
| |