| 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
|
|
|
|
|
| |
Yet another place where we confirm the name and hence need to confirm
the title if required
|
|
|
|
| |
Fixes #159
|
|
|
|
|
|
|
| |
This means that if something happens to interrupt the reporting process
then any user details entered are not frustrating lost.
Fixes #140
|
|
|
|
|
|
|
| |
Stops people who never want to show their name having to click the
option every time.
Fixes #134
|
|
|
|
|
| |
Replace console.log call to a wrapper function that only outputs if
we've set a flag in config.
|
| |
|
|
|
|
| |
Fixes #102
|
|
|
|
|
| |
Removes problems with starting one type of submission, going back and
the state not being properly cleared
|
|
|
|
| |
Otherwise they are still there if you are asked to confirm your name
|
| |
|
| |
|
|
|
|
|
|
|
| |
A timeout mechanism that checks that the file is uploading and
if not then bails out, and even if it is bails out after 2 minutes
Fixes #87
|
|
|
|
|
|
| |
Prevents the app form attempting to log you in if you've attempted
password login, it's failed and you've gone back to email confirmation.
Fixes #88
|
|
|
|
| |
Fixes #82
|
|
|
|
|
|
|
| |
Hide start blurb and replace with errors in order to stop the screen
getting too long.
Fixes #77.
|
|
|
|
|
| |
Insist on a space somewhere in the name to match server side rules.
Fixes #76
|
|
|
|
| |
Fixes #78
|
|
|
|
|
| |
Rather that just please retry offer user ability to either save the
report for later or to try again.
|
|
|
|
|
| |
the alert box and then use own internal function to call this to ensure
consistency
|
|
|
|
|
|
|
| |
which means we change page. However, it does this outside the report
model so we set a success flag on the report and then check for that in
the sync event handler to make sure it's a genuine report sync event.
Fixes #59.
|
| |
|
|
|
|
| |
Fix submit password screen to use this. Fixes #42
|
|
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
|