| 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
|
| |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Make sure offline page is scrolled to top before it's displayed and also
hide drafts page to make avoid popup effects
Fixes #85
|
| |
|
|
|
|
|
| |
is for rather because locator.locate usually doesn't get an event and
it's silly to put a guard clause there
|
|
|
|
| |
it starting and immediately returning on the offline screen
|
|
|
|
|
| |
the alert box and then use own internal function to call this to ensure
consistency
|
| |
|
| |
|
|
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
|