Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use jest API and fix some tests | Shin'ya Ueoka | 2021-09-26 | 9 | -23/+21 |
* | Use jsdom environment on html test | Shin'ya Ueoka | 2021-09-26 | 3 | -0/+12 |
* | Fix mismatched signature | Shin'ya Ueoka | 2021-09-26 | 1 | -6/+3 |
* | Remove unused file | Shin'ya Ueoka | 2021-09-26 | 1 | -1/+0 |
* | Remove legacy find | Shin'ya Ueoka | 2021-07-05 | 6 | -240/+0 |
* | yarn lint:fix | Shin'ya Ueoka | 2021-07-04 | 2 | -2/+4 |
* | Inject iframe on top window | Shin'ya Ueoka | 2021-03-21 | 1 | -0/+4 |
* | Attach/detach console iframe on addon enabled/disabled | Shin'ya Ueoka | 2021-03-21 | 6 | -6/+47 |
* | Stabilize NavigationPresenterImpl test | Shin'ya UEOKA | 2020-12-27 | 1 | -1/+3 |
* | Remove unused usecases | Shin'ya Ueoka | 2020-12-09 | 1 | -95/+0 |
* | Add operators' test | Shin'ya Ueoka | 2020-12-09 | 37 | -3/+799 |
* | Make HintKeyRepository | Shin'ya Ueoka | 2020-12-09 | 1 | -10/+23 |
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 1 | -5/+5 |
* | Fix types in tests | Shin'ya Ueoka | 2020-05-02 | 4 | -12/+12 |
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 22 | -723/+885 |
* | Fix lint rules on tests | Shin'ya Ueoka | 2019-12-22 | 5 | -15/+26 |
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 13 | -70/+70 |
* | 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 | -0/+166 |
* | Ignore keys on partial blacklist | Shin'ya UEOKA | 2019-10-08 | 1 | -0/+133 |
* | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 4 | -214/+50 |
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 2 | -8/+7 |
* | Make Search class | Shin'ya UEOKA | 2019-10-06 | 1 | -2/+3 |
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 1 | -3/+3 |
* | 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 ClipboardUseCase.test | Shin'ya Ueoka | 2019-05-26 | 1 | -48/+35 |
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 1 | -9/+0 |
* | Use TSyringe on content script | Shin'ya Ueoka | 2019-05-21 | 5 | -7/+18 |
* | Add HintKeyProducer | Shin'ya Ueoka | 2019-05-19 | 1 | -2/+3 |
* | Add NavigationPresenter | Shin'ya Ueoka | 2019-05-19 | 6 | -17/+201 |
* | Remove unused components | Shin'ya Ueoka | 2019-05-19 | 8 | -223/+0 |
* | Follow as a clean architecture | Shin'ya Ueoka | 2019-05-19 | 1 | -1/+1 |
* | Define Key and KeySequence | Shin'ya Ueoka | 2019-05-18 | 2 | -0/+209 |
* | Keymaps as a clean architecture [WIP] | Shin'ya Ueoka | 2019-05-18 | 2 | -72/+129 |
* | Hints as a classes | Shin'ya Ueoka | 2019-05-17 | 3 | -57/+158 |
* | Clipbaord as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 1 | -0/+76 |
* | Mark set/jump as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 7 | -44/+194 |
* | find | Shin'ya Ueoka | 2019-05-11 | 1 | -3/+3 |
* | Make find as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 3 | -22/+199 |
* | Make settings as a clean architecture | Shin'ya Ueoka | 2019-05-11 | 4 | -74/+101 |
* | Make addon-enabled as a clean architecture | Shin'ya Ueoka | 2019-05-10 | 3 | -17/+105 |
* | src/content | Shin'ya Ueoka | 2019-05-06 | 1 | -1/+0 |
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 2 | -22/+45 |
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 11 | -16/+18 |
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 15 | -0/+0 |
* | Store x position into marks | Shin'ya Ueoka | 2018-10-11 | 2 | -4/+7 |
* | Rename mode acton and reducer | Shin'ya Ueoka | 2018-10-11 | 1 | -8/+8 |