Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | stop clipboard monitor before starting it again | siikamiika | 2020-02-09 |
| | |||
* | fix existing tab focus | siikamiika | 2020-02-09 |
| | |||
* | simplify setQuery kana conversion | siikamiika | 2020-02-09 |
| | |||
* | hide native popup option for firefox mobile | siikamiika | 2020-02-09 |
| | |||
* | check chrome.windows support before using | siikamiika | 2020-02-09 |
| | |||
* | rename sameTab --> existingOrNewTab | siikamiika | 2020-02-09 |
| | |||
* | disable internal clipboard monitor in native popup | siikamiika | 2020-02-09 |
| | |||
* | fix constant usage from wrong scope | siikamiika | 2020-02-09 |
| | |||
* | hide search input in native popups | siikamiika | 2020-02-09 |
| | |||
* | handle closing already closed popup | siikamiika | 2020-02-09 |
| | |||
* | use Promise | siikamiika | 2020-02-09 |
| | |||
* | add permission check to formRead | siikamiika | 2020-02-09 |
| | |||
* | use ClipboardMonitor in Backend | siikamiika | 2020-02-09 |
| | |||
* | extract ClipboardMonitor from DisplaySearch | siikamiika | 2020-02-09 |
| | |||
* | fix settings page checkbox | siikamiika | 2020-02-09 |
| | |||
* | fix search page hotkey | 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 | ||
* | use correct optionsContext | siikamiika | 2020-02-09 |
| | |||
* | move apiClipboardGet Firefox handling to Backend | siikamiika | 2020-02-09 |
| | |||
* | add support for native popup windows | siikamiika | 2020-02-09 |
| | |||
* | Fix undefined reject | toasted-nutbread | 2020-02-08 |
| | |||
* | Remove trailing comma | toasted-nutbread | 2020-02-08 |
| | |||
* | Move japanese.js into bg | toasted-nutbread | 2020-02-08 |
| | |||
* | Merge pull request #345 from toasted-nutbread/json-schema-improvements | toasted-nutbread | 2020-02-08 |
|\ | | | | | JSON schema improvements | ||
| * | Fix init | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Improve schema path when using getPropertySchema | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Update how property schemas are returned | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Fix missing else | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Add improved error information when validation fails | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Fix ifSchema | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Fix conditional logic | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Update schema validation to throw errors | toasted-nutbread | 2020-02-02 |
| | | |||
| * | getSchemaOrValueType return null | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Fix maxLength check | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Improve getPropertySchema's type detection | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Add validate on JsonSchema | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Improve support for array schemas | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Return unconstrained schema when additionalProperties is true/undefined | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Add support for conditionals | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Add support for allOf, anyOf, oneOf, and not | toasted-nutbread | 2020-02-02 |
| | | |||
| * | Add simplified isObject test | toasted-nutbread | 2020-02-02 |
| | | |||
* | | Hide anki-invalid-response-error when there is no error | toasted-nutbread | 2020-02-02 |
|/ | |||
* | Validate Deinflector.ruleTypes | toasted-nutbread | 2020-02-02 |
| | |||
* | add scannable tags for expression and reading | siikamiika | 2020-02-02 |
| | |||
* | Update main dictionary value when changing modifying profile | toasted-nutbread | 2020-02-01 |
| | |||
* | Remove option for dictionaries that aren't installed after changing values | toasted-nutbread | 2020-02-01 |
| | |||
* | Separate the functionality of updateMainDictionarySelect | toasted-nutbread | 2020-02-01 |
| | | | | | One function now updates the options, and another handles updating the value. The options are no longer mutated due to updating this <select>'s available options. | ||
* | Remove argument from onDictionaryOptionsChanged | toasted-nutbread | 2020-02-01 |
| | |||
* | Use await | toasted-nutbread | 2020-02-01 |
| | |||
* | Assign valid score during construction | toasted-nutbread | 2020-02-01 |
| |