aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Tidy up help text a bitStruan Donald2013-08-21-16/+11
| | | | | Mostly cut down on verbiage and tighten things up a little For #114
* Changes for beta testingStruan Donald2013-08-20-6/+6
| | | | | | Bump build numbers Restrict to iPhone only Add test site to whitelist
* bump version numbersStruan Donald2013-08-20-2/+2
|
* Stop running locate progress indicator when hiddenStruan Donald2013-08-20-0/+3
| | | | | If the locating screen isn't visible then the locating process has stopped so we should stop trying to update the progress indicator
* Allow pointer events for offline page contentStruan Donald2013-08-20-0/+6
| | | | | Fixes issues with not being able to scroll on some parts of the screen. Fixes #84
* Only call content hide before displaying pageStruan Donald2013-08-20-2/+6
| | | | | | | Previously the content hiding code was also called when you left either of the text fields which meant that when you e.g. dimissed the keyboard the page content vanished. Fixes #103
* Add text to clarify how to send draft reportsStruan Donald2013-08-20-4/+20
| | | | Fixes #104
* Replace view report link with a button on final screenconfirm-screen-buttonsStruan Donald2013-08-20-2/+9
| | | | Link is inconsistent with the rest of the app.
* Add a start new report button to final screenStruan Donald2013-08-20-19/+38
| | | | For clarity
* fixup! Remove next button from confirm location screenStruan Donald2013-08-20-1/+0
|
* Remove next button from confirm location screenStruan Donald2013-08-20-7/+2
| | | | | | | Potentially confusing to user that there is a confirm location and a next button and as they do the same remove the most ambigously titled one. Fixes #105
* add in missing help templateStruan Donald2013-08-19-0/+8
|
* Remember user's name once enteredStruan Donald2013-08-19-0/+4
| | | | Fixes #102
* Reset submission type on choices screenStruan Donald2013-08-19-1/+6
| | | | | Removes problems with starting one type of submission, going back and the state not being properly cleared
* Do not make initial help full heightStruan Donald2013-08-19-4/+14
| | | | The big chunk of white space at the bottom doesn't look good
* Shorter intro help textStruan Donald2013-08-19-8/+13
| | | | Fixes #100
* make help dismiss button more obviousStruan Donald2013-08-19-8/+17
| | | | | change from yellow tab to top right x button Fixes #98
* bump build numbersStruan Donald2013-08-16-2/+2
|
* Hide errors on submit login password pageStruan Donald2013-08-16-0/+2
| | | | Otherwise they are still there if you are asked to confirm your name
* Reduce location error message margins for better displayStruan Donald2013-08-15-0/+4
| | | | Too much veritical space in error message before
* Correctly close location error message tagStruan Donald2013-08-15-1/+2
|
* Improve geolocation failed error messageStruan Donald2013-08-15-14/+14
| | | | Fixes #96
* Geolocation error was never shown if accuracy check failedStruan Donald2013-08-15-3/+2
| | | | | | If we got a geolocation fix but not one that met the accuracy check then the locating screen was being hidden but the error message was never being displayed.
* Add in test version warning to initial map pageStruan Donald2013-08-15-8/+47
| | | | | | | Warning to say that reports will not be sent to the council to avoid confusion in advance of beta testing Fixes #94
* Fix android 2 scrolling caused by helpStruan Donald2013-08-15-1/+4
| | | | | | | Because the help overlay is not fixed height in android 2 it was causing the screen to be scrollable. Fixed by only showing the help when we actually need to display it and setting it to hidden the rest of the time
* move help 'button' down the pageStruan Donald2013-08-15-1/+1
| | | | It was overlapping with various on screen elements in an unhelpful way
* missing template filehelp-panelStruan Donald2013-08-15-0/+60
|
* Better name and even less duplicate code for first time help displayStruan Donald2013-08-14-10/+7
|
* Refactor first time help showing code to a methodStruan Donald2013-08-14-4/+7
| | | | For the reduction of duplicate code
* remove debug outputStruan Donald2013-08-14-4/+0
|
* improve post help show callback readabilityStruan Donald2013-08-14-1/+5
|
* change help panel to overlay whole pageStruan Donald2013-08-14-13/+22
| | | | This prevents clicks on things 'behind' the help
* move help content to a templateStruan Donald2013-08-14-61/+4
| | | | Rather than hard coding it into index.html. Loaded by the help init code
* Tweak help panel to work on Android 2Struan Donald2013-08-13-5/+22
| | | | | | | Android 2 doesn't support overflow: scroll so instead make the panel full screen so you are scrolling what seems to be the screen. This means we need to reset scrollTop before hiding it as otherwise the underlying page is also scrolled.
* Scroll help to top once dismissedStruan Donald2013-08-13-1/+1
| | | | | Not sure if this is the correct thing to do but having the help re-appear scrolled to where you left it doesn't feel right.
* Display help the first time the app is runStruan Donald2013-08-12-0/+20
| | | | | | Also record when help has been viewed so we don't display it again. For #92.
* Add a help panel and buttons to access itStruan Donald2013-08-12-0/+164
| | | | | | | Always available, slides in from the side (ish). Content still a work in progress. Needs way to translate it. For #92.
* updated provisioning profileStruan Donald2013-08-12-2/+2
|
* bump build numbersStruan Donald2013-08-12-2/+2
|
* fix missing ]Struan Donald2013-08-12-1/+1
|
* Remove hardcoded location search placeholder textStruan Donald2013-08-09-49/+59
|
* Remove hardcoded submission error dialog button stringsStruan Donald2013-08-09-9/+21
|
* relocate icon is displayed using background-imageStruan Donald2013-08-09-1/+1
|
* make photo upload timeout configurableStruan Donald2013-08-09-2/+6
|
* Put in place timeout for file uploadStruan Donald2013-08-09-24/+73
| | | | | | | A timeout mechanism that checks that the file is uploading and if not then bails out, and even if it is bails out after 2 minutes Fixes #87
* Do not hard code image uploading messageStruan Donald2013-08-09-8/+18
|
* Better feedback when submitting imagesStruan Donald2013-08-08-1/+32
| | | | | Add a message and, if possible, a progress bar For #87.
* Reset submission type if confirming by emailStruan Donald2013-08-08-0/+1
| | | | | | Prevents the app form attempting to log you in if you've attempted password login, it's failed and you've gone back to email confirmation. Fixes #88
* bump build numbersStruan Donald2013-08-08-2/+2
|
* Fix glitchy drafts to offline transitionStruan Donald2013-08-07-0/+20
| | | | | | | Make sure offline page is scrolled to top before it's displayed and also hide drafts page to make avoid popup effects Fixes #85