Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix scanning parser | siikamiika | 2019-11-23 |
| | |||
* | add reading modes | siikamiika | 2019-11-23 |
| | |||
* | explicit checks in while and if | siikamiika | 2019-11-23 |
| | |||
* | use const | siikamiika | 2019-11-23 |
| | |||
* | add parser selection options | siikamiika | 2019-11-23 |
| | |||
* | add mecab support | siikamiika | 2019-11-23 |
| | |||
* | use handlebars templates for query parser | siikamiika | 2019-11-23 |
| | |||
* | use correct source text | siikamiika | 2019-11-23 |
| | |||
* | fix stem length checking | siikamiika | 2019-11-23 |
| | | | | | Starting from the end and stopping at first match doesn't guarantee correctness. Starting from the beginning does. | ||
* | add kana to text | siikamiika | 2019-11-23 |
| | |||
* | Add details field to apiTermsFind | toasted-nutbread | 2019-11-10 |
| | |||
* | Simplify how definition count is limited | toasted-nutbread | 2019-11-10 |
| | |||
* | Give findKanji the same API as findTerms | toasted-nutbread | 2019-11-10 |
| | |||
* | Update how apiTermsFind works | toasted-nutbread | 2019-11-10 |
| | |||
* | Refactor apiOptionsSet | toasted-nutbread | 2019-11-10 |
| | |||
* | refactoring | siikamiika | 2019-10-28 |
| | |||
* | use apiOptionsGet to modify the correct profile | siikamiika | 2019-10-27 |
| | |||
* | Revert "modify correct profile apiOptionsSet" | siikamiika | 2019-10-27 |
| | | | | This reverts commit 51c35c9f306e48093fc769713675dca5b02d1398. | ||
* | modify correct profile apiOptionsSet | siikamiika | 2019-10-27 |
| | |||
* | make search page checkbox options persist | siikamiika | 2019-10-27 |
| | |||
* | add workaround to Chrome clipboard.readText | siikamiika | 2019-10-27 |
| | | | | | For some reason this doesn't work on Firefox, so keep using the new API for Firefox | ||
* | Use chrome.runtime.getURL instead of chrome.extension.getURL | toasted-nutbread | 2019-10-22 |
| | |||
* | Catch exception thrown on Edge | toasted-nutbread | 2019-10-20 |
| | |||
* | Fix window focus not always working | toasted-nutbread | 2019-10-19 |
| | |||
* | Validate chrome.windows exists before usage | toasted-nutbread | 2019-10-19 |
| | |||
* | Allow multiple options pages to be opened on middle click | toasted-nutbread | 2019-10-19 |
| | |||
* | Add support for middle clicks opening new tabs on the context buttons | toasted-nutbread | 2019-10-19 |
| | |||
* | Make the search button reuse an open search tab if it exists | toasted-nutbread | 2019-10-19 |
| | |||
* | Add apiGetEnvironmentInfo function | toasted-nutbread | 2019-10-13 |
| | |||
* | audioBuildUrl => audioGetUrl and simplify | toasted-nutbread | 2019-10-13 |
| | |||
* | Allow outer popup stylesheets to be injected | toasted-nutbread | 2019-10-13 |
| | |||
* | Update audio options format | toasted-nutbread | 2019-10-10 |
| | |||
* | Pass optionsContext to audioBuildUrl handlers | toasted-nutbread | 2019-10-09 |
| | |||
* | Show the viewer button for anki notes which already exist | toasted-nutbread | 2019-10-09 |
| | |||
* | Use static object for api command handlers | toasted-nutbread | 2019-10-02 |
| | |||
* | Add support for using optionsContext to select which profile to use | toasted-nutbread | 2019-09-18 |
| | |||
* | Add UI for profiles | toasted-nutbread | 2019-09-15 |
| | |||
* | Update settings if a different source triggers optionsUpdate | toasted-nutbread | 2019-09-10 |
| | |||
* | Fix options reference being changed | toasted-nutbread | 2019-09-10 |
| | |||
* | Use apiOptionsSave instead of optionsSave | toasted-nutbread | 2019-09-10 |
| | |||
* | Remove calls to apiOptionsGetSync | toasted-nutbread | 2019-09-10 |
| | | | | Use apiOptionsGet everywhere to ensure options is initialized. | ||
* | Add getOptions function to backend | toasted-nutbread | 2019-09-10 |
| | |||
* | Add a context object for all calls to fetch options | toasted-nutbread | 2019-09-10 |
| | |||
* | Pass options directly to translator.findTerms* | toasted-nutbread | 2019-09-10 |
| | |||
* | Simplify logic for how option updates are propagated | toasted-nutbread | 2019-09-06 |
| | |||
* | Remove unnecessary functions | toasted-nutbread | 2019-09-06 |
| | | | | | | apiOptionsSet not required in bg/js/api.js after optionsSave; optionsSave already invokes apiOptionsSet. apiOptionsSet not required in fg/js/api.js since it's never invoked by the foreground. optionsSet handler not required in bg/js/backend.js since the message is never sent by the foreground. | ||
* | Create common function for utilBackend().options | toasted-nutbread | 2019-09-06 |
| | |||
* | Fix messaging issues when iframes are present in the document | toasted-nutbread | 2019-09-02 |
| | |||
* | pr fixes | Alex Yatskov | 2019-08-17 |
| | |||
* | Add ability to save screenshot to anki cards | toasted-nutbread | 2019-08-15 |
| |