summaryrefslogtreecommitdiff
path: root/ext/mixed
Commit message (Collapse)AuthorAge
* Merge pull request #408 from toasted-nutbread/use-code-pointtoasted-nutbread2020-03-10
|\ | | | | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint
| * Replace charCodeAt and fromCharCode with codePointAt and fromCodePointtoasted-nutbread2020-03-09
| |
* | Rename audio functions using "url" to use "uri"toasted-nutbread2020-03-07
|/
* Move stringReplaceAsynctoasted-nutbread2020-03-07
| | | | | It is only used in AnkiNoteBuilder and it was originally created for this purpose.
* Rename audio.js to audio-system.jstoasted-nutbread2020-03-07
|
* Rename functiontoasted-nutbread2020-03-07
|
* Use dependency injection for getAudioUri implementationtoasted-nutbread2020-03-07
|
* Remove old APIstoasted-nutbread2020-03-07
|
* Use AudioSystem in Displaytoasted-nutbread2020-03-07
|
* Create new AudioSystem classtoasted-nutbread2020-03-07
|
* trigger yomichanCoreReady only when preparingsiikamiika2020-03-02
|
* fix Yomichan core message issuessiikamiika2020-03-02
|
* ensure Backend prepare in other placessiikamiika2020-03-02
|
* fix API calls when Backend isn't ready yetsiikamiika2020-03-02
|
* Fix audio buttons not being hidden properlytoasted-nutbread2020-03-01
|
* Merge pull request #380 from toasted-nutbread/anki-templates-filetoasted-nutbread2020-03-01
|\ | | | | Load default Anki field templates from a file
| * Load default Anki field templates from a filetoasted-nutbread2020-02-27
| |
* | Increase z-index for navigation-headertoasted-nutbread2020-03-01
|/
* Use .bind instead of () => {}toasted-nutbread2020-02-26
|
* Move event handler definitionstoasted-nutbread2020-02-26
|
* Fix noteUsesScreenshot not checking modetoasted-nutbread2020-02-25
|
* Use for oftoasted-nutbread2020-02-25
|
* Use for oftoasted-nutbread2020-02-25
|
* Update stylestoasted-nutbread2020-02-25
|
* temporarily disable navigation header mouse wheelsiikamiika2020-02-24
| | | | Unblock release #355, #376
* Remove unusedtoasted-nutbread2020-02-23
|
* Use TemplateHandler for DisplayGeneratortoasted-nutbread2020-02-23
|
* Add no-shadowtoasted-nutbread2020-02-22
|
* Fix indentationtoasted-nutbread2020-02-22
|
* Fix block paddingtoasted-nutbread2020-02-22
|
* Replace getIndexOfTouch with getTouchtoasted-nutbread2020-02-22
|
* Use URLSearchParamstoasted-nutbread2020-02-22
|
* Use a token to ensure that messages are coming from Yomichantoasted-nutbread2020-02-17
|
* Allow apiInjectStylesheet to inject a URLtoasted-nutbread2020-02-16
|
* Create EventListenerCollection classtoasted-nutbread2020-02-16
|
* Move generateId functiontoasted-nutbread2020-02-16
|
* Use consistent timeout for both setContentTerms and setContentKanjitoasted-nutbread2020-02-15
|
* Use promiseTimeout instead of delaytoasted-nutbread2020-02-15
|
* Move error handling for apiDefinitionsAddabletoasted-nutbread2020-02-15
|
* Rename optionsUpdate event to optionsUpdatedtoasted-nutbread2020-02-14
| | | | | | Past tense better indicates that the options were changed, but no data is being included as part of the event. It is also more consistent with the other event names the yomichan object currently provides.
* Merge pull request #358 from toasted-nutbread/general-refactoringtoasted-nutbread2020-02-14
|\ | | | | General refactoring
| * Add apiTemplateRender back to mixed api.jstoasted-nutbread2020-02-14
| |
| * Validate bounds of Display.definitions before usingtoasted-nutbread2020-02-13
| |
| * Use Array.from in toIterabletoasted-nutbread2020-02-13
| |
| * Use Map for audioGetFromSources's cache parametertoasted-nutbread2020-02-13
| |
| * Remove unused handlebarsRenderStatictoasted-nutbread2020-02-13
| |
* | remove extra setContentToken check from Displaysiikamiika2020-02-14
| |
* | Merge pull request #357 from siikamiika/simplify-display-preparesiikamiika2020-02-14
|\ \ | |/ |/| Simplify display prepare
| * use Promise.all to await dependenciessiikamiika2020-02-13
| |
| * remove isPrepared checksiikamiika2020-02-13
| |