Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Move Anki note generation functionality into a new class | toasted-nutbread | 2020-03-07 | |
|/ | ||||
* | Merge pull request #399 from toasted-nutbread/audio-system-refactor | toasted-nutbread | 2020-03-07 | |
|\ | | | | | Audio system refactor | |||
| * | 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 | |
| | | ||||
| * | Remove old APIs | 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 | |
| | | ||||
| * | Use AudioSystem in Display | toasted-nutbread | 2020-03-07 | |
| | | ||||
| * | Create new AudioSystem class | 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 | |
| | | ||||
* | | Merge pull request #393 from siikamiika/reconnect-frontend-api-sender | siikamiika | 2020-03-08 | |
|\ \ | | | | | | | reconnect FrontendApiSender after disconnecting | |||
| * | | reconnect FrontendApiSender after disconnecting | siikamiika | 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 | |
| |/ |/| | ||||
* | | Merge pull request #395 from siikamiika/fix-containspoint-offset | siikamiika | 2020-03-07 | |
|\ \ | |/ |/| | adjust containsPoint offset with nested popups | |||
| * | replace spread with destructuring | siikamiika | 2020-03-07 | |
| | | ||||
| * | fix popup containsPoint offset | siikamiika | 2020-03-07 | |
|/ | ||||
* | Merge pull request #387 from toasted-nutbread/yomichan-vm | toasted-nutbread | 2020-03-04 | |
|\ | | | | | Abstract Yomichan extension script execution | |||
| * | Abstract Yomichan extension script execution | toasted-nutbread | 2020-03-02 | |
| | | ||||
* | | Merge pull request #386 from siikamiika/simplify-backend-prepare | siikamiika | 2020-03-04 | |
|\ \ | |/ |/| | Simplify backend prepare | |||
| * | 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 content script entry point Yomichan prepare | siikamiika | 2020-03-02 | |
| | | | | | | | | Covers Popup stuff in addition to Frontend | |||
| * | trigger yomichanCoreReady only when preparing | 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 | |
|/ | ||||
* | Fix audio buttons not being hidden properly | toasted-nutbread | 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 | |
| | | | ||||
* | | | Merge pull request #375 from toasted-nutbread/document-tests | toasted-nutbread | 2020-03-01 | |
|\ \ \ | |_|/ |/| | | Document tests | |||
| * | | Test seeking functions | toasted-nutbread | 2020-02-22 | |
| | | | ||||
| * | | Add command to test-code | toasted-nutbread | 2020-02-22 | |
| | | | ||||
| * | | Add some basic document tests | toasted-nutbread | 2020-02-22 | |
| | | | ||||
| * | | Add jsdom dependency | toasted-nutbread | 2020-02-22 | |
| | | | ||||
* | | | fix hotkeys in popup | siikamiika | 2020-03-01 | |
| | | | ||||
* | | | Increase z-index for navigation-header | toasted-nutbread | 2020-03-01 | |
| | | | ||||
* | | | Fix empty keys definitions and add Shift/Alt checks | toasted-nutbread | 2020-02-29 | |
| |/ |/| | ||||
* | | Simplify event to use bind | toasted-nutbread | 2020-02-26 | |
| | | ||||
* | | Use functions directly rather than wrapping in () => {} when args are same | toasted-nutbread | 2020-02-26 | |
| | |