| 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
|
|
|
|
| |
Fixes #153
|
| |
|
|
|
|
|
| |
Add some padding and shift the buttons down to accomodate the margin
otherwise the navigation bar is under the status bar
|
|
|
|
| |
just for clarity and ease of finding
|
|
|
|
| |
Logo still goes smaller but less annoying than the bounce
|
|
|
|
|
| |
If iOS7 set a class on the body and then use this to override various
styles as well as the position of the map
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This is hopefully to fix the rendering issues on the Galaxy S4.
See #116 for details
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
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
|
|
|
|
|
| |
Fixes issues with not being able to scroll on some parts of the screen.
Fixes #84
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
change from yellow tab to top right x button
Fixes #98
|
|
|
|
| |
Too much veritical space in error message before
|
|
|
|
|
|
|
| |
Warning to say that reports will not be sent to the council to avoid
confusion in advance of beta testing
Fixes #94
|
|
|
|
| |
It was overlapping with various on screen elements in an unhelpful way
|
|
|
|
| |
This prevents clicks on things 'behind' the help
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
Always available, slides in from the side (ish). Content
still a work in progress. Needs way to translate it.
For #92.
|
|
|
|
|
| |
Add a message and, if possible, a progress bar
For #87.
|
|
|
|
| |
Fixed #69.
|
| |
|
|\
| |
| |
| | |
ssh://git.mysociety.org/data/git/public/fixmystreet-mobile
|
| | |
|
| | |
|
|\|
| |
| |
| |
| |
| |
| | |
ssh://git.mysociety.org/data/git/public/fixmystreet-mobile
Conflicts:
src/css/fms.css
|
| |
| |
| |
| | |
For #69.
|
| |
| |
| |
| | |
Fixes #70.
|
|/ |
|
|
|
|
| |
pixalation on high-res screens
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
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
|