summaryrefslogtreecommitdiff
path: root/ext/bg/js/backend.js
Commit message (Collapse)AuthorAge
* Pass AudioSystem instance to AnkiNoteBuilder constructortoasted-nutbread2020-04-07
|
* Move media injection functions into AnkiNoteBuildertoasted-nutbread2020-04-07
|
* Add custom context object for note creationtoasted-nutbread2020-04-06
|
* Rename context to detailstoasted-nutbread2020-04-06
|
* Move dictionary import functionality into a new classtoasted-nutbread2020-03-30
|
* Add importDictionary function to Backendtoasted-nutbread2020-03-30
|
* Move database creation into Backendtoasted-nutbread2020-03-30
|
* Convert Japanese utilities to a module-like styletoasted-nutbread2020-03-15
|
* Update global declarationstoasted-nutbread2020-03-10
|
* Merge pull request #401 from toasted-nutbread/audio-refactortoasted-nutbread2020-03-10
|\ | | | | Audio refactor
| * Update argument ordertoasted-nutbread2020-03-09
| |
| * Rename audio functions using "url" to use "uri"toasted-nutbread2020-03-07
| |
| * Update how audio URIs are builttoasted-nutbread2020-03-07
| |
| * Make _audioInject internal to Backendtoasted-nutbread2020-03-07
| |
* | fix searchQueryUpdatesiikamiika2020-03-09
|/
* Use dependency injection for apiTemplateRendertoasted-nutbread2020-03-07
|
* Move Anki note generation functionality into a new classtoasted-nutbread2020-03-07
|
* Use dependency injection for getAudioUri implementationtoasted-nutbread2020-03-07
|
* Use AudioSystem in Backendtoasted-nutbread2020-03-07
|
* Merge pull request #397 from toasted-nutbread/clipboard-monitor-refactor2toasted-nutbread2020-03-07
|\ | | | | Clipboard monitor refactor
| * Use explicit dependency injection for ClipboardMonitortoasted-nutbread2020-03-07
| |
| * Use events for ClipboardMonitortoasted-nutbread2020-03-07
| |
* | Fix runtime.lastError error on startup in Firefoxtoasted-nutbread2020-03-07
|/
* fix return typesiikamiika2020-03-04
|
* add missing runtime message for backendPreparedsiikamiika2020-03-03
|
* prepare Backend for browser_actionsiikamiika2020-03-02
|
* fix Backend prepare issues in settingssiikamiika2020-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
|
* simplify backend preparesiikamiika2020-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
|
* Use for oftoasted-nutbread2020-02-25
|
* Changed type returned by apiTextParseMecab to avoid using for intoasted-nutbread2020-02-25
|
* fix opening options in new tabsiikamiika2020-02-26
|
* Reject with a consistent errortoasted-nutbread2020-02-23
|
* Add no-shadowtoasted-nutbread2020-02-22
|
* Fix brace style issuestoasted-nutbread2020-02-22
|
* Use findTerms instead of findTermsInternaltoasted-nutbread2020-02-22
|
* Use a token to ensure that messages are coming from Yomichantoasted-nutbread2020-02-17
|
* Fix CSS injection on about:blank pagestoasted-nutbread2020-02-16
|
* Allow apiInjectStylesheet to inject a URLtoasted-nutbread2020-02-16
|
* 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.
* Remove unused handlebarsRenderStatictoasted-nutbread2020-02-13
|
* Define more globalstoasted-nutbread2020-02-11
|
* Change no-undef from off to errortoasted-nutbread2020-02-11
|
* query parser html templatessiikamiika2020-02-10
|
* update popup search with chrome.tabs.sendMessagesiikamiika2020-02-10
|