| Commit message (Expand) | Author | Age |
... | |
* | 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 |
| * | 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 | toasted-nutbread | 2020-04-11 |
* | | | Merge pull request #447 from toasted-nutbread/util-conversions | toasted-nutbread | 2020-04-18 |
|\ \ \ |
|
| * | | | Move and rename utilStringHashCode | toasted-nutbread | 2020-04-11 |
| * | | | Convert some util* functions into api* functions | toasted-nutbread | 2020-04-11 |
| |/ / |
|
* | | | Merge pull request #456 from siikamiika/parse-text-refactor | siikamiika | 2020-04-17 |
|\ \ \ |
|
| * | | | simplify to enable constant usage | siikamiika | 2020-04-14 |
| * | | | prevent infinite loop if source length is 0 | siikamiika | 2020-04-14 |
| * | | | break after switch default | siikamiika | 2020-04-14 |
| * | | | remove "fragment" from jp.convertReading variables | siikamiika | 2020-04-13 |
| * | | | assume and propagate strings for text parsing | siikamiika | 2020-04-13 |
| * | | | force empty mecab output properties to strings | siikamiika | 2020-04-13 |