| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
| |
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
|