| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Fixes #102
|
|
|
|
|
| |
Removes problems with starting one type of submission, going back and
the state not being properly cleared
|
|
|
|
| |
The big chunk of white space at the bottom doesn't look good
|
|
|
|
| |
Fixes #100
|
|
|
|
| |
Otherwise they are still there if you are asked to confirm your name
|
| |
|
|
|
|
| |
Fixes #96
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Warning to say that reports will not be sent to the council to avoid
confusion in advance of beta testing
Fixes #94
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
For the reduction of duplicate code
|
| |
|
| |
|
|
|
|
| |
This prevents clicks on things 'behind' the help
|
|
|
|
| |
Rather than hard coding it into index.html. Loaded by the help init code
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Also record when help has been viewed so we don't display it again.
For #92.
|
|
|
|
|
|
|
| |
Always available, slides in from the side (ish). Content
still a work in progress. Needs way to translate it.
For #92.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Add a message and, if possible, a progress bar
For #87.
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Make sure offline page is scrolled to top before it's displayed and also
hide drafts page to make avoid popup effects
Fixes #85
|
| |
|
|
|
|
|
|
| |
as you only every get to this page from the map it looks weird to
transition to the map page and then almost immediately do another
transition to the offline page so don't bother
|
| |
|
|
|
|
|
|
|
|
| |
Becuase we don't save drafts that are only a location once you remove
the photo from a report that only has a location and a photo that change
isn't saved as it becomes a report with only a location hence add a
force option so saveCurrentDrafts and use it when removing a photo.
Fixes #86
|
|
|
|
|
|
| |
Now we hide the placeholder image to stop jerky resizing
Also display a busy indicator so the user knows something is happening
Fixes #83 after a fashion.
|
|
|
|
|
| |
Otherwise when the inital search fails bluring the search box removes
the errors which doesn't seem very helpful
|
|
|
|
| |
Fixed #69.
|
| |
|
|
|
|
| |
Fixes #82
|
|
|
|
|
|
| |
Don't stop listening to all locator events as that stops the current
location GPS function working.
Fixes #80.
|
| |
|
|
|
|
|
|
|
| |
Hide start blurb and replace with errors in order to stop the screen
getting too long.
Fixes #77.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
If recentering the map moves the crosshair position to somewhere
different to the current report location then display the reposition
button. Includes small margin of error for GPS noise etc.
Fixes #75
|
| |
| |
| |
| |
| | |
Insist on a space somewhere in the name to match server side rules.
Fixes #76
|
|/
|
|
| |
Fixes #78
|
| |
|
|
|
|
|
| |
Add full stop at the end of all messages
try again -> try again later
|
|
|
|
|
|
|
|
| |
Hide the list of reports to stop the weird popup things and start off
the map change before we navigate to the map screen as it then looks
part of the same action rather than transition followed by map move.
Fixes #72
|