summaryrefslogtreecommitdiff
path: root/ext/bg
Commit message (Collapse)AuthorAge
* Add more unicode code point rangestoasted-nutbread2020-03-15
|
* Convert Japanese utilities to a module-like styletoasted-nutbread2020-03-15
|
* Update global declarationstoasted-nutbread2020-03-10
|
* Merge pull request #408 from toasted-nutbread/use-code-pointtoasted-nutbread2020-03-10
|\ | | | | Replace charCodeAt and fromCharCode with codePointAt and fromCodePoint
| * Replace charCodeAt and fromCharCode with codePointAt and fromCodePointtoasted-nutbread2020-03-09
| |
* | Merge pull request #401 from toasted-nutbread/audio-refactortoasted-nutbread2020-03-10
|\ \ | | | | | | Audio refactor
| * | Update argument ordertoasted-nutbread2020-03-09
| | |
| * | Rename audio.js to audio-uri-builder.jstoasted-nutbread2020-03-07
| | |
| * | 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
|/
* Remove marker restrictionstoasted-nutbread2020-03-07
|
* Remove bg/js/api.jstoasted-nutbread2020-03-07
|
* Move stringReplaceAsynctoasted-nutbread2020-03-07
| | | | | It is only used in AnkiNoteBuilder and it was originally created for this purpose.
* Use dependency injection for apiTemplateRendertoasted-nutbread2020-03-07
|
* Move Anki note generation functionality into a new classtoasted-nutbread2020-03-07
|
* Rename audio.js to audio-system.jstoasted-nutbread2020-03-07
|
* Rename functiontoasted-nutbread2020-03-07
|
* Use dependency injection for getAudioUri implementationtoasted-nutbread2020-03-07
|
* Use AudioSystem on the audio settings pagetoasted-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
| * Mark fields as privatetoasted-nutbread2020-03-07
| |
| * 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 options object locationsiikamiika2020-03-07
| |
* | use docSentenceExtract in QueryParsersiikamiika2020-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
|
* Merge pull request #384 from siikamiika/fix-non-primary-dictionary-formatsiikamiika2020-03-01
|\ | | | | compatibility transform non-primary definitions
| * compatibility transform non-primary definitionssiikamiika2020-03-01
| |
* | Merge pull request #380 from toasted-nutbread/anki-templates-filetoasted-nutbread2020-03-01
|\ \ | |/ |/| Load default Anki field templates from a file
| * Load default Anki field templates from a filetoasted-nutbread2020-02-27
| |
* | Fix empty keys definitions and add Shift/Alt checkstoasted-nutbread2020-02-29
|/
* Simplify event to use bindtoasted-nutbread2020-02-26
|
* Use functions directly rather than wrapping in () => {} when args are sametoasted-nutbread2020-02-26
|
* Use .bind instead of () => {}toasted-nutbread2020-02-26
|
* Move event handler definitionstoasted-nutbread2020-02-26
|
* Move event handler definitionstoasted-nutbread2020-02-26
|
* Refactor DisplaySearch.onKeyDownIgnoreKeystoasted-nutbread2020-02-26
|
* Move event handler definitionstoasted-nutbread2020-02-26
|
* Organize, remove unnecessary null checkstoasted-nutbread2020-02-26
|