| Commit message (Expand) | Author | Age |
* | 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 |
* | Add global apiForward | toasted-nutbread | 2020-02-14 |
* | Merge pull request #358 from toasted-nutbread/general-refactoring | toasted-nutbread | 2020-02-14 |
|\ |
|
| * | Remove unused apiGetDisplayTemplatesHtml and apiGetQueryParserTemplatesHtml | toasted-nutbread | 2020-02-14 |
| * | Add apiTemplateRender back to mixed api.js | toasted-nutbread | 2020-02-14 |
| * | Comma | toasted-nutbread | 2020-02-13 |
| * | Validate bounds of Display.definitions before using | toasted-nutbread | 2020-02-13 |
| * | Use Array.from in toIterable | toasted-nutbread | 2020-02-13 |
| * | Use Map for audioGetFromSources's cache parameter | toasted-nutbread | 2020-02-13 |
| * | Use Map for Translator.tagCache | toasted-nutbread | 2020-02-13 |
| * | Remove unused handlebarsRenderStatic | toasted-nutbread | 2020-02-13 |
* | | remove extra setContentToken check from Display | siikamiika | 2020-02-14 |
* | | Merge pull request #357 from siikamiika/simplify-display-prepare | siikamiika | 2020-02-14 |
|\ \
| |/
|/| |
|
| * | use sendMessage to notify about initialization | siikamiika | 2020-02-14 |
| * | use Promise.all to await dependencies | siikamiika | 2020-02-13 |
| * | remove isInjected checks from Popup | siikamiika | 2020-02-13 |
| * | remove isPrepared check | siikamiika | 2020-02-13 |
| * | notify popup about initialization | siikamiika | 2020-02-13 |
| * | rename display initialize methods to prepare | siikamiika | 2020-02-13 |
| * | simplify DisplayGenerator initialization | siikamiika | 2020-02-13 |
* | | fix Map set in Translator.buildTermFrequencies | siikamiika | 2020-02-14 |
* | | Merge pull request #344 from toasted-nutbread/eslint-strengthening | toasted-nutbread | 2020-02-12 |
|\ \
| |/
|/| |
|
| * | Remove unused | toasted-nutbread | 2020-02-11 |
| * | Update rules for test files | toasted-nutbread | 2020-02-11 |
| * | Define more globals | toasted-nutbread | 2020-02-11 |
| * | Remove redundant declaration | toasted-nutbread | 2020-02-11 |
| * | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
| * | Add more settings to eslintrc | toasted-nutbread | 2020-02-11 |
|/ |
|
* | Fix undefined id | toasted-nutbread | 2020-02-11 |
* | Merge pull request #346 from toasted-nutbread/dictionary-schemas | toasted-nutbread | 2020-02-11 |
|\ |
|
| * | Create script to validate dictionary files | toasted-nutbread | 2020-02-08 |
| * | Add schemas for dictionary data | toasted-nutbread | 2020-02-08 |
* | | Merge pull request #350 from siikamiika/query-parser-html-templates | siikamiika | 2020-02-11 |
|\ \ |
|
| * | | fix async issues | siikamiika | 2020-02-10 |
| * | | simplify TemplateHandler | siikamiika | 2020-02-10 |
| * | | remove newline from template | siikamiika | 2020-02-10 |
| * | | remove README for templates in development | siikamiika | 2020-02-10 |
| * | | query parser html templates | siikamiika | 2020-02-10 |
* | | | Improve style of some tags | toasted-nutbread | 2020-02-10 |
* | | | Assign _isInitialized | toasted-nutbread | 2020-02-10 |
|/ / |
|
* | | Merge pull request #333 from siikamiika/native-popup-windows | siikamiika | 2020-02-10 |
|\ \ |
|
| * | | preserve search page mode on manual search | siikamiika | 2020-02-10 |
| * | | update popup search with chrome.tabs.sendMessage | siikamiika | 2020-02-10 |
| * | | reuse existing popup window | siikamiika | 2020-02-10 |
| * | | use parseUrl in Backend | siikamiika | 2020-02-10 |
| * | | stop clipboard monitor before starting it again | siikamiika | 2020-02-09 |
| * | | fix existing tab focus | siikamiika | 2020-02-09 |