Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Remove references to unused icons | Struan Donald | 2013-10-03 | -5/+0 | |
| | | | | App store validation objects otherwise | ||||
* | Do not focus on search box on first load | Struan Donald | 2013-10-03 | -1/+5 | |
| | | | | The cursor shows through the help overlay | ||||
* | Sigh, this time I think I've wrangled the icons correctly in Xcode | Struan Donald | 2013-10-02 | -16/+66 | |
| | |||||
* | Do some shuffling to fix icon issues on iOS | Struan Donald | 2013-10-01 | -24/+13 | |
| | |||||
* | upgrade project files to Xcode 5 | Struan Donald | 2013-10-01 | -5/+24 | |
| | |||||
* | Fix grey bar at bottom of locating screen in iOS 7 | Struan Donald | 2013-10-01 | -0/+3 | |
| | |||||
* | Fix fixed position navigation bar on iOS 7 | Struan Donald | 2013-10-01 | -0/+9 | |
| | | | | | Add some padding and shift the buttons down to accomodate the margin otherwise the navigation bar is under the status bar | ||||
* | move ios 7 css tweaks to own 'section' of css | Struan Donald | 2013-10-01 | -24/+27 | |
| | | | | just for clarity and ease of finding | ||||
* | Add in additional icon sizes for iOS 7 | Struan Donald | 2013-09-30 | -1/+17 | |
| | | | | new app icon plus spotlight and settings icons | ||||
* | bump Android build number | Struan Donald | 2013-09-27 | -1/+1 | |
| | |||||
* | Update minimum android version to Jelly Bean | Struan Donald | 2013-09-27 | -1/+1 | |
| | |||||
* | xcode 5 project file updates | Struan Donald | 2013-09-27 | -2/+0 | |
| | |||||
* | Stop iOS 7 splashscreen bounce | Struan Donald | 2013-09-27 | -1/+4 | |
| | | | | Saves an upgrade to Phonegap 3.0 | ||||
* | Fix iOS splash screen -> locating screen bounce | Struan Donald | 2013-09-27 | -6/+1 | |
| | | | | Logo still goes smaller but less annoying than the bounce | ||||
* | Fix iOS 7 display to clear scroll bar | Struan Donald | 2013-09-26 | -2/+43 | |
| | | | | | If iOS7 set a class on the body and then use this to override various styles as well as the position of the map | ||||
* | bump build numbers | Struan Donald | 2013-09-25 | -1/+1 | |
| | |||||
* | update android white list | Struan Donald | 2013-09-25 | -1/+1 | |
| | |||||
* | Restrict to latest version of android | Struan Donald | 2013-09-25 | -2/+2 | |
| | | | | For soft launch strategy | ||||
* | Make latest Android version the target version | Struan Donald | 2013-09-25 | -1/+1 | |
| | |||||
* | Give main class a better name for neatness | Struan Donald | 2013-09-25 | -2/+2 | |
| | |||||
* | Fully qualify android activity name | Struan Donald | 2013-09-25 | -1/+1 | |
| | |||||
* | Target an up to date version of android | Struan Donald | 2013-09-24 | -1/+1 | |
| | |||||
* | put uses-feature camera in correct place | Struan Donald | 2013-09-24 | -1/+1 | |
| | |||||
* | Reduce the size of the photos we use | Struan Donald | 2013-09-24 | -2/+4 | |
| | | | | | This helps to stop crashes on Android when taking photos due to out of memory issues | ||||
* | split out photo option setting to a method | Struan Donald | 2013-09-24 | -2/+26 | |
| | | | | To remove duplication of option setting | ||||
* | Update android manifest in line with phonegap recommendations | Struan Donald | 2013-09-24 | -1/+2 | |
| | | | | Mostly to prevent restarts on returning from the camera | ||||
* | Save the current user as we go | Struan Donald | 2013-09-19 | -0/+6 | |
| | | | | | | | This means that if something happens to interrupt the reporting process then any user details entered are not frustrating lost. Fixes #140 | ||||
* | Change initial map page if locating draft with no location | Struan Donald | 2013-09-18 | -19/+45 | |
| | | | | | | | | Only display the cancel button in the toolbar, use a different button with different text to indicate you are adding a location to an existing report Fixes #138 | ||||
* | Do not show relocate if search errors visible | Struan Donald | 2013-09-18 | -1/+3 | |
| | | | | Fixes #136 | ||||
* | clear search errors when starting new report | Struan Donald | 2013-09-18 | -0/+1 | |
| | | | | Fixes #136 | ||||
* | bump build numbers | Struan Donald | 2013-09-18 | -2/+2 | |
| | |||||
* | Limit to Android 3.0 and above | Struan Donald | 2013-09-18 | -1/+1 | |
| | | | | | At the moment there's a lot of glitches on Android 2 so initially restrict to Android 3+ as that seems reasonably stable | ||||
* | remove example android config for tidyness | Struan Donald | 2013-09-18 | -7/+0 | |
| | |||||
* | Add an android error page | Struan Donald | 2013-09-18 | -0/+18 | |
| | | | | | Slightly less jarring than a dialog if something goes wrong during app startup | ||||
* | Remove android splash screen | Struan Donald | 2013-09-18 | -3/+0 | |
| | | | | | It doesn't add anything other than a moment of possibly distorted logo so we might as well get rid of it | ||||
* | Send 0 or 1 to server for may_show name | Struan Donald | 2013-09-18 | -1/+1 | |
| | | | | | Otherwise may_show_name is always set to true on server Fixes #135 | ||||
* | Save last show name publicly status | Struan Donald | 2013-09-17 | -17/+20 | |
| | | | | | | | Stops people who never want to show their name having to click the option every time. Fixes #134 | ||||
* | Location instead of position | Struan Donald | 2013-09-16 | -10/+10 | |
| | | | | For consistency | ||||
* | remove debug code | Struan Donald | 2013-09-16 | -1/+0 | |
| | |||||
* | Remove hardcoded position result strings from offline page | Struan Donald | 2013-09-16 | -26/+46 | |
| | |||||
* | remove translate3d CSS calls for android phones | Struan Donald | 2013-09-16 | -2/+19 | |
| | | | | | | This is hopefully to fix the rendering issues on the Galaxy S4. See #116 for details | ||||
* | Add explanation text to offline locating screen | Struan Donald | 2013-09-16 | -28/+36 | |
| | | | | Fixes #132 | ||||
* | Indicate locating is optional on offline screen | Struan Donald | 2013-09-16 | -6/+6 | |
| | | | | | | Just add extra text to the button. Fixes #131 | ||||
* | Change photo page title if report has a photo | Struan Donald | 2013-09-16 | -24/+68 | |
| | | | | | | | | Also update it when adding a photo to give an indication that adding the photo was succesful. This is to remove any confusion about whether the photo on the page has been added. Fixes #130 | ||||
* | Resolve details screen scrolling issues on Android 2 | Struan Donald | 2013-09-13 | -0/+15 | |
| | | | | | | | | | Set Android 2 to use adjustPan when the soft keyboard is visible as this stops the details screen scrolling in such a way that the cursor is off the top of the screen. Leave the default for other versions as then the screen is scrollable. Fixes #128 | ||||
* | Make sure help 'dialog' is modal | Struan Donald | 2013-09-12 | -0/+2 | |
| | | | | | | | | Both by setting the height of the container to 100% so it always covers the screen and also by adding a transparent background to emphasise that it's covering the screen. Fixes #127 | ||||
* | Add forgotten my password question to help | Struan Donald | 2013-09-12 | -0/+5 | |
| | |||||
* | Add note about confirmation to login errors | Struan Donald | 2013-09-12 | -10/+12 | |
| | | | | | | | Just to make it obvious you need to click the confirmation link to set activate the password Fixes #124 | ||||
* | Add hint text to set password page | Struan Donald | 2013-09-12 | -12/+28 | |
| | | | | | | | Mostly to make the user realise that they need to click the link in the confirmation email to activate the password. Fixes #125 | ||||
* | prevent map zoom snapback effect | Struan Donald | 2013-09-11 | -0/+25 | |
| | | | | | | | | | | Overload PinchZoom control to check if we are at the limits of zoom and if so ignore any pinch zoom that tries to go past those limits. This stops the visual glitch of the zoom sort of working and then snaping back and also gives a visual indication of when the zoom limits have been reached. Fixes #118 |