aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add an option to close the current tab and select the tab to the leftchocolateboy2019-07-287-17/+29
|/ | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy
* Merge pull request #596 from ueokande/qa-0.23Shin'ya Ueoka2019-05-296-23/+41
|\ | | | | QA 0.23
| * Save settings on switching a sourceShin'ya Ueoka2019-05-271-0/+2
| |
| * Fix form keysShin'ya Ueoka2019-05-271-5/+7
| |
| * Set default engine and remain last engine on form settingsShin'ya Ueoka2019-05-271-1/+6
| |
| * Fix settings parsingShin'ya Ueoka2019-05-261-11/+17
| |
| * Prepare target='_blank'Shin'ya UEOKA2019-05-261-5/+5
| |
| * Fix completion orderShin'ya UEOKA2019-05-261-1/+4
| |
* | Fix duplicated formShin'ya Ueoka2019-05-261-1/+0
|/
* Repeat open, tabopen and winopen commandShin'ya Ueoka2019-05-257-4/+93
|
* Add repeat.last operation to default settingsShin'ya Ueoka2019-05-253-0/+3
|
* Repeat last operationShin'ya Ueoka2019-05-257-7/+110
|
* NavigateUseCase TabPresenterShin'ya Ueoka2019-05-242-3/+5
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-246-48/+26
|
* Move some navigation operations to backgroundShin'ya Ueoka2019-05-237-13/+150
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-2235-63/+4
|
* FollowSlaveClient as a factory patternShin'ya Ueoka2019-05-213-21/+41
|
* Use TSyringe on content scriptShin'ya Ueoka2019-05-2130-427/+381
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-1936-200/+208
|
* Fix failed CircleCIShin'ya Ueoka2019-05-193-11/+18
|
* Merge pull request #587 from ueokande/refactor-contentShin'ya Ueoka2019-05-1993-1797/+2589
|\ | | | | Refactor content scripts
| * Add HintKeyProducerShin'ya Ueoka2019-05-192-1/+39
| |
| * Add NavigationPresenterShin'ya Ueoka2019-05-194-91/+116
| |
| * Make routesShin'ya Ueoka2019-05-197-127/+201
| |
| * Remove unused componentsShin'ya Ueoka2019-05-1919-860/+1
| |
| * Follow as a clean architectureShin'ya Ueoka2019-05-1910-9/+492
| |
| * Show consoleShin'ya Ueoka2019-05-181-0/+6
| |
| * Define Key and KeySequenceShin'ya Ueoka2019-05-1815-175/+115
| |
| * Mark keys as a clean archtectureShin'ya Ueoka2019-05-188-7/+200
| |
| * Keymaps as a clean architecture [WIP]Shin'ya Ueoka2019-05-1813-16/+491
| |
| * Define client and presenter for followShin'ya Ueoka2019-05-189-180/+359
| |
| * Send properties on activateShin'ya Ueoka2019-05-173-17/+10
| |
| * Hints as a classesShin'ya Ueoka2019-05-174-120/+160
| |
| * Clipbaord as a clean architectureShin'ya Ueoka2019-05-116-52/+119
| |
| * Mark set/jump as a clean architectureShin'ya Ueoka2019-05-119-93/+122
| |
| * Find as a controllerShin'ya Ueoka2019-05-118-74/+77
| |
| * Make scroller as a presenterShin'ya Ueoka2019-05-115-82/+89
| |
| * Make find as a clean architectureShin'ya Ueoka2019-05-1112-159/+224
| |
| * Make settings as a clean architectureShin'ya Ueoka2019-05-1112-122/+122
| |
| * Make addon-enabled as a clean architectureShin'ya Ueoka2019-05-1013-79/+113
| |
* | Fix openerTabId warning on Androidrobsmith112019-05-171-3/+4
| |
* | Fix history and bookmarks warnings on Androidrobsmith112019-05-171-2/+4
| |
* | Fix setIcon warning on Androidrobsmith112019-05-171-1/+7
|/
* Use search settings on pasterShin'ya Ueoka2019-05-073-9/+11
|
* src/contentShin'ya Ueoka2019-05-072-2/+2
|
* src/contentShin'ya Ueoka2019-05-0618-79/+119
|
* Declare setting typesShin'ya Ueoka2019-05-0636-587/+1009
|
* Types src/contentShin'ya Ueoka2019-05-0547-464/+1358
|
* Types src/settingsShin'ya Ueoka2019-05-0211-116/+193
|
* Types on src/consoleShin'ya Ueoka2019-05-0211-103/+204
|