Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #413 from toasted-nutbread/japanese-utility | toasted-nutbread | 2020-03-27 |
|\ | | | | | Convert Japanese utilities to a module-like style | ||
| * | Replace DisplayGenerator._isCharacterKanji with jp.isCodePointKanji | toasted-nutbread | 2020-03-21 |
| | | |||
| * | Move basic string/character testing functions into a mixed/js/japanese.js | toasted-nutbread | 2020-03-21 |
| | | |||
* | | remove targetPopupId 'all' | siikamiika | 2020-03-21 |
| | | | | | | | | Make unset targetPopupId mean the same thing instead | ||
* | | apply all options on profile change | siikamiika | 2020-03-21 |
|/ | |||
* | Change integer state IDs to strings | toasted-nutbread | 2020-03-15 |
| | |||
* | Fix misuse of getPathString | toasted-nutbread | 2020-03-14 |
| | |||
* | Add ObjectPropertyAccessor | toasted-nutbread | 2020-03-14 |
| | |||
* | Update global declarations | toasted-nutbread | 2020-03-10 |
| | |||
* | Merge pull request #408 from toasted-nutbread/use-code-point | toasted-nutbread | 2020-03-10 |
|\ | | | | | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint | ||
| * | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint | toasted-nutbread | 2020-03-09 |
| | | |||
* | | Rename audio functions using "url" to use "uri" | toasted-nutbread | 2020-03-07 |
|/ | |||
* | Move stringReplaceAsync | toasted-nutbread | 2020-03-07 |
| | | | | | It is only used in AnkiNoteBuilder and it was originally created for this purpose. | ||
* | Rename audio.js to audio-system.js | toasted-nutbread | 2020-03-07 |
| | |||
* | Rename function | toasted-nutbread | 2020-03-07 |
| | |||
* | Use dependency injection for getAudioUri implementation | toasted-nutbread | 2020-03-07 |
| | |||
* | Remove old APIs | toasted-nutbread | 2020-03-07 |
| | |||
* | Use AudioSystem in Display | toasted-nutbread | 2020-03-07 |
| | |||
* | Create new AudioSystem class | toasted-nutbread | 2020-03-07 |
| | |||
* | trigger yomichanCoreReady only when preparing | 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 |
| | |||
* | Fix audio buttons not being hidden properly | toasted-nutbread | 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 |
| | |||
* | Fix noteUsesScreenshot not checking mode | toasted-nutbread | 2020-02-25 |
| | |||
* | Use for of | toasted-nutbread | 2020-02-25 |
| | |||
* | Use for of | toasted-nutbread | 2020-02-25 |
| | |||
* | temporarily disable navigation header mouse wheel | siikamiika | 2020-02-24 |
| | | | | Unblock release #355, #376 | ||
* | Remove unused | toasted-nutbread | 2020-02-23 |
| | |||
* | Use TemplateHandler for DisplayGenerator | toasted-nutbread | 2020-02-23 |
| | |||
* | Add no-shadow | toasted-nutbread | 2020-02-22 |
| | |||
* | Fix indentation | toasted-nutbread | 2020-02-22 |
| | |||
* | Fix block padding | toasted-nutbread | 2020-02-22 |
| | |||
* | Replace getIndexOfTouch with getTouch | toasted-nutbread | 2020-02-22 |
| | |||
* | Use URLSearchParams | toasted-nutbread | 2020-02-22 |
| | |||
* | Use a token to ensure that messages are coming from Yomichan | toasted-nutbread | 2020-02-17 |
| | |||
* | Allow apiInjectStylesheet to inject a URL | toasted-nutbread | 2020-02-16 |
| | |||
* | Create EventListenerCollection class | toasted-nutbread | 2020-02-16 |
| | |||
* | Move generateId function | toasted-nutbread | 2020-02-16 |
| | |||
* | Use consistent timeout for both setContentTerms and setContentKanji | toasted-nutbread | 2020-02-15 |
| | |||
* | Use promiseTimeout instead of delay | toasted-nutbread | 2020-02-15 |
| | |||
* | Move error handling for apiDefinitionsAddable | toasted-nutbread | 2020-02-15 |
| | |||
* | Rename optionsUpdate event to optionsUpdated | toasted-nutbread | 2020-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-refactoring | toasted-nutbread | 2020-02-14 |
|\ | | | | | General refactoring | ||
| * | Add apiTemplateRender back to mixed api.js | toasted-nutbread | 2020-02-14 |
| | | |||
| * | Validate bounds of Display.definitions before using | toasted-nutbread | 2020-02-13 |
| | | |||
| * | Use Array.from in toIterable | toasted-nutbread | 2020-02-13 |
| | |