Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Error logging refactoring (#454) | toasted-nutbread | 2020-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 | ||
* | Merge pull request #439 from siikamiika/popup-live-toggle | siikamiika | 2020-04-17 |
|\ | | | | | Popup live toggle | ||
| * | simplify frontend disable override | siikamiika | 2020-04-11 |
| | | |||
| * | change iframe popup live | siikamiika | 2020-04-11 |
| | | |||
| * | limit popup depth live | siikamiika | 2020-04-11 |
| | | |||
* | | Merge pull request #443 from toasted-nutbread/fix-get-selection | toasted-nutbread | 2020-04-12 |
|\ \ | |/ |/| | Fix getSelection not working in QueryParser | ||
| * | Fix getSelection not working in QueryParser | toasted-nutbread | 2020-04-10 |
| | | |||
* | | Update license author field to broader to explicitly reflect that | Alex Yatskov | 2020-04-10 |
|/ | | | | | Yomichan is an ongoing community project. It really does take a village, and everyone who contributes code owns a part of it :) | ||
* | apply all options on profile change | siikamiika | 2020-03-21 |
| | |||
* | Update global declarations | toasted-nutbread | 2020-03-10 |
| | |||
* | Fix indentation | toasted-nutbread | 2020-02-22 |
| | |||
* | Replace getIndexOfTouch with getTouch | toasted-nutbread | 2020-02-22 |
| | |||
* | Create EventListenerCollection class | toasted-nutbread | 2020-02-16 |
| | |||
* | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
| | |||
* | Ensure textSource is cleaned up if it isn't used | toasted-nutbread | 2020-01-26 |
| | |||
* | use TextScanner in QueryParser | siikamiika | 2020-01-16 |
| | |||
* | Update license info URL | toasted-nutbread | 2020-01-01 |
| | |||
* | Update copyright | toasted-nutbread | 2020-01-01 |
| | |||
* | Simplify options passed to docRangeFromPoint | toasted-nutbread | 2019-12-17 |
| | |||
* | simplify with inheritance | siikamiika | 2019-12-06 |
| | |||
* | move text selection to TextScanner | siikamiika | 2019-12-05 |
| | |||
* | scan decoupling | siikamiika | 2019-12-05 |
| | |||
* | initial text scanner extract | siikamiika | 2019-12-05 |