Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Style fixes (#494) | toasted-nutbread | 2020-05-02 |
| | | | | | | | * Place multi-line expression parentheses on the correct line * Add function-paren-newline eslint rule * Add some additional eslint rules | ||
* | Api invoke with progress (#483) | toasted-nutbread | 2020-05-02 |
| | | | | | | | * Create an internal API function to open a port * Create system for running actions over a special port * Don't assign in expression | ||
* | Refactor frontend API classes (#482) | toasted-nutbread | 2020-05-02 |
| | | | | | | | | | | | | | * Mark functions as private * Remove constructor side effects * Use safer handler invocation * Mark functions as private * Mark fields as private * Update BackendApiForwarder public API | ||
* | Anki audio download (#477) | toasted-nutbread | 2020-05-02 |
| | | | | | | | * Update how audio is added to Anki cards * Upgrade Anki templates * Update comments | ||
* | Remove Frontend inheritance (#486) | toasted-nutbread | 2020-05-02 |
| | | | | | | | | | | | | | | | * Make Frontend use composition instead of inheritance for TextScanner * Use push instead of concat * Update setOptions and setEnabled APIs * Update how onWindowMessage event listener is added/removed * Rename options to _options * Use bind instead of arrow function * Fix selection being cleared due to settings changes | ||
* | Add duplicateScope: 'deck' option (#476) | toasted-nutbread | 2020-04-27 |
| | | | | | | | | | * Add duplicateScope: 'deck' option * Add option to control duplicate scope * Use duplicateScope for findNoteIds * Update location of quotes | ||
* | Frontend refactor (part 1) (#484) | toasted-nutbread | 2020-04-27 |
| | | | | | | | | | | | | | | | | | | | * Remove _getVisualViewportScale * Use super's mouse event listener definitions * Remove redundant override * Remove getTouchEventListeners override * Rename Display.onSearchClear to onEscape * Change onSearchClear to clearSelection and use an event * Update how text is marked for selection and deselection * Replace onError with yomichan.logError * Update setEnabled to refresh all event listeners | ||
* | Use dynamicLoader for main (#481) | toasted-nutbread | 2020-04-26 |
| | | | | | * Update style of search-main and float-main to have better parity * Use dynamicLoader to inject scripts and CSS | ||
* | 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 | ||
* | Update Popup and DisplayFloat optionsContext from Frontend (#464) | siikamiika | 2020-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 #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 |
| | | |||
| * | 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 |
| | | |||
* | | fix custom anki templates | siikamiika | 2020-04-23 |
| | | |||
* | | Use wanakana object directly | toasted-nutbread | 2020-04-20 |
|/ | |||
* | 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 |
| | |||
* | Add API for getting media data | toasted-nutbread | 2020-04-18 |
| | |||
* | Add support for importing and storing media files | toasted-nutbread | 2020-04-18 |
| | |||
* | 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 |
| | |||
* | Remove unused global | toasted-nutbread | 2020-04-18 |
| | |||
* | Disable cache on the backend and fix a bug with the cache key | toasted-nutbread | 2020-04-18 |
| | |||
* | Remove de/structuring from public API | toasted-nutbread | 2020-04-18 |
| | |||
* | Update the parameters passed to various audio-related functions | toasted-nutbread | 2020-04-18 |
| | |||
* | Merge pull request #453 from toasted-nutbread/reuse-anki-instance | toasted-nutbread | 2020-04-18 |
|\ | | | | | Reuse AnkiConnect instance | ||
| * | Remove unused global | toasted-nutbread | 2020-04-17 |
| | | |||
| * | Use isObject | toasted-nutbread | 2020-04-17 |
| | | |||
| * | Pass anki reference to AnkiNoteBuilder constructor | toasted-nutbread | 2020-04-12 |
| | | |||
| * | Rename _ankiInvoke to _invoke to remove redundancy | toasted-nutbread | 2020-04-12 |
| | | |||
| * | Throw errors in returned by invocation | toasted-nutbread | 2020-04-12 |
| | | |||
| * | Remove AnkiNull and redundant comment | toasted-nutbread | 2020-04-12 |
| | | |||
| * | Use single instance of AnkiConnect | toasted-nutbread | 2020-04-12 |
| | | |||
| * | Add enabled checks | toasted-nutbread | 2020-04-12 |
| | | |||
| * | Mark internals as private | toasted-nutbread | 2020-04-12 |
| | | |||
* | | Merge pull request #450 from toasted-nutbread/frequency-readings | toasted-nutbread | 2020-04-18 |
|\ \ | | | | | | | Add support for filtering frequency metadata based on readings | ||
| * | | Add support for filtering frequency metadata based on readings | toasted-nutbread | 2020-04-11 |
| | | | |||
* | | | Merge pull request #447 from toasted-nutbread/util-conversions | toasted-nutbread | 2020-04-18 |
|\ \ \ | | | | | | | | | Util conversions | ||
| * | | | Move and rename utilStringHashCode | toasted-nutbread | 2020-04-11 |
| | | | | | | | | | | | | | | | | options.js is the only place it's used. |