Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add simple check to see if globals are unused | 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 :) | ||
* | Add legal notices, pitch accent dictionary link | Alex Yatskov | 2020-04-10 |
| | |||
* | Version bump20.4.10.0 | Alex Yatskov | 2020-04-10 |
| | |||
* | Merge pull request #434 from toasted-nutbread/error-fixes | toasted-nutbread | 2020-04-07 |
|\ | | | | | Error fixes | ||
| * | Use logError instead of console.log | toasted-nutbread | 2020-04-05 |
| | | |||
| * | Fix error reporting during dictionary import | toasted-nutbread | 2020-04-05 |
| | | |||
* | | Merge pull request #433 from toasted-nutbread/extra-dictionary-information | toasted-nutbread | 2020-04-07 |
|\ \ | | | | | | | Extra dictionary information | ||
| * | | Update settings page to display additional information | toasted-nutbread | 2020-04-05 |
| | | | |||
| * | | Store new dictionary data | toasted-nutbread | 2020-04-05 |
| | | | |||
| * | | Update schema to include additional fields | toasted-nutbread | 2020-04-05 |
| |/ | |||
* | | Merge pull request #427 from toasted-nutbread/anki-card-media-injection | toasted-nutbread | 2020-04-07 |
|\ \ | | | | | | | Anki card media injection refactor | ||
| * | | Fix field name | toasted-nutbread | 2020-04-07 |
| | | | |||
| * | | Pass AudioSystem instance to AnkiNoteBuilder constructor | toasted-nutbread | 2020-04-07 |
| | | | |||
| * | | Remove inconsistent/unused return value | toasted-nutbread | 2020-04-07 |
| | | | |||
| * | | Create _containsMarker to reduce redundant code | toasted-nutbread | 2020-04-07 |
| | | | |||
| * | | Move _dateToString into a new function | toasted-nutbread | 2020-04-07 |
| | | | |||
| * | | Move media injection functions into AnkiNoteBuilder | toasted-nutbread | 2020-04-07 |
|/ / | |||
* | | Merge pull request #415 from toasted-nutbread/anki-marker-document-title | toasted-nutbread | 2020-04-07 |
|\ \ | |/ |/| | Anki marker document title | ||
| * | Fix not awaiting this._getNoteContext | toasted-nutbread | 2020-04-06 |
| | | |||
| * | Add support for getting the document title | toasted-nutbread | 2020-04-06 |
| | | |||
| * | Add overridable getDocumentTitle | toasted-nutbread | 2020-04-06 |
| | | |||
| * | Add document-title tag to settings options | toasted-nutbread | 2020-04-06 |
| | | |||
| * | Add support for {document-title} | toasted-nutbread | 2020-04-06 |
| | | |||
| * | Add custom context object for note creation | toasted-nutbread | 2020-04-06 |
| | | |||
| * | Rename context to details | toasted-nutbread | 2020-04-06 |
|/ | |||
* | Merge pull request #417 from siikamiika/iframe-popups-2 | siikamiika | 2020-04-05 |
|\ | | | | | Show iframe popups on root page | ||
| * | fix NOT (a OR B) to NOT (a AND b) | siikamiika | 2020-04-05 |
| | | |||
| * | strict object property type check | siikamiika | 2020-04-05 |
| | | |||
| * | refactor _updateFrameOffset | siikamiika | 2020-04-05 |
| | | |||
| * | reduce code duplication | siikamiika | 2020-04-05 |
| | | |||
| * | add option for iframe popups | siikamiika | 2020-04-05 |
| | | |||
| * | give a name to a timeout | siikamiika | 2020-04-05 |
| | | |||
| * | move broadcastRootPopupInformation to Frontend | siikamiika | 2020-04-05 |
| | | |||
| * | add fake chrome.runtime.onMessage.removeListener | siikamiika | 2020-04-05 |
| | | |||
| * | simplify promise | siikamiika | 2020-04-05 |
| | | |||
| * | use duck typing for event listener | siikamiika | 2020-04-05 |
| | | |||
| * | setTimeout refactoring | siikamiika | 2020-04-05 |
| | | |||
| * | default to [0, 0] when sourceFrame is not found | siikamiika | 2020-04-05 |
| | | |||
| * | use getTemporaryListenerResult in other places | siikamiika | 2020-04-05 |
| | | |||
| * | error handling | siikamiika | 2020-04-05 |
| | | |||
| * | throttle frame offset getting | siikamiika | 2020-04-05 |
| | | |||
| * | refactor getTemporaryListenerResult timeout | siikamiika | 2020-04-05 |
| | | |||
| * | temporary listener abstraction | siikamiika | 2020-04-05 |
| | | |||
| * | refactor | siikamiika | 2020-04-05 |
| | | |||
| * | move frame offset forwarding code to a class | siikamiika | 2020-04-05 |
| | | |||
| * | simplify popup proxy prepare | siikamiika | 2020-04-05 |
| | | |||
| * | fix and simplify | siikamiika | 2020-04-05 |
| | | |||
| * | adjust iframe popup position to root page | siikamiika | 2020-04-05 |
| | | |||
| * | simplify popup prepare | siikamiika | 2020-04-05 |
| | |