aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/models/draft.js
Commit message (Collapse)AuthorAgeLines
* Translated "Untitled draft".translation-fixesMatthew Somerville2016-09-05-1/+1
|
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+58
| | | | | | | | 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-58/+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
* improve layout of drafts screen with icons to indicate if there is aStruan Donald2013-07-09-1/+1
| | | | | photo or location associated with the report. Also make the date a bit friendlier
* More explicable behaviour when you click cancel on the map screenStruan Donald2013-06-07-0/+13
| | | | | If the report only has location details then just throw them away, otherwise leave the report as a draft and then create a new draft
* use two digits for minutes in time on reports pageStruan Donald2013-04-25-1/+1
|
* add default draft description if there is no titleStruan Donald2013-04-22-0/+2
|
* use nth day rather than nth monthStruan Donald2013-04-22-1/+1
|
* use moment to add created date to drafts and display themStruan Donald2013-04-17-3/+18
|
* Trying to use the same model for both remote and localStorage wasStruan Donald2013-04-08-0/+28
involving all sorts of hackery so it's easier and cleaner to move to separate models for reports and drafts