aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/views/existing.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+50
| | | | | | | | 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-46/+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
* set existing page height using minimum heightStruan Donald2013-07-09-0/+4
|
* cancel event propogation for existing report buttonsStruan Donald2013-06-11-3/+6
|
* replace click with vclick as speeds up response to events on iOSStruan Donald2013-06-06-3/+3
|
* make locating screen cover whole pageStruan Donald2013-05-23-0/+1
|
* even if we fail to delete a draft behave as if it worked for nowStruan Donald2013-05-20-0/+1
|
* when we discard an in progress draft on startup make sure we do it properlyStruan Donald2013-04-22-0/+1
|
* set and clear currentDraft details via methods on FMS object to ensure ↵Struan Donald2013-04-22-4/+3
| | | | consistency
* add a save report option to use existing report pageStruan Donald2013-04-22-0/+7
|
* move removeDraft functionality to main object and use that elsewhereStruan Donald2013-04-16-14/+6
|
* clean up properly if we are discarding the current draftStruan Donald2013-04-11-1/+13
|
* if the user has a saved report then ask them if they want to use thatStruan Donald2013-04-09-0/+26
when they start the app