| Commit message (Expand) | Author | Age |
* | Use string.split instead of Array.from | toasted-nutbread | 2019-12-08 |
* | Use substring instead of slice | toasted-nutbread | 2019-12-08 |
* | Prevent scripts from being injected multiple times | toasted-nutbread | 2019-12-08 |
* | hide inactive history buttons instead of fading | siikamiika | 2019-12-08 |
* | fix popup preview | siikamiika | 2019-12-08 |
* | Show info about whether a dictionary supports wildcard searches | toasted-nutbread | 2019-12-07 |
* | Make reverse reading/expressions optional during database import | toasted-nutbread | 2019-12-07 |
* | Add support for prefix wildcards | toasted-nutbread | 2019-12-07 |
* | Update input number attributes | toasted-nutbread | 2019-12-07 |
* | Merge pull request #299 from siikamiika/frontend-extract-text-scanner | siikamiika | 2019-12-07 |
|\ |
|
| * | fix query parser | siikamiika | 2019-12-05 |
| * | initial text scanner extract | siikamiika | 2019-12-05 |
* | | use substring over slice for strings | siikamiika | 2019-12-06 |
* | | revert search page title on empty query | siikamiika | 2019-12-06 |
* | | Simplify audio settings UI | toasted-nutbread | 2019-12-05 |
* | | set title text on search page | siikamiika | 2019-12-06 |
|/ |
|
* | remove references to /fg/js/util.js | siikamiika | 2019-12-04 |
* | Simplify ankiGetFieldMarkersHtml | toasted-nutbread | 2019-12-02 |
* | Update how anki data is updated | toasted-nutbread | 2019-12-02 |
* | Simplify how anki errors are shown | toasted-nutbread | 2019-12-01 |
* | Group public/private functions together | toasted-nutbread | 2019-12-01 |
* | Mark functions as private | toasted-nutbread | 2019-12-01 |
* | Update how anki settings are updated | toasted-nutbread | 2019-12-01 |
* | Simplify how anki templates are reset | 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 template 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 |
* | Move PageExitPrevention to its own file | toasted-nutbread | 2019-12-01 |
* | move Display context to a new class | siikamiika | 2019-12-01 |
* | remove dead code | siikamiika | 2019-11-30 |
* | rewrite history as a doubly linked list | siikamiika | 2019-11-30 |
* | fix yomichan menu on Firefox Android | siikamiika | 2019-11-29 |
* | clear Display history on search page lookup | siikamiika | 2019-11-28 |
* | Display history navigation buttons fixed position | siikamiika | 2019-11-28 |
* | fix clicking on query parser | siikamiika | 2019-11-28 |
* | store popped context history in Display | siikamiika | 2019-11-28 |
* | Update arrow-parens to always | toasted-nutbread | 2019-11-26 |
* | Add missing semicolon | toasted-nutbread | 2019-11-26 |
* | Remove trailing commas | toasted-nutbread | 2019-11-26 |
* | Update unused arguments | toasted-nutbread | 2019-11-26 |
* | Use const rather than let where possible | toasted-nutbread | 2019-11-26 |
* | Remove unnecessary escapes from regex literals | toasted-nutbread | 2019-11-26 |
* | Comment empty blocks | toasted-nutbread | 2019-11-26 |
* | Use single quotes | toasted-nutbread | 2019-11-26 |
* | Replace hasOwnProperty with simplified hasOwn function | toasted-nutbread | 2019-11-26 |
* | Move additional utility functions to DOM | toasted-nutbread | 2019-11-26 |