aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/offline.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+160
| | | | | | | | 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
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-140/+0
| | | | | | | | | | 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
* event for canceling offline geolocationStruan Donald2013-07-08-0/+5
|
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-6/+6
|
* even if we fail to delete a draft behave as if it worked for nowStruan Donald2013-05-20-0/+1
|
* make sure offline page next button had correct text when initially displayedStruan Donald2013-04-25-0/+1
|
* set and clear currentDraft details via methods on FMS object to ensure ↵Struan Donald2013-04-22-4/+2
| | | | consistency
* change the next button text to reflect if we are saving the report or skippingStruan Donald2013-04-22-1/+11
|
* do not save blank offline reportsStruan Donald2013-04-22-1/+26
|
* reduce decimal places on position confirmationStruan Donald2013-04-22-1/+1
|
* add a geolocate button and geolocate functionality to offline report pageStruan Donald2013-04-22-2/+20
|
* if no internet connection then allow the user to create an offlineStruan Donald2013-04-12-0/+82
report with a title, details and a photo Alter the checking for in progress reports not to require a location as offline reports might not have one Also add a holding page for a users reports