Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 option for iframe popups | siikamiika | 2020-04-05 |
| | |||
* | Add options | toasted-nutbread | 2020-03-28 |
| | |||
* | Update global declarations | toasted-nutbread | 2020-03-10 |
| | |||
* | fix Backend prepare issues in settings | siikamiika | 2020-03-02 |
| | |||
* | Use functions directly rather than wrapping in () => {} when args are same | toasted-nutbread | 2020-02-26 |
| | |||
* | Fix popupScalingFactor being limited to integer values | toasted-nutbread | 2020-02-23 |
| | |||
* | Rename optionsUpdate event to optionsUpdated | toasted-nutbread | 2020-02-14 |
| | | | | | | Past tense better indicates that the options were changed, but no data is being included as part of the event. It is also more consistent with the other event names the yomichan object currently provides. | ||
* | Change no-undef from off to error | toasted-nutbread | 2020-02-11 |
| | |||
* | add permission check to formRead | siikamiika | 2020-02-09 |
| | |||
* | fix settings page checkbox | siikamiika | 2020-02-09 |
| | |||
* | add global clipboard monitor that spawns popups | siikamiika | 2020-02-09 |
| | | | | | TODO: refactor the search page clipboard monitor and popup clipboard monitor to use a common ClipboardMonitor class | ||
* | add scannable tags for expression and reading | siikamiika | 2020-02-02 |
| | |||
* | Remove argument from onDictionaryOptionsChanged | toasted-nutbread | 2020-02-01 |
| | |||
* | fix term spacing value display in settings | siikamiika | 2020-01-26 |
| | |||
* | Merge pull request #330 from siikamiika/query-parser-helper-disabling | siikamiika | 2020-01-25 |
|\ | | | | | Query parser helper disabling | ||
| * | query parser: add toggle for term spacing | siikamiika | 2020-01-25 |
| | | |||
* | | Add convertHiraganaToKatakana option | toasted-nutbread | 2020-01-24 |
| | | |||
* | | Reorganized variants to better reflect usage order | toasted-nutbread | 2020-01-24 |
| | | |||
* | | Add translation options | toasted-nutbread | 2020-01-24 |
|/ | |||
* | Add option for changing poup scale relative to visual viewport | toasted-nutbread | 2020-01-22 |
| | |||
* | Add settings to control popup content scale | toasted-nutbread | 2020-01-22 |
| | |||
* | Update license info URL | toasted-nutbread | 2020-01-01 |
| | |||
* | Update copyright | toasted-nutbread | 2020-01-01 |
| | |||
* | Update anki-templates.js to control the value of fieldTemplates | toasted-nutbread | 2019-12-29 |
| | | | | Also assigns a value of null when using the default value | ||
* | Treat null templates as the default value | toasted-nutbread | 2019-12-29 |
| | |||
* | Move optionsUpdate message handler into Yomichan class | toasted-nutbread | 2019-12-20 |
| | |||
* | Isolate arguments passed across window contexts | toasted-nutbread | 2019-12-14 |
| | |||
* | Add functions for modifying mutable options | toasted-nutbread | 2019-12-13 |
| | |||
* | Remove getOptionsArray | toasted-nutbread | 2019-12-13 |
| | |||
* | Remove redundant getUrl handlers | toasted-nutbread | 2019-12-13 |
| | |||
* | Update how anki data is updated | toasted-nutbread | 2019-12-02 |
| | |||
* | Update how anki settings are updated | toasted-nutbread | 2019-12-01 |
| | |||
* | Organize main settings script | toasted-nutbread | 2019-12-01 |
| | |||
* | Move popup preview settings into new script | toasted-nutbread | 2019-12-01 |
| | |||
* | Move storage settings into new script | toasted-nutbread | 2019-12-01 |
| | |||
* | Move anki settings into new script | toasted-nutbread | 2019-12-01 |
| | |||
* | Move audio settings into new script | toasted-nutbread | 2019-12-01 |
| | |||
* | Move settings scripts | toasted-nutbread | 2019-12-01 |