| Commit message (Expand) | Author | Age |
* | Update forward to be synchronous and ignore the reply | toasted-nutbread | 2020-04-07 |
* | Update some API handlers to be synchronous | toasted-nutbread | 2020-04-07 |
* | Add support for API handlers to be optionally asynchronous | toasted-nutbread | 2020-04-07 |
* | Pass AudioSystem instance to AnkiNoteBuilder constructor | toasted-nutbread | 2020-04-07 |
* | Move media injection functions into AnkiNoteBuilder | toasted-nutbread | 2020-04-07 |
* | Add custom context object for note creation | toasted-nutbread | 2020-04-06 |
* | Rename context to details | toasted-nutbread | 2020-04-06 |
* | Move dictionary import functionality into a new class | toasted-nutbread | 2020-03-30 |
* | Add importDictionary function to Backend | toasted-nutbread | 2020-03-30 |
* | Move database creation into Backend | toasted-nutbread | 2020-03-30 |
* | Convert Japanese utilities to a module-like style | toasted-nutbread | 2020-03-15 |
* | Update global declarations | toasted-nutbread | 2020-03-10 |
* | Merge pull request #401 from toasted-nutbread/audio-refactor | toasted-nutbread | 2020-03-10 |
|\ |
|
| * | Update argument order | toasted-nutbread | 2020-03-09 |
| * | Rename audio functions using "url" to use "uri" | toasted-nutbread | 2020-03-07 |
| * | Update how audio URIs are built | toasted-nutbread | 2020-03-07 |
| * | Make _audioInject internal to Backend | toasted-nutbread | 2020-03-07 |
* | | fix searchQueryUpdate | siikamiika | 2020-03-09 |
|/ |
|
* | Use dependency injection for apiTemplateRender | toasted-nutbread | 2020-03-07 |
* | Move Anki note generation functionality into a new class | toasted-nutbread | 2020-03-07 |
* | Use dependency injection for getAudioUri implementation | toasted-nutbread | 2020-03-07 |
* | Use AudioSystem in Backend | toasted-nutbread | 2020-03-07 |
* | Merge pull request #397 from toasted-nutbread/clipboard-monitor-refactor2 | toasted-nutbread | 2020-03-07 |
|\ |
|
| * | Use explicit dependency injection for ClipboardMonitor | toasted-nutbread | 2020-03-07 |
| * | Use events for ClipboardMonitor | toasted-nutbread | 2020-03-07 |
* | | Fix runtime.lastError error on startup in Firefox | toasted-nutbread | 2020-03-07 |
|/ |
|
* | fix return type | siikamiika | 2020-03-04 |
* | add missing runtime message for backendPrepared | siikamiika | 2020-03-03 |
* | prepare Backend for browser_action | siikamiika | 2020-03-02 |
* | fix Backend prepare issues in settings | siikamiika | 2020-03-02 |
* | fix Yomichan core message issues | siikamiika | 2020-03-02 |
* | ensure Backend prepare in other places | siikamiika | 2020-03-02 |
* | fix API calls when Backend isn't ready yet | siikamiika | 2020-03-02 |
* | simplify backend prepare | siikamiika | 2020-03-01 |
* | Load default Anki field templates from a file | toasted-nutbread | 2020-02-27 |
* | Use .bind instead of () => {} | toasted-nutbread | 2020-02-26 |
* | Move event handler definitions | toasted-nutbread | 2020-02-26 |
* | Use for of | toasted-nutbread | 2020-02-25 |
* | Changed type returned by apiTextParseMecab to avoid using for in | toasted-nutbread | 2020-02-25 |
* | fix opening options in new tab | siikamiika | 2020-02-26 |
* | Reject with a consistent error | toasted-nutbread | 2020-02-23 |
* | Add no-shadow | toasted-nutbread | 2020-02-22 |
* | Fix brace style issues | toasted-nutbread | 2020-02-22 |
* | Use findTerms instead of findTermsInternal | toasted-nutbread | 2020-02-22 |
* | Use a token to ensure that messages are coming from Yomichan | toasted-nutbread | 2020-02-17 |
* | Fix CSS injection on about:blank pages | toasted-nutbread | 2020-02-16 |
* | Allow apiInjectStylesheet to inject a URL | toasted-nutbread | 2020-02-16 |
* | Rename optionsUpdate event to optionsUpdated | toasted-nutbread | 2020-02-14 |
* | Remove unused handlebarsRenderStatic | toasted-nutbread | 2020-02-13 |
* | Define more globals | toasted-nutbread | 2020-02-11 |