| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
| |
Required due to security issue
Remove Android directory as no longer required, move src -> www to match
standard layout, update .gitignore to avoid including the standard
platform files, update README based on Steve's zurich one
|
| |
|
|
|
|
|
| |
If iOS7 set a class on the body and then use this to override various
styles as well as the position of the map
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes #113 in that it means the user can move the screen to see
what fields are available. Previously this was prevented by setting the
adjustPan mode for the soft input mode which had fixed a bug with the
keyboard not dismissing on transition. This has been resolved by adding a
plugin for Android to control display of the soft keyboard and hiding
the keyboard before navigation in the navigate method of FMSView.
Sadly this then meant that the screen size was being measured *before*
the keyboard was dismissed with the result that the screen transitioned
too was incorrectly displayed. This was resolved by taking the screen
height on start up, storing that as a property of the FMS global object
and then using this property instead of measuring the screen size at the
time of transition.
The map has also been expanded to fill the whole screen rather than
stopping at the bottom of the navigation bar as on Android when you
scroll the screen the map does not scroll and the gap at the top was
visible.
|
|
|
|
|
| |
Replace console.log call to a wrapper function that only outputs if
we've set a flag in config.
|
|
|
|
| |
The big chunk of white space at the bottom doesn't look good
|
|
|
|
| |
Fixes #100
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This is so that the onClickButtonPrev method we eventually pass to
requires an event so without having this we were breaking this and
causing the back button to do nothing.
Fixes #68.
|
|
|
|
| |
backgroud GPS tracking on Android. Fixes #61
|
|
|
|
|
| |
mode otherwise it gets stuck in offline mode if it was there before
the pause
|
| |
|
| |
|
|
index.html restructure things so that the common files are a level down
and the platofrm specific ones are directly placed in the relevant
project. This both makes for less fuss and also avoids the error with
Android < v3 instantiating cordova twice.
Note that the iOS common assets are included by a build script rather
than a symlink as symlinking doesn't seem to agree with Xcode
|