summaryrefslogtreecommitdiff
path: root/ext/mixed/js
Commit message (Collapse)AuthorAge
* Add metadata for unique expression counttoasted-nutbread2020-03-28
|
* Add support for different sections for term contenttoasted-nutbread2020-03-28
|
* Update _appendMultiple to support general iterablestoasted-nutbread2020-03-28
|
* Merge pull request #413 from toasted-nutbread/japanese-utilitytoasted-nutbread2020-03-27
|\ | | | | Convert Japanese utilities to a module-like style
| * Replace DisplayGenerator._isCharacterKanji with jp.isCodePointKanjitoasted-nutbread2020-03-21
| |
| * Move basic string/character testing functions into a mixed/js/japanese.jstoasted-nutbread2020-03-21
| |
* | remove targetPopupId 'all'siikamiika2020-03-21
| | | | | | | | Make unset targetPopupId mean the same thing instead
* | apply all options on profile changesiikamiika2020-03-21
|/
* Change integer state IDs to stringstoasted-nutbread2020-03-15
|
* Fix misuse of getPathStringtoasted-nutbread2020-03-14
|
* Add ObjectPropertyAccessortoasted-nutbread2020-03-14
|
* Update global declarationstoasted-nutbread2020-03-10
|
* 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
|
* Load default Anki field templates from a filetoasted-nutbread2020-02-27
|
* 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
|
* 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