Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix NavigateUseCase test | Shin'ya Ueoka | 2019-05-24 | 1 | -5/+5 |
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 2 | -9/+82 |
* | Use TSyringe on content script | Shin'ya Ueoka | 2019-05-21 | 5 | -7/+18 |
* | Use TSyringe on background script | Shin'ya Ueoka | 2019-05-19 | 1 | -2/+4 |
* | 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 | -48/+93 |
* | 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 | 12 | -315/+608 |
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 12 | -16/+59 |
* | Types src/settings | Shin'ya Ueoka | 2019-05-02 | 1 | -1/+1 |
* | Types on src/console | Shin'ya Ueoka | 2019-05-02 | 2 | -2/+2 |
* | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 3 | -47/+1 |
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 37 | -0/+0 |
* | Fix React Component tests | Shin'ya Ueoka | 2019-04-30 | 11 | -480/+606 |
* | Move to react | Shin'ya Ueoka | 2019-04-29 | 6 | -6/+6 |
* | Support blacklist with port | Shin'ya Ueoka | 2019-04-17 | 1 | -0/+7 |
* | Merge pull request #538 from ueokande/scroll-console | Shin'ya Ueoka | 2019-02-25 | 2 | -23/+153 |
|\ | |||||
| * | Fix Completion interface and add test | Shin'ya Ueoka | 2019-02-15 | 1 | -0/+138 |