Commit graph

467 commits

Author SHA1 Message Date
Shin'ya Ueoka
4e94695c75 add key utils 2017-11-11 20:24:41 +09:00
Shin'ya Ueoka
0630c8f566
Merge pull request #142 from ueokande/find-mode
[WIP] Find mode
2017-11-11 11:18:01 +00:00
Shin'ya Ueoka
fe8a928317 remove unused actions and fix test 2017-11-11 18:51:32 +09:00
Shin'ya Ueoka
e3409b3aae fix on unfocus 2017-11-11 18:34:57 +09:00
Shin'ya Ueoka
12db4943ee show error on find and wrap search 2017-11-11 16:16:10 +09:00
Shin'ya Ueoka
6db2458929 prevent 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
e021504356 first find implementation 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
956dd937d3 console as redux architecture 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
e1c70769ea add find action and reducer 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
be37c42d28 show find in console 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
cb4b26e03f flexible prompt 2017-11-11 16:16:01 +09:00
Shin'ya Ueoka
5538ea2ff3 support about blank 2017-11-10 19:58:48 +09:00
Shin'ya Ueoka
86b534b1e1
Merge pull request #131 from usk/duplicating-current-tab
add support for duplicating current tab
2017-11-06 21:45:02 +00:00
usk
c4de9ec451 add support for duplicating current tab 2017-11-07 03:22:18 +09:00
Shin'ya Ueoka
256820f78d
Merge pull request #124 from JiaboHou/pin-tab
added support for pinning/unpinning tabs
2017-11-05 23:41:38 +00:00
Jiabo Hou
87b8280d4b code review
* change default keybinding for pin/unpin tab from 'p' to 'zp'
 * use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned
2017-11-05 18:09:02 -05:00
Jiabo Hou
c2d2f895a5 added support for pinning/unpinning tabs
features:
 * pin tab
 * unpin tab
 * toggle pin/unpin tab
2017-11-05 17:28:26 -05:00
Shin'ya Ueoka
b3b017a123
Merge pull request #113 from alx741/tabs
Add Tabs first/last selectors
2017-11-05 13:17:40 +00:00
Shin'ya Ueoka
7cdbe310c1
Merge pull request #136 from ueokande/release-0.4
Release 0.4
2017-11-05 03:21:53 +00:00
Shin'ya Ueoka
58efb40bd9 Release 0.4 2017-11-05 12:06:29 +09:00
Shin'ya Ueoka
7f890701c1
Merge pull request #135 from ueokande/qa-0.4
fix settings reload on content
2017-11-05 02:54:55 +00:00
Shin'ya Ueoka
7e6b8262b5 fix settings reload on content 2017-11-05 11:48:11 +09:00
Shin'ya Ueoka
5851287b4c
Merge pull request #134 from ueokande/qa-0.4
QA 0.4
2017-11-05 02:43:53 +00:00
Shin'ya Ueoka
64236aaad0 Add 0.4 tests 2017-11-05 11:15:40 +09:00
usk
764d7a34bd add support for following some buttons on mobile.twitter.com
The buttons are:

  * reply
  * retweet
  * favorite
  * direct message
  * drop down menu
2017-11-05 10:33:03 +09:00
Shin'ya Ueoka
3a83d2f4d5 clean QA 2017-11-05 10:25:36 +09:00
Shin'ya Ueoka
516a701ebb
Merge pull request #129 from ueokande/retry-setting-load
fix plugin load
2017-11-04 22:52:17 +00:00
Shin'ya Ueoka
387524a407 fix plugin load 2017-11-05 07:47:05 +09:00
Shin'ya Ueoka
e1fdba6935
Merge pull request #117 from gliptak/patch-1
Bring Firefox current inTravis
2017-11-04 13:23:45 +00:00
Shin'ya Ueoka
e4ff3a78fb
Merge pull request #126 from ueokande/69-fix-completion-navigate
fix completion navigate
2017-11-02 23:07:06 +00:00
Shin'ya Ueoka
774a960a83 remove comparison with previous value 2017-11-02 21:04:13 +09:00
Shin'ya Ueoka
9f1a18352f
Merge pull request #123 from ueokande/64-follow-area-tags
follow area tags
2017-11-02 11:41:11 +00:00
Shin'ya Ueoka
14241ca842 support following area tags 2017-10-31 21:37:53 +09:00
Shin'ya Ueoka
2c600786c8 rename to follow-controller 2017-10-31 19:34:32 +09:00
Shin'ya Ueoka
24c7369451 Remove update propagation 2017-10-31 19:34:32 +09:00
Shin'ya Ueoka
c4996ef5d8
Merge pull request #120 from cozywigwam/master
Minor adjustments in readme for clarification
2017-10-30 21:59:36 +00:00
Grant Surratt
cacdce7398 Minor adjustments in readme for clarification 2017-10-30 09:24:08 -07:00
Gábor Lipták
15cd0c6d63
Bring Firefox current inTravis 2017-10-30 08:43:23 -04:00
Shin'ya Ueoka
3a1940a0c3 fix completion navigate 2017-10-30 20:49:18 +09:00
Daniel Campoverde
12f960fe35 Document first and last tab operations 2017-10-29 22:28:48 -05:00
Daniel Campoverde
ef98e196ab Add TAB_LAST operation 2017-10-29 22:26:08 -05:00
Daniel Campoverde
d0df1a05a1 Clean up TAB_FIRST operation 2017-10-29 22:03:46 -05:00
Daniel Campoverde
2c97f8a4f3 Fix selectFirstTab 2017-10-29 22:01:12 -05:00
Daniel Campoverde
026fee32d6 Default TAB_FIRST mapping 2017-10-29 21:56:59 -05:00
Daniel Campoverde
a2651f617f Add TAB_FIRST operation 2017-10-29 20:48:22 -05:00
Shin'ya Ueoka
aeebdcd3ef
Merge pull request #112 from alx741/readme
Readme typos
2017-10-29 22:05:36 +00:00
Daniel Campoverde
b07d4f847c Console commands clarification 2017-10-29 16:03:54 -05:00
Daniel Campoverde
84e5a966ae Fix typo 2017-10-29 16:02:01 -05:00
Daniel Campoverde
860eb63942 Fix typo 2017-10-29 15:59:35 -05:00
Shin'ya Ueoka
43dfa066c7
Merge pull request #110 from ueokande/107-scroll-window-and-body
scroll html and body preferentially
2017-10-29 13:30:11 +00:00