| Commit message (Collapse) | Author | Age | Lines |
... | |
|
|
|
|
|
|
|
|
| |
This should both stop issues with memory on phones and also reduce
upload size. Will cause upscaling on phones with < 3MP cameras.
3MP picked as a compromise between quality and file size.
Should fix #121
|
|
|
|
| |
Stops it appearing on the screen before the photo and looking odd
|
|
|
|
|
| |
Replace console.log call to a wrapper function that only outputs if
we've set a flag in config.
|
| |
|
|
|
|
|
|
|
|
| |
On the inital screens the android back button should quit the app, or if
on the map screen and you've started a report it should cancel it. Add
in a default back method to FMSView and an override method for the map,
exising report and offline screens
Fixes #117
|
|
|
|
|
|
|
|
|
| |
As the front page only serves to work out what to do on load we should
never set the currentView to front-page. However, due to execution order
what actually happens is that the navigation to the front page completes
after the navigation to the actual page displayed. This means that the
incorrect currentView is set and the easiest way to fix is to prevent
the currentView being set to the front page
|
|
|
|
|
| |
Results in much neater scaling
For #115
|
|
|
|
| |
Fixes #90
|
| |
|
|
|
|
|
|
|
| |
To stop it accidentally being mistaken for the next action button move
the photo button to be a red X button in the lower right corner of the
photo.
Fixes #112
|
|
|
|
|
| |
Mostly cut down on verbiage and tighten things up a little
For #114
|
|
|
|
|
|
| |
Bump build numbers
Restrict to iPhone only
Add test site to whitelist
|
| |
|
|
|
|
|
| |
If the locating screen isn't visible then the locating process has
stopped so we should stop trying to update the progress indicator
|
|
|
|
|
| |
Fixes issues with not being able to scroll on some parts of the screen.
Fixes #84
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Fixes #104
|
|
|
|
| |
Link is inconsistent with the rest of the app.
|
|
|
|
| |
For clarity
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
change from yellow tab to top right x button
Fixes #98
|
| |
|
|
|
|
| |
Otherwise they are still there if you are asked to confirm your name
|
|
|
|
| |
Too much veritical space in error message before
|
| |
|
|
|
|
| |
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
|
|
|
|
| |
It was overlapping with various on screen elements in an unhelpful way
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|