n1474335
|
76a066ab74
|
The raw, unpresented dish is now returned to the app after baking, where it can be retrieved as various different data types.
|
2018-04-21 12:25:48 +01:00 |
|
n1474335
|
9b4fc3d3aa
|
Converted the core to ES modules
|
2018-03-26 23:14:23 +01:00 |
|
n1474335
|
f6b68f9880
|
Increased file overlay slice to 4096 for larger screen support
|
2018-02-12 13:57:01 +00:00 |
|
n1474335
|
f6b2783f8b
|
File overlays now show a blurred representation of the file in the background.
|
2018-02-09 16:26:39 +00:00 |
|
n1474335
|
2b703b2b9b
|
HTML outputs are now unescaped correctly when converted to a string
|
2018-01-25 16:25:19 +00:00 |
|
n1474335
|
50b24d9a56
|
Fixed no-trailing-space lint
|
2018-01-02 14:46:35 +00:00 |
|
n1474335
|
d079420d46
|
Added logging with configurable levels to make debugging easier.
|
2017-12-28 18:17:38 +00:00 |
|
n1474335
|
849d41ee56
|
Removed padLeft and padRight in favour of String.prototype.padStart and padEnd. 'To Hex' now supports ArrayBuffers.
|
2017-12-28 14:38:57 +00:00 |
|
n1474335
|
50e4daeaf2
|
Output info tidied up for file outputs
|
2017-12-27 23:05:32 +00:00 |
|
n1474335
|
e81122739b
|
Files can now be moved from the output to the input
|
2017-12-27 02:26:24 +00:00 |
|
n1474335
|
a0aa363203
|
Download filenames now persist
|
2017-12-27 02:01:17 +00:00 |
|
n1474335
|
bad0816115
|
Output files can be viewed in slices
|
2017-12-27 01:52:41 +00:00 |
|
n1474335
|
ff94172b3c
|
Output files can now be downloaded using FileSaver (supports large files ~500MB)
|
2017-12-26 01:32:51 +00:00 |
|
n1474335
|
af71ca6a25
|
Output over 1MiB is passed back as an ArrayBuffer and an output file card is displayed.
|
2017-12-26 00:44:40 +00:00 |
|
n1474335
|
0e7989111f
|
Removed CryptoJS from Utils.js. UTF8 conversion is now achieved with the much smaller and actively maintained utf8 library.
|
2017-12-25 23:11:52 +00:00 |
|
n1474335
|
1553b5f54b
|
Fixed lint
|
2017-10-23 17:32:36 +00:00 |
|
n1474335
|
d68523a54e
|
Added status message mechanism for the Worker to report to the app
|
2017-08-25 01:24:12 +01:00 |
|
n1474335
|
c460c2bf6b
|
Replaced hexToByteArray with fromHex and byteArrayToHex with toHex. Switched displayFilesAsHTML operation to use template strings and introduced markup formatting method.
|
2017-07-07 13:23:58 +00:00 |
|
bwhitn
|
4143bba89f
|
This adds the ability to move the file data from Utils.displayFilesAsHTML to the input.
|
2017-07-01 00:40:22 -04:00 |
|
Thomas Grainger
|
b365ce3195
|
fix the first 100 prefer-const errors
|
2017-05-03 00:41:01 +01:00 |
|
Thomas Grainger
|
b33f73ac9a
|
autofix no-var
|
2017-04-28 16:45:00 +01:00 |
|
n1474335
|
131b3a83c1
|
Converted all modules from CommonJS to ES6
|
2017-03-23 17:52:20 +00:00 |
|
n1474335
|
0f2a5014be
|
Restructured src files into a more logical hierarchy
|
2017-03-23 00:33:40 +00:00 |
|