| Commit message (Expand) | Author | Age |
* | Text selection fixes (#511) | siikamiika | 2020-05-07 |
* | Fix modifier key condition data (#506) | siikamiika | 2020-05-06 |
* | support meta as scanning modifier (#502) | siikamiika | 2020-05-05 |
* | Extract textSource text inside TextScanner (#500) | siikamiika | 2020-05-05 |
* | Modifier key profile condition (#487) | siikamiika | 2020-05-03 |
* | Style fixes (#494) | toasted-nutbread | 2020-05-02 |
* | Api invoke with progress (#483) | toasted-nutbread | 2020-05-02 |
* | Refactor frontend API classes (#482) | toasted-nutbread | 2020-05-02 |
* | Anki audio download (#477) | toasted-nutbread | 2020-05-02 |
* | Remove Frontend inheritance (#486) | toasted-nutbread | 2020-05-02 |
* | Add helpful link for markers in settings.html (#489) | Allan Wirth | 2020-05-01 |
* | Add duplicateScope: 'deck' option (#476) | toasted-nutbread | 2020-04-27 |
* | Frontend refactor (part 1) (#484) | toasted-nutbread | 2020-04-27 |
* | Use dynamicLoader for main (#481) | toasted-nutbread | 2020-04-26 |
* | Add Yomichan icon SVG (#478) | toasted-nutbread | 2020-04-26 |
* | Error logging refactoring (#454) | toasted-nutbread | 2020-04-26 |
* | Update Popup and DisplayFloat optionsContext from Frontend (#464) | siikamiika | 2020-04-26 |
* | Merge pull request #463 from toasted-nutbread/explicit-entry-point | toasted-nutbread | 2020-04-23 |
|\ |
|
| * | 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 |
| * | 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 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 |
* | 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 |
* | 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 |
|\ |
|
| * | 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 |