summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add support for filtering frequency metadata based on readingstoasted-nutbread2020-04-11
|
* Merge pull request #438 from toasted-nutbread/display-generator-refactoringtoasted-nutbread2020-04-11
|\ | | | | Display generator refactoring
| * Simplify access to details fields in createTermEntrytoasted-nutbread2020-04-09
| |
| * Update how termTags is passed to _createTermExpressiontoasted-nutbread2020-04-09
| |
| * Rename "only" to "disambiguation" to match naming convention used for pitch ↵toasted-nutbread2020-04-09
| | | | | | | | accents
| * Update _appendMultiple to not use a fallbacktoasted-nutbread2020-04-09
| |
| * Organizetoasted-nutbread2020-04-09
| |
| * Mark functions as privatetoasted-nutbread2020-04-09
| |
| * Remove staticstoasted-nutbread2020-04-09
| |
| * Remove data-multi assignmentstoasted-nutbread2020-04-09
| |
| * Use data-expression-multi instead of data-multitoasted-nutbread2020-04-09
| |
* | Merge pull request #437 from toasted-nutbread/backend-api-handler-changestoasted-nutbread2020-04-11
|\ \ | | | | | | Backend api handler changes
| * | apiBroadcast => apiBroadcastTabtoasted-nutbread2020-04-10
| | |
| * | Fix yomichanCoreReady waiting for a responsetoasted-nutbread2020-04-07
| | |
| * | Rename apiForward to apiBroadcasttoasted-nutbread2020-04-07
| | |
| * | Update forward to be synchronous and ignore the replytoasted-nutbread2020-04-07
| | |
| * | Update some API handlers to be synchronoustoasted-nutbread2020-04-07
| | |
| * | Add support for API handlers to be optionally asynchronoustoasted-nutbread2020-04-07
| |/
* | Remove unused .gitmodulesAlex Yatskov2020-04-10
| |
* | Update license author field to broader to explicitly reflect thatAlex Yatskov2020-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 linkAlex Yatskov2020-04-10
| |
* | Version bump20.4.10.0Alex Yatskov2020-04-10
|/
* Merge pull request #434 from toasted-nutbread/error-fixestoasted-nutbread2020-04-07
|\ | | | | Error fixes
| * Use logError instead of console.logtoasted-nutbread2020-04-05
| |
| * Fix error reporting during dictionary importtoasted-nutbread2020-04-05
| |
* | Merge pull request #433 from toasted-nutbread/extra-dictionary-informationtoasted-nutbread2020-04-07
|\ \ | | | | | | Extra dictionary information
| * | Update settings page to display additional informationtoasted-nutbread2020-04-05
| | |
| * | Store new dictionary datatoasted-nutbread2020-04-05
| | |
| * | Update schema to include additional fieldstoasted-nutbread2020-04-05
| |/
* | Merge pull request #427 from toasted-nutbread/anki-card-media-injectiontoasted-nutbread2020-04-07
|\ \ | | | | | | Anki card media injection refactor
| * | Fix field nametoasted-nutbread2020-04-07
| | |
| * | Pass AudioSystem instance to AnkiNoteBuilder constructortoasted-nutbread2020-04-07
| | |
| * | Remove inconsistent/unused return valuetoasted-nutbread2020-04-07
| | |
| * | Create _containsMarker to reduce redundant codetoasted-nutbread2020-04-07
| | |
| * | Move _dateToString into a new functiontoasted-nutbread2020-04-07
| | |
| * | Move media injection functions into AnkiNoteBuildertoasted-nutbread2020-04-07
|/ /
* | Merge pull request #415 from toasted-nutbread/anki-marker-document-titletoasted-nutbread2020-04-07
|\ \ | |/ |/| Anki marker document title
| * Fix not awaiting this._getNoteContexttoasted-nutbread2020-04-06
| |
| * Add support for getting the document titletoasted-nutbread2020-04-06
| |
| * Add overridable getDocumentTitletoasted-nutbread2020-04-06
| |
| * Add document-title tag to settings optionstoasted-nutbread2020-04-06
| |
| * Add support for {document-title}toasted-nutbread2020-04-06
| |
| * Add custom context object for note creationtoasted-nutbread2020-04-06
| |
| * Rename context to detailstoasted-nutbread2020-04-06
|/
* Merge pull request #417 from siikamiika/iframe-popups-2siikamiika2020-04-05
|\ | | | | Show iframe popups on root page
| * fix NOT (a OR B) to NOT (a AND b)siikamiika2020-04-05
| |
| * strict object property type checksiikamiika2020-04-05
| |
| * refactor _updateFrameOffsetsiikamiika2020-04-05
| |
| * reduce code duplicationsiikamiika2020-04-05
| |
| * add option for iframe popupssiikamiika2020-04-05
| |