aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* Add global apiForwardtoasted-nutbread2020-02-14
|
* Merge pull request #358 from toasted-nutbread/general-refactoringtoasted-nutbread2020-02-14
|\ | | | | General refactoring
| * Remove unused apiGetDisplayTemplatesHtml and apiGetQueryParserTemplatesHtmltoasted-nutbread2020-02-14
| |
| * Add apiTemplateRender back to mixed api.jstoasted-nutbread2020-02-14
| |
| * Commatoasted-nutbread2020-02-13
| |
| * 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
| |
| * Use Map for Translator.tagCachetoasted-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 sendMessage to notify about initializationsiikamiika2020-02-14
| |
| * use Promise.all to await dependenciessiikamiika2020-02-13
| |
| * remove isInjected checks from Popupsiikamiika2020-02-13
| |
| * remove isPrepared checksiikamiika2020-02-13
| |
| * notify popup about initializationsiikamiika2020-02-13
| |
| * rename display initialize methods to preparesiikamiika2020-02-13
| |
| * simplify DisplayGenerator initializationsiikamiika2020-02-13
| |
* | fix Map set in Translator.buildTermFrequenciessiikamiika2020-02-14
| |
* | Merge pull request #344 from toasted-nutbread/eslint-strengtheningtoasted-nutbread2020-02-12
|\ \ | |/ |/| Eslint strengthening
| * Remove unusedtoasted-nutbread2020-02-11
| |
| * Update rules for test filestoasted-nutbread2020-02-11
| |
| * Define more globalstoasted-nutbread2020-02-11
| |
| * Remove redundant declarationtoasted-nutbread2020-02-11
| |
| * Change no-undef from off to errortoasted-nutbread2020-02-11
| |
| * Add more settings to eslintrctoasted-nutbread2020-02-11
|/
* Fix undefined idtoasted-nutbread2020-02-11
|
* Merge pull request #346 from toasted-nutbread/dictionary-schemastoasted-nutbread2020-02-11
|\ | | | | Dictionary schemas
| * Create script to validate dictionary filestoasted-nutbread2020-02-08
| |
| * Add schemas for dictionary datatoasted-nutbread2020-02-08
| |
* | Merge pull request #350 from siikamiika/query-parser-html-templatessiikamiika2020-02-11
|\ \ | | | | | | query parser html templates
| * | fix async issuessiikamiika2020-02-10
| | |
| * | simplify TemplateHandlersiikamiika2020-02-10
| | |
| * | remove newline from templatesiikamiika2020-02-10
| | |
| * | remove README for templates in developmentsiikamiika2020-02-10
| | |
| * | query parser html templatessiikamiika2020-02-10
| | |
* | | Improve style of some tagstoasted-nutbread2020-02-10
| | |
* | | Assign _isInitializedtoasted-nutbread2020-02-10
|/ /
* | Merge pull request #333 from siikamiika/native-popup-windowssiikamiika2020-02-10
|\ \ | | | | | | Native popup windows
| * | preserve search page mode on manual searchsiikamiika2020-02-10
| | |
| * | update popup search with chrome.tabs.sendMessagesiikamiika2020-02-10
| | |
| * | reuse existing popup windowsiikamiika2020-02-10
| | |
| * | use parseUrl in Backendsiikamiika2020-02-10
| | |
| * | stop clipboard monitor before starting it againsiikamiika2020-02-09
| | |
| * | fix existing tab focussiikamiika2020-02-09
| | |