| Commit message (Expand) | Author | Age |
... | |
| * | Fix overlapping audio.play calls due to await | toasted-nutbread | 2020-04-18 |
| * | Await and handle errors from audio.play() | toasted-nutbread | 2020-04-18 |
| * | Remove unused global | toasted-nutbread | 2020-04-18 |
| * | Update style | toasted-nutbread | 2020-04-18 |
| * | Fix button title text not updating correctly in merge mode | toasted-nutbread | 2020-04-18 |
| * | Return index of the source instead of the source value | toasted-nutbread | 2020-04-18 |
| * | Only return the cached value if it uses a valid source | 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 #460 from siikamiika/iframe-popup-edge-cases | siikamiika | 2020-04-18 |
|\ \
| |/
|/| |
|
| * | cache invalidation | siikamiika | 2020-04-18 |
| * | simplify element source lazy load | siikamiika | 2020-04-18 |
| * | cache closed shadow dom content windows | siikamiika | 2020-04-18 |
| * | lazy load element sources | siikamiika | 2020-04-18 |
| * | optimize source frame finding | siikamiika | 2020-04-18 |
| * | add manual performance tests | siikamiika | 2020-04-18 |
| * | use getFullscreenElement to check fullscreen | siikamiika | 2020-04-18 |
| * | move open shadow root iframe finder to a function | siikamiika | 2020-04-18 |
| * | show popup inside iframe for closed shadow dom | siikamiika | 2020-04-18 |
| * | support iframes inside open shadow dom | siikamiika | 2020-04-18 |
| * | disable root frame popup when iframe is fullscreen | siikamiika | 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 |
| * | | | Add isExtensionUrl utility function to yomichan object | toasted-nutbread | 2020-04-11 |
| |/ / |
|
* | | | Version bump20.4.18.0 | Alex Yatskov | 2020-04-18 |
* | | | Merge branch 'master' of https://github.com/FooSoft/yomichan | Alex Yatskov | 2020-04-16 |
|\ \ \ |
|
| * \ \ | 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 |
| | * | | | move QueryParser.parseText to Backend | siikamiika | 2020-04-13 |
| | | |/
| | |/| |
|
| * | | | Merge pull request #439 from siikamiika/popup-live-toggle | siikamiika | 2020-04-17 |
| |\ \ \ |
|
| | * | | | fix _canEnable being used before setting options | siikamiika | 2020-04-14 |