Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #708 from ueokande/sync-storage | Shin'ya Ueoka | 2020-02-09 | 14 | -110/+187 | |
|\ | | | | | Synchronize settings with Firefox Sync | |||||
| * | Add SettingUseCase tests | Shin'ya Ueoka | 2020-02-09 | 12 | -85/+108 | |
| | | ||||||
| * | Synchronize settings via Firefox Sync | Shin'ya Ueoka | 2020-02-03 | 6 | -18/+65 | |
| | | ||||||
| * | Rename setting repositories and refactor | Shin'ya Ueoka | 2020-02-03 | 7 | -23/+30 | |
| | | ||||||
* | | Treats digit keys with modifiers | Shin'ya Ueoka | 2020-02-09 | 1 | -1/+1 | |
| | | ||||||
* | | Clear keys on window blur | Shin'ya Ueoka | 2020-02-05 | 3 | -0/+15 | |
|/ | ||||||
* | Update typescript | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+2 | |
| | ||||||
* | Enable addon on blacklisted sites | Shin'ya Ueoka | 2019-12-22 | 3 | -10/+7 | |
| | ||||||
* | Fix lint rules | Shin'ya Ueoka | 2019-12-22 | 2 | -4/+2 | |
| | ||||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 85 | -423/+423 | |
| | ||||||
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 6 | -16/+16 | |
| | ||||||
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 7 | -137/+175 | |
| | ||||||
* | Repeat content operation with a numeric prefix | Shin'ya Ueoka | 2019-12-13 | 2 | -95/+103 | |
| | ||||||
* | Add prefix functions in KeySequence | Shin'ya Ueoka | 2019-12-13 | 3 | -3/+25 | |
| | ||||||
* | Identify the key is a digit | Shin'ya Ueoka | 2019-12-06 | 2 | -5/+32 | |
| | ||||||
* | Make engines required | Shin'ya Ueoka | 2019-12-03 | 3 | -4/+15 | |
| | ||||||
* | Validate on top-level settings and use pre-compiled ajv | Shin'ya Ueoka | 2019-12-03 | 8 | -435/+377 | |
| | ||||||
* | Add settings schema and compile script | Shin'ya Ueoka | 2019-12-03 | 2 | -0/+619 | |
| | ||||||
* | Validate json settings with ajv | Shin'ya Ueoka | 2019-12-03 | 5 | -108/+112 | |
| | ||||||
* | Fix for eslint | Shin'ya UEOKA | 2019-12-01 | 1 | -1/+1 | |
| | ||||||
* | handle localhost urls with path | chenchao | 2019-11-07 | 1 | -2/+17 | |
| | ||||||
* | more localhost use cases | chenchao | 2019-11-06 | 1 | -2/+12 | |
| | ||||||
* | support url started with localhost | chenchao | 2019-11-05 | 1 | -1/+1 | |
| | ||||||
* | Add partial blacklist form | Shin'ya UEOKA | 2019-10-08 | 6 | -40/+161 | |
| | ||||||
* | Ignore keys on partial blacklist | Shin'ya UEOKA | 2019-10-08 | 3 | -0/+26 | |
| | ||||||
* | Add partial blacklist item | Shin'ya UEOKA | 2019-10-07 | 2 | -20/+99 | |
| | ||||||
* | Rename valueOf to fromJSON | Shin'ya UEOKA | 2019-10-07 | 6 | -18/+18 | |
| | ||||||
* | Use string settings on default settings | Shin'ya UEOKA | 2019-10-07 | 2 | -164/+85 | |
| | ||||||
* | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 10 | -52/+51 | |
| | ||||||
* | Fix form options | Shin'ya UEOKA | 2019-10-07 | 5 | -28/+35 | |
| | ||||||
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 9 | -62/+87 | |
| | ||||||
* | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 7 | -48/+54 | |
| | ||||||
* | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 10 | -163/+136 | |
| | ||||||
* | Make Search class | Shin'ya UEOKA | 2019-10-06 | 4 | -53/+93 | |
| | ||||||
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 11 | -73/+114 | |
| | ||||||
* | Make KeySequence class | Shin'ya UEOKA | 2019-10-06 | 3 | -39/+29 | |
| | ||||||
* | Make key class | Shin'ya UEOKA | 2019-10-06 | 4 | -60/+81 | |
| | ||||||
* | Add :help command to open help | Shin'ya UEOKA | 2019-10-01 | 4 | -1/+21 | |
| | ||||||
* | Do not map Ctrl+C on imput | Shin'ya Ueoka | 2019-09-05 | 1 | -3/+0 | |
| | ||||||
* | Cancel follow mode and console by Ctrl-C | Shin'ya Ueoka | 2019-09-05 | 2 | -1/+17 | |
| | ||||||
* | Save on checkbox changed | Shin'ya UEOKA | 2019-08-29 | 1 | -1/+8 | |
| | ||||||
* | Fix type checkings | Shin'ya UEOKA | 2019-08-29 | 3 | -12/+11 | |
| | ||||||
* | Use default settings on loading failure | Shin'ya Ueoka | 2019-08-28 | 1 | -1/+6 | |
| | ||||||
* | Fix undefined checking on operation parameter | Shin'ya Ueoka | 2019-08-28 | 2 | -15/+29 | |
| | ||||||
* | Open options page on banner click | Shin'ya Ueoka | 2019-08-20 | 2 | -2/+13 | |
| | ||||||
* | Merge pull request #622 from ueokande/fallback-default-settings | Shin'ya Ueoka | 2019-08-05 | 3 | -15/+32 | |
|\ | | | | | Handle errors on loading settings | |||||
| * | Distinct notification IDs | Shin'ya Ueoka | 2019-08-01 | 2 | -20/+18 | |
| | | ||||||
| * | Handle errors on loading settings | Shin'ya Ueoka | 2019-07-30 | 3 | -6/+25 | |
| | | | | | | | | | | | | | | The error on loading settings can occurs when the settings lose backward compatibility on version up, or the saved date is broken. The error is caught, then the script done fallback to default settings and notify it to user. | |||||
* | | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 5 | -7/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") } | |||||
* | | tabs.close.right: rename `gd` -> `x$` | chocolateboy | 2019-07-31 | 2 | -2/+2 | |
| | |