aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/strings.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-56/+0
| | | | | | | | 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
* Location instead of positionStruan Donald2013-09-16-2/+2
| | | | For consistency
* Remove hardcoded position result strings from offline pageStruan Donald2013-09-16-0/+2
|
* Change photo page title if report has a photoStruan Donald2013-09-16-0/+1
| | | | | | | | 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
* Add note about confirmation to login errorsStruan Donald2013-09-12-2/+2
| | | | | | | Just to make it obvious you need to click the confirmation link to set activate the password Fixes #124
* Improve geolocation failed error messageStruan Donald2013-08-15-1/+1
| | | | Fixes #96
* Remove hardcoded location search placeholder textStruan Donald2013-08-09-0/+1
|
* Remove hardcoded submission error dialog button stringsStruan Donald2013-08-09-0/+2
|
* Put in place timeout for file uploadStruan Donald2013-08-09-0/+1
| | | | | | | 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
* Do not hard code image uploading messageStruan Donald2013-08-09-0/+1
|
* Make message strings a bit more consistentStruan Donald2013-08-02-8/+8
| | | | | Add full stop at the end of all messages try again -> try again later
* correct typoStruan Donald2013-07-17-1/+1
|
* If the category extras lookup fails display error. Fixes #48.Struan Donald2013-07-16-0/+1
|
* If location check fails display an error. Fixes #47.Struan Donald2013-07-16-1/+1
|
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-0/+47
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