Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix completion order | Shin'ya UEOKA | 2019-05-26 | 1 | -1/+4 |
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 3 | -0/+33 |
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 1 | -0/+49 |
* | NavigateUseCase TabPresenter | Shin'ya Ueoka | 2019-05-24 | 1 | -2/+2 |
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 1 | -4/+21 |
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 1 | -0/+40 |
* | Use TSyringe on background script | Shin'ya Ueoka | 2019-05-19 | 12 | -106/+80 |
* | Fix failed CircleCI | Shin'ya Ueoka | 2019-05-19 | 2 | -6/+13 |
* | Fix openerTabId warning on Android | robsmith11 | 2019-05-17 | 1 | -3/+4 |
* | Fix history and bookmarks warnings on Android | robsmith11 | 2019-05-17 | 1 | -2/+4 |
* | src/content | Shin'ya Ueoka | 2019-05-06 | 3 | -12/+13 |
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 4 | -38/+37 |
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 1 | -1/+1 |
* | Types on src/console | Shin'ya Ueoka | 2019-05-02 | 1 | -5/+7 |
* | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 14 | -168/+243 |
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 14 | -0/+0 |
* | Use onInstalled event | Shin'ya Ueoka | 2019-02-25 | 1 | -22/+7 |
* | Clean classes and repository | Shin'ya Ueoka | 2019-02-24 | 6 | -208/+233 |
* | Remove unused methods | Shin'ya Ueoka | 2019-02-24 | 1 | -4/+0 |
* | Capitalize background scripts | Shin'ya Ueoka | 2019-02-24 | 9 | -58/+59 |
* | Correct spelling of WebExtensions | Elliot | 2019-02-06 | 1 | -1/+1 |
* | Show alert on opening about:home | Shin'ya Ueoka | 2019-02-04 | 1 | -0/+4 |
* | Remove openerTabId on gH | Shin'ya Ueoka | 2019-02-04 | 1 | -1/+1 |
* | Close only unpinned tabs; | Shin'ya Ueoka | 2018-12-27 | 1 | -1/+4 |
* | Add close tabs to the right command | Shin'ya Ueoka | 2018-12-27 | 1 | -0/+12 |
* | Add gh/gH to open home page | Shin'ya Ueoka | 2018-12-09 | 2 | -1/+14 |
* | Set default complete property value | Shin'ya Ueoka | 2018-10-18 | 1 | -1/+2 |
* | Remove adjacenttab | Shin'ya Ueoka | 2018-10-13 | 1 | -8/+1 |
* | Scroll on global mark and handle gone tab | Shin'ya Ueoka | 2018-10-12 | 1 | -3/+13 |
* | Support global marks which select a tab | Shin'ya Ueoka | 2018-10-12 | 1 | -0/+29 |
* | Add complete property | Shin'ya Ueoka | 2018-09-17 | 1 | -11/+22 |
* | Limit bookmark items on completion | Shin'ya Ueoka | 2018-08-12 | 1 | -5/+6 |
* | Use adjacent tab | Shin'ya Ueoka | 2018-08-05 | 1 | -1/+1 |
* | Add buffer flags on buffer command and completion | Shin'ya Ueoka | 2018-07-29 | 2 | -3/+61 |
* | Select last tab on presenter | Shin'ya Ueoka | 2018-07-29 | 1 | -17/+1 |
* | Search keywords on paste | Shin'ya Ueoka | 2018-07-28 | 2 | -26/+3 |
* | Fix error on keyword not found | Shin'ya Ueoka | 2018-07-28 | 2 | -5/+4 |
* | Fix indicate return values | Shin'ya Ueoka | 2018-07-28 | 1 | -1/+1 |
* | Fix quitall command | Shin'ya Ueoka | 2018-07-28 | 1 | -2/+2 |
* | Empty buf completion | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+3 |
* | Fix last tab is undefined | Shin'ya Ueoka | 2018-07-28 | 1 | -1/+3 |
* | Use replace instead of trimStart | Shin'ya Ueoka | 2018-07-28 | 1 | -2/+7 |
* | Clean old codes | Shin'ya Ueoka | 2018-07-28 | 1 | -1/+1 |
* | Background operation as Clean Architecture | Shin'ya Ueoka | 2018-07-28 | 1 | -0/+190 |
* | Complete set properties | Shin'ya Ueoka | 2018-07-27 | 1 | -2/+35 |
* | Implement set-command | Shin'ya Ueoka | 2018-07-27 | 2 | -21/+65 |
* | [wip] implement command usecases | Shin'ya Ueoka | 2018-07-26 | 2 | -1/+115 |
* | Open link as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -0/+27 |
* | Indicator as Clean Architecture | Shin'ya Ueoka | 2018-07-22 | 1 | -0/+29 |
* | TabPresenter | Shin'ya Ueoka | 2018-07-22 | 1 | -3/+3 |