aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Error logging refactoring (#454)toasted-nutbread2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create new logging methods on yomichan object * Use new yomichan.logError instead of global logError * Remove old logError * Handle unhandledrejection events * Add addEventListener stub * Update log function * Update error conversion to support more types * Add log event * Add API log function * Log errors to the backend * Make error/warning logs update the badge * Clear log error indicator on extension button click * Log correct URL on the background page * Fix incorrect error conversion * Remove unhandledrejection handling Firefox doesn't support it properly. * Remove unused argument type from log function * Improve function name * Change console.warn to yomichan.logWarning * Move log forwarding initialization into main scripts
* Update Popup and DisplayFloat optionsContext from Frontend (#464)siikamiika2020-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | * set optionsContext from Frontend * update Popup+Display options on Frontend change * remove popup setOptions * only update DisplayFloat options from Frontend * fix optionsContext usage * fix preview frame arguments * keep Frontend URL up to date * cache url * fix preview frame * trigger modifyingProfileChange in correct places * remove async from function not using await * refactor optionsContext in Frontend
* Merge pull request #472 from toasted-nutbread/fix-pitch-accent-high-calculationtoasted-nutbread2020-04-23
|\ | | | | Fix high pitch calculation
| * Update teststoasted-nutbread2020-04-22
| |
| * Fix high pitch calculationtoasted-nutbread2020-04-22
| |
* | Merge pull request #467 from toasted-nutbread/dynamic-loadertoasted-nutbread2020-04-23
|\ \ | | | | | | Create dynamic script/CSS loader utility
| * | Remove sentinel script node after loadtoasted-nutbread2020-04-22
| | |
| * | Create dynamic script/CSS loader utilitytoasted-nutbread2020-04-21
| |/
* | Merge pull request #463 from toasted-nutbread/explicit-entry-pointtoasted-nutbread2020-04-23
|\ \ | | | | | | Explicit entry points
| * | Use IIFE for entry pointstoasted-nutbread2020-04-22
| | |
| * | Move popup-nested content into float-maintoasted-nutbread2020-04-21
| | |
| * | Create float-main.jstoasted-nutbread2020-04-19
| | |
| * | Create popup-preview-frame-main.jstoasted-nutbread2020-04-19
| | |
| * | Rename search-frontend.js to search-main.jstoasted-nutbread2020-04-19
| | | | | | | | | | | | Also move DisplaySearch creation into the main() function.
| * | Rename context.js to context-main.jstoasted-nutbread2020-04-19
| | |
| * | Create background-main.jstoasted-nutbread2020-04-19
| | |
| * | Change frontend-initialize.js to content-script-main.jstoasted-nutbread2020-04-19
| | |
* | | Merge pull request #474 from siikamiika/fix-custom-anki-templatessiikamiika2020-04-24
|\ \ \ | | | | | | | | fix custom anki templates
| * | | fix custom anki templatessiikamiika2020-04-23
|/ / /
* | / Pitch accent support now available everywhereAlex Yatskov2020-04-22
| |/ |/|
* | Merge pull request #466 from toasted-nutbread/wanakana-globaltoasted-nutbread2020-04-21
|\ \ | |/ |/| Use wanakana object directly
| * Use wanakana object directlytoasted-nutbread2020-04-20
|/
* Merge pull request #446 from toasted-nutbread/dictionary-imagestoasted-nutbread2020-04-19
|\ | | | | Dictionary images
| * Change some test variables using 'source' instead of 'content'toasted-nutbread2020-04-19
| |
| * Change some more variables using 'source' instead of 'content'toasted-nutbread2020-04-19
| |
| * Add documentationtoasted-nutbread2020-04-19
| |
| * Rename loadImage to loadImageBase64 for claritytoasted-nutbread2020-04-19
| |
| * Make getFileNameExtension properly handle directory separatorstoasted-nutbread2020-04-19
| |
| * Use 'content' instead of 'source' to contain media file datatoasted-nutbread2020-04-19
| |
| * Show small image preview on [Image] link hover/focustoasted-nutbread2020-04-18
| |
| * Fix space being inside the <a> and thus being underlinedtoasted-nutbread2020-04-18
| |
| * Add teststoasted-nutbread2020-04-18
| |
| * Add support for displaying imagestoasted-nutbread2020-04-18
| |
| * Add API for getting media datatoasted-nutbread2020-04-18
| |
| * Add support for importing and storing media filestoasted-nutbread2020-04-18
|/
* Merge pull request #448 from toasted-nutbread/badge-improvementstoasted-nutbread2020-04-18
|\ | | | | Badge improvements
| * Fix _prepareError checktoasted-nutbread2020-04-18
| |
| * Remove unused globaltoasted-nutbread2020-04-18
| |
| * Update style, use isObjecttoasted-nutbread2020-04-18
| |
| * Show error status for prepare() errorstoasted-nutbread2020-04-18
| |
| * Add a delay before showing the loading statetoasted-nutbread2020-04-18
| | | | | | | | Intended to prevent flickering when startup is quick
| * Update when/how badge state is changedtoasted-nutbread2020-04-18
| |
| * Update isPrepared to be consistent with DisplaySearch's isPreparedtoasted-nutbread2020-04-18
|/
* Merge pull request #442 from toasted-nutbread/audio-system-refactoringtoasted-nutbread2020-04-18
|\ | | | | Audio system refactoring
| * Fix overlapping audio.play calls due to awaittoasted-nutbread2020-04-18
| |
| * Await and handle errors from audio.play()toasted-nutbread2020-04-18
| |
| * Remove unused globaltoasted-nutbread2020-04-18
| |
| * Update styletoasted-nutbread2020-04-18
| |
| * Fix button title text not updating correctly in merge modetoasted-nutbread2020-04-18
| |
| * Return index of the source instead of the source valuetoasted-nutbread2020-04-18
| |