Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix component test | Shin'ya Ueoka | 2020-09-21 | 3 | -14/+18 |
* | Separate input component | Shin'ya Ueoka | 2020-09-21 | 4 | -146/+174 |
* | Improve a11y on Message component | Shin'ya Ueoka | 2020-09-21 | 1 | -0/+27 |
* | Fix Completion.test | Shin'ya Ueoka | 2020-09-21 | 3 | -70/+225 |
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 4 | -19/+19 |
* | Enable @typescript-eslint/ban-types rule | Shin'ya Ueoka | 2020-08-11 | 2 | -2/+2 |
* | Update eslint ant plugins | Shin'ya Ueoka | 2020-08-11 | 1 | -2/+0 |
* | Allow to change color scheme by "colorscheme" property | Shin'ya Ueoka | 2020-05-04 | 3 | -2/+16 |
* | Fix types in tests | Shin'ya Ueoka | 2020-05-02 | 18 | -148/+221 |
* | fix test | Shin'ya Ueoka | 2020-04-13 | 1 | -3/+3 |
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 53 | -1906/+2480 |
* | Prefetch completion items and store them to cache | Shin'ya Ueoka | 2020-04-09 | 2 | -28/+76 |
* | Complete by flags | Shin'ya Ueoka | 2020-03-29 | 1 | -2/+2 |
* | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 1 | -0/+15 |
* | Complete tab by an index and a flag | Shin'ya Ueoka | 2020-03-29 | 1 | -7/+46 |
* | Fix tests with TabPresenter | Shin'ya Ueoka | 2020-03-29 | 2 | -27/+106 |
* | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 2 | -4/+109 |
* | Separate repository's interface and its implementation | Shin'ya Ueoka | 2020-03-27 | 4 | -117/+250 |
* | Revert "Remove ! from commands" | Shin'ya Ueoka | 2020-03-25 | 1 | -1/+1 |
* | Remove ! from commands | Shin'ya Ueoka | 2020-03-25 | 1 | -1/+1 |
* | Add command-line parser on console scripts | Shin'ya Ueoka | 2020-03-25 | 2 | -0/+44 |
* | Merge pull request #708 from ueokande/sync-storage | Shin'ya Ueoka | 2020-02-09 | 1 | -0/+161 |
|\ | |||||
| * | Add SettingUseCase tests | Shin'ya Ueoka | 2020-02-09 | 1 | -0/+161 |
* | | Treats digit keys with modifiers | Shin'ya Ueoka | 2020-02-09 | 1 | -1/+1 |
|/ | |||||
* | Enable addon on blacklisted sites | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+1 |
* | Fix lint rules on tests | Shin'ya Ueoka | 2019-12-22 | 8 | -24/+30 |
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 35 | -253/+253 |
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 1 | -16/+16 |
* | Fix KeymapUseCase test | Shin'ya Ueoka | 2019-12-21 | 1 | -44/+44 |
* | Repeat content operation with a numeric prefix | Shin'ya Ueoka | 2019-12-13 | 1 | -49/+155 |
* | Add prefix functions in KeySequence | Shin'ya Ueoka | 2019-12-13 | 1 | -1/+64 |
* | Identify the key is a digit | Shin'ya Ueoka | 2019-12-06 | 2 | -10/+54 |
* | Validate on top-level settings and use pre-compiled ajv | Shin'ya Ueoka | 2019-12-03 | 3 | -32/+0 |
* | handle localhost urls with path | chenchao | 2019-11-07 | 1 | -3/+5 |
* | more localhost use cases | chenchao | 2019-11-06 | 1 | -1/+13 |
* | Add partial blacklist form | Shin'ya UEOKA | 2019-10-08 | 2 | -18/+24 |
* | Ignore keys on partial blacklist | Shin'ya UEOKA | 2019-10-08 | 1 | -0/+133 |
* | Add partial blacklist item | Shin'ya UEOKA | 2019-10-07 | 1 | -50/+128 |
* | Use Settings.toJSON on test | Shin'ya UEOKA | 2019-10-07 | 1 | -18/+3 |
* | Rename valueOf to fromJSON | Shin'ya UEOKA | 2019-10-07 | 3 | -12/+12 |
* | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 4 | -54/+54 |
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 4 | -34/+30 |
* | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 5 | -101/+85 |
* | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 6 | -73/+43 |
* | Make Search class | Shin'ya UEOKA | 2019-10-06 | 5 | -77/+89 |
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 4 | -56/+109 |
* | Make KeySequence class | Shin'ya UEOKA | 2019-10-06 | 2 | -33/+32 |
* | Make key class | Shin'ya UEOKA | 2019-10-06 | 4 | -106/+111 |
* | Fix settings parsing | Shin'ya Ueoka | 2019-05-26 | 1 | -0/+4 |
* | Fix ClipboardUseCase.test | Shin'ya Ueoka | 2019-05-26 | 1 | -48/+35 |