Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add support for returning pitch data from the database | toasted-nutbread | 2020-03-28 |
| | |||
* | Update dictionary schema to support pitch accent data | toasted-nutbread | 2020-03-28 |
| | |||
* | Merge pull request #413 from toasted-nutbread/japanese-utility | toasted-nutbread | 2020-03-27 |
|\ | | | | | Convert Japanese utilities to a module-like style | ||
| * | Move basic string/character testing functions into a mixed/js/japanese.js | toasted-nutbread | 2020-03-21 |
| | | |||
| * | Remove unnecessary sourceMapping population in convertAlphabeticToKana | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Fix case issue | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Add more unicode code point ranges | toasted-nutbread | 2020-03-15 |
| | | |||
| * | Convert Japanese utilities to a module-like style | toasted-nutbread | 2020-03-15 |
| | | |||
* | | remove stubs | siikamiika | 2020-03-21 |
| | | |||
* | | use dependency injection in QueryParser | siikamiika | 2020-03-21 |
| | | | | | | | | | | Also fix an issue with settings update triggering a lookup on unprepared QueryParser. | ||
* | | apply all options on profile change | siikamiika | 2020-03-21 |
|/ | |||
* | 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 |
| | | |||
* | | Merge pull request #401 from toasted-nutbread/audio-refactor | toasted-nutbread | 2020-03-10 |
|\ \ | | | | | | | Audio refactor | ||
| * | | Update argument order | toasted-nutbread | 2020-03-09 |
| | | | |||
| * | | Rename audio.js to audio-uri-builder.js | toasted-nutbread | 2020-03-07 |
| | | | |||
| * | | 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 |
|/ | |||
* | Remove marker restrictions | toasted-nutbread | 2020-03-07 |
| | |||
* | Remove bg/js/api.js | 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. | ||
* | Use dependency injection for apiTemplateRender | toasted-nutbread | 2020-03-07 |
| | |||
* | Move Anki note generation functionality into a new class | toasted-nutbread | 2020-03-07 |
| | |||
* | 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 |
| | |||
* | Use AudioSystem on the audio settings page | 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 |
|\ | | | | | Clipboard monitor refactor | ||
| * | Mark fields as private | 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 options object location | siikamiika | 2020-03-07 |
| | | |||
* | | use docSentenceExtract in QueryParser | siikamiika | 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 |
| | |||
* | Merge pull request #384 from siikamiika/fix-non-primary-dictionary-format | siikamiika | 2020-03-01 |
|\ | | | | | compatibility transform non-primary definitions | ||
| * | compatibility transform non-primary definitions | siikamiika | 2020-03-01 |
| | | |||
* | | Merge pull request #380 from toasted-nutbread/anki-templates-file | toasted-nutbread | 2020-03-01 |
|\ \ | |/ |/| | Load default Anki field templates from a file | ||
| * | Load default Anki field templates from a file | toasted-nutbread | 2020-02-27 |
| | |