Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #472 from toasted-nutbread/fix-pitch-accent-high-calculation | toasted-nutbread | 2020-04-23 |
|\ | | | | | Fix high pitch calculation | ||
| * | Update tests | toasted-nutbread | 2020-04-22 |
| | | |||
| * | Fix high pitch calculation | toasted-nutbread | 2020-04-22 |
| | | |||
* | | Merge pull request #467 from toasted-nutbread/dynamic-loader | toasted-nutbread | 2020-04-23 |
|\ \ | | | | | | | Create dynamic script/CSS loader utility | ||
| * | | Remove sentinel script node after load | toasted-nutbread | 2020-04-22 |
| | | | |||
| * | | Create dynamic script/CSS loader utility | toasted-nutbread | 2020-04-21 |
| |/ | |||
* | | Merge pull request #463 from toasted-nutbread/explicit-entry-point | toasted-nutbread | 2020-04-23 |
|\ \ | | | | | | | Explicit entry points | ||
| * | | Use IIFE for entry points | toasted-nutbread | 2020-04-22 |
| | | | |||
| * | | Move popup-nested content into float-main | toasted-nutbread | 2020-04-21 |
| | | | |||
| * | | Create float-main.js | toasted-nutbread | 2020-04-19 |
| | | | |||
| * | | Create popup-preview-frame-main.js | toasted-nutbread | 2020-04-19 |
| | | | |||
| * | | Rename search-frontend.js to search-main.js | toasted-nutbread | 2020-04-19 |
| | | | | | | | | | | | | Also move DisplaySearch creation into the main() function. | ||
| * | | Rename context.js to context-main.js | toasted-nutbread | 2020-04-19 |
| | | | |||
| * | | Create background-main.js | toasted-nutbread | 2020-04-19 |
| | | | |||
| * | | Change frontend-initialize.js to content-script-main.js | toasted-nutbread | 2020-04-19 |
| | | | |||
* | | | Merge pull request #474 from siikamiika/fix-custom-anki-templates | siikamiika | 2020-04-24 |
|\ \ \ | | | | | | | | | fix custom anki templates | ||
| * | | | fix custom anki templates | siikamiika | 2020-04-23 |
|/ / / | |||
* | / | Pitch accent support now available everywhere | Alex Yatskov | 2020-04-22 |
| |/ |/| | |||
* | | Merge pull request #466 from toasted-nutbread/wanakana-global | toasted-nutbread | 2020-04-21 |
|\ \ | |/ |/| | Use wanakana object directly | ||
| * | Use wanakana object directly | toasted-nutbread | 2020-04-20 |
|/ | |||
* | Merge pull request #446 from toasted-nutbread/dictionary-images | toasted-nutbread | 2020-04-19 |
|\ | | | | | Dictionary images | ||
| * | Change some test variables using 'source' instead of 'content' | toasted-nutbread | 2020-04-19 |
| | | |||
| * | Change some more variables using 'source' instead of 'content' | toasted-nutbread | 2020-04-19 |
| | | |||
| * | Add documentation | toasted-nutbread | 2020-04-19 |
| | | |||
| * | Rename loadImage to loadImageBase64 for clarity | toasted-nutbread | 2020-04-19 |
| | | |||
| * | Make getFileNameExtension properly handle directory separators | toasted-nutbread | 2020-04-19 |
| | | |||
| * | Use 'content' instead of 'source' to contain media file data | toasted-nutbread | 2020-04-19 |
| | | |||
| * | Show small image preview on [Image] link hover/focus | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Fix space being inside the <a> and thus being underlined | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Add tests | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Add support for displaying images | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Add API for getting media data | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Add support for importing and storing media files | toasted-nutbread | 2020-04-18 |
|/ | |||
* | Merge pull request #448 from toasted-nutbread/badge-improvements | toasted-nutbread | 2020-04-18 |
|\ | | | | | Badge improvements | ||
| * | Fix _prepareError check | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Remove unused global | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Update style, use isObject | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Show error status for prepare() errors | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Add a delay before showing the loading state | toasted-nutbread | 2020-04-18 |
| | | | | | | | | Intended to prevent flickering when startup is quick | ||
| * | Update when/how badge state is changed | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Update isPrepared to be consistent with DisplaySearch's isPrepared | toasted-nutbread | 2020-04-18 |
|/ | |||
* | Merge pull request #442 from toasted-nutbread/audio-system-refactoring | toasted-nutbread | 2020-04-18 |
|\ | | | | | Audio system refactoring | ||
| * | Fix overlapping audio.play calls due to await | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Await and handle errors from audio.play() | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Remove unused global | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Update style | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Fix button title text not updating correctly in merge mode | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Return index of the source instead of the source value | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Only return the cached value if it uses a valid source | toasted-nutbread | 2020-04-18 |
| | | |||
| * | Disable cache on the backend and fix a bug with the cache key | toasted-nutbread | 2020-04-18 |
| | |