Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move util database modification functions (#499) | toasted-nutbread | 2020-05-06 |
| | | | | | | | | | | | | | | | | | | | * Update onProgress callback to handle multiple arguments * Add apiImportDictionaryArchive * Add apiDeleteDictionary * Make onProgress the last argument for consistency * Remove deprecated util functions * Fix issue with missing progress args * Remove function calls which modify the database from Translator * Update tests * Fix errors not being serialized correctly in _createActionListenerPort | ||
* | Rename loadImage to loadImageBase64 for clarity | toasted-nutbread | 2020-04-19 |
| | |||
* | Use 'content' instead of 'source' to contain media file data | toasted-nutbread | 2020-04-19 |
| | |||
* | Add support for importing and storing media files | toasted-nutbread | 2020-04-18 |
| | |||
* | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
| | | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) | ||
* | Merge pull request #434 from toasted-nutbread/error-fixes | toasted-nutbread | 2020-04-07 |
|\ | | | | | Error fixes | ||
| * | Fix error reporting during dictionary import | toasted-nutbread | 2020-04-05 |
| | | |||
* | | Store new dictionary data | toasted-nutbread | 2020-04-05 |
|/ | |||
* | Move dictionary import functionality into a new class | toasted-nutbread | 2020-03-30 |