Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'phonegap-better-password' | Struan Donald | 2012-10-23 | -140/+66 |
|\ | ||||
| * | 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 | -135/+17 |
| | | | | | | | | only use one page for sign in/sign out | |||
| * | Save login details when used in problem report | Struan Donald | 2012-10-18 | -11/+50 |
| | | | | | | | | | | change sign in page to store log in details add forget option to login page | |||
* | | sites are now hosted by bytemark | Struan Donald | 2012-10-22 | -1/+1 |
| | | ||||
* | | Merge remote-tracking branch 'origin/master' | Struan Donald | 2012-10-18 | -1/+0 |
|\ \ | |/ |/| | ||||
| * | A fix for the (bizarre) text entry problems on Android | Mark Longair | 2012-10-18 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a really very strange problem. When testing the application on an Android 2.3.5 device, there were two problems with the <input type="text"> box on the front page: * The left and right arrow keys wouldn't move within the text of the box - instead they would switch the focus highlight to another element. * Holding down the letter key to get a number (e.g. 'w' to get a '2') would end up with 'w2' being entered rather than just '2'. I couldn't reproduce this in a newly created project, so by introducing more and more of the code from the FixMyStreet phonegap app into that project isolated the problem to the CSS for an unrelated element. In short, the text input boxes will work correctly after removing 'position: fixed' from the mobile-info class. That class is only ever used in: <div class="mobile-info"> <a href="about.html">i</a> </div> Why this could possibly cause the problem above, I can't guess. However, removing it makes the Android application usable again, and we are shortly going to redesign the application in any case, so the sub-optimal position of the 'i' button is something we can live with. | |||
* | | userAgent -> navigator.userAgent | Struan Donald | 2012-10-18 | -1/+1 |
|/ | ||||
* | Automatically pick the right cordova-2.1.0.js | Mark Longair | 2012-10-18 | -5237/+25 |
| | ||||
* | update ios app to phonegap 2.1.0 | Struan Donald | 2012-10-17 | -1051/+577 |
| | ||||
* | Update Android to Phonegap 2.1 | Mark Longair | 2012-10-17 | -1128/+1842 |
| | | | | | | | In fact, this will break the iPhone version until that is updated to 2.1 as well. (The paths to cordova-?.?.?.jar in www have changed, and I've replaced the previously iOS www/cordova-1.8.0.js with the Android cordova-2.1.0.jar.) | |||
* | add building readme and both versions of cordova js library | Struan Donald | 2012-06-15 | -0/+10963 |
| | ||||
* | 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 | -54/+4 |
| | ||||
* | remove keep me signed in checkbox as it makes no sense | Struan Donald | 2012-06-15 | -5/+0 |
| | ||||
* | remove various unused files | Struan Donald | 2012-06-15 | -4/+0 |
| | ||||
* | tweak buttons to look a bit less web pagey | Struan Donald | 2012-06-14 | -0/+9 |
| | ||||
* | submit -> report on buttons | Struan Donald | 2012-06-14 | -2/+2 |
| | ||||
* | to use the camera you also need permission to write external storage | Struan Donald | 2012-06-14 | -1/+2 |
| | ||||
* | ICS does not seem to let you dismiss busy screen after page transition | Struan Donald | 2012-06-13 | -0/+8 |
| | ||||
* | make locate automatically link/button more prominent | Struan Donald | 2012-06-12 | -0/+19 |
| | ||||
* | Add in busy spinners | Struan Donald | 2012-06-11 | -20/+140 |
| | ||||
* | 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 |
| | ||||
* | upgrade to phonegap 1.8 | Struan Donald | 2012-06-08 | -4246/+5366 |
| | ||||
* | remove Android bin files in git | Struan Donald | 2012-06-08 | -0/+0 |
| | ||||
* | bring sprite.png up to date | Struan Donald | 2012-06-08 | -0/+0 |
| | ||||
* | lower the minimum API level | Struan Donald | 2012-06-08 | -2/+2 |
| | ||||
* | remove huge and unwanted image files | Struan Donald | 2012-06-07 | -0/+0 |
| | ||||
* | 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 |
| | ||||
* | mobile-nav-banner should be fixed and not mobile-map-banner as that breaks ↵ | Struan Donald | 2012-06-07 | -4/+1 |
| | | | | around page | |||
* | fixmystreet logo should not be a link | Struan Donald | 2012-06-07 | -10/+7 |
| | ||||
* | 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 |
| | ||||
* | tidy up sign in page a little | Struan Donald | 2012-06-06 | -3/+3 |
| | ||||
* | as it is a mobile device we want sign in to persist | Struan Donald | 2012-06-06 | -4/+0 |
| | ||||
* | basic connection checking functionality | Struan Donald | 2012-06-06 | -0/+88 |
| | ||||
* | sign out on map page does not take you away from form | Struan Donald | 2012-06-06 | -3/+35 |
| | ||||
* | whitespace and layout tidy up | Struan Donald | 2012-06-01 | -529/+365 |
| | ||||
* | inital pass at sign in/sign out functionality | Struan Donald | 2012-06-01 | -17/+845 |
| | ||||
* | 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 | -3/+17 |
| | | | | make sure we re-enable all submit buttons after photo upload error | |||
* | make non postcode locations work | Struan Donald | 2012-05-28 | -5/+16 |
| | ||||
* | ask for confirmation of details when user signs in | Struan Donald | 2012-05-28 | -7/+20 |
| | ||||
* | no scrolling on report created page either | Struan Donald | 2012-05-28 | -1/+1 |
| | ||||
* | prevent scrolling on front page on iPhone to make it a bit more app like | Struan Donald | 2012-05-28 | -3/+24 |
| | ||||
* | fix a few more places where we need FMS_URL | Struan Donald | 2012-05-25 | -3/+3 |
| | ||||
* | remove more unwanted includes | Struan Donald | 2012-05-25 | -9/+2 |
| |