| 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
|
|
|
|
| |
For consistency
|
| |
|
|
|
|
|
|
|
|
| |
Also update it when adding a photo to give an indication that adding the
photo was succesful. This is to remove any confusion about whether the
photo on the page has been added.
Fixes #130
|
|
|
|
|
|
|
| |
Just to make it obvious you need to click the confirmation link to set
activate the password
Fixes #124
|
|
|
|
| |
Fixes #96
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Add full stop at the end of all messages
try again -> try again later
|
| |
|
| |
|
| |
|
|
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
|