Skye Jensen
c3a6b373d4
Update lerna dependency from 3.2.0 to 3.13.0 ( #923 )
2019-02-27 21:11:42 +01:00
Róbert Kiss
f94b221ee9
feat: convert UdevRulesInfo to string enum ( #921 )
...
* feat: convert UdevRulesInfo to string enum
For easier log reading better to use string enum.
* fix typo
2019-02-24 22:04:46 +01:00
Róbert Kiss
3a1451a6a9
fix: agent falsely reports UHK detected ( #922 )
...
close #915
2019-02-24 19:48:36 +01:00
Róbert Kiss
7a2c8cb2e4
refactor: ngrx-store use enum ActionTypes and Action classes everywhere ( #919 )
2019-02-22 19:00:17 +01:00
Róbert Kiss
de71f6f88c
chore: upgrade lodash ( #914 )
2019-02-21 11:18:13 +01:00
Róbert Kiss
5fd555c214
refactor: remove console.log from popover component ( #911 )
2019-02-02 02:12:20 +01:00
Róbert Kiss
9a0b0f9df1
feat: redesign auto-update component ( #910 )
2019-02-02 02:11:54 +01:00
dgyimesi
2c041b64ff
feat: Redesign About page. ( #899 )
...
* Redesign About page.
* feat: migrate About page to ngrx.
* Fix import relative path; order contributors by the number of contributions.
2019-01-27 00:43:57 +01:00
dgyimesi
8947f2dedf
feat: Make the Agent application icon slightly smaller. ( #898 )
...
* feat: Make the Agent application icon slightly smaller.
* feat: generate icon.icns
2019-01-26 22:51:13 +01:00
dgyimesi
c36156b497
feat: Make Right click, Esc set the key action to none ( #897 )
...
* feat: Make Right click, Esc set the key action to none
* refactor: use ts-keycode-enum; revert: escape from mapping on pressing escape.
2019-01-24 14:25:22 +01:00
Róbert Kiss
8acc33e719
chore: set preserveWhitespaces: false in angular tsconfig.json ( #904 )
2019-01-24 01:41:52 +01:00
Mónus Tamás
2855480d6a
fix: Pressing Tab after "update description" corrupts UI ( #872 ) ( #878 )
...
* fix: Pressing Tab after "update description" corrupts UI (#872 )
* Prevent focus on button groups by setting tabindex to -1.
2019-01-21 20:09:06 +01:00
László Monda
eee3322082
Use TAG+="uaccess" instead of MODE:="0666", GROUP="plugdev" in the udev rules for better compatibility. Fixes #901
2019-01-21 14:47:17 +01:00
Róbert Kiss
bb31c2cefa
refactor: use rxjs pipe syntax ( #900 )
...
The `let` operator was not migrated because earlier two reducer needed be refactored
- user-configuration reducer
- present reducer
This commit is prerequisite of the angular upgrade.
2019-01-20 23:23:01 +01:00
dgyimesi
e18a98d8bb
fix: Don't change the tab immediately when closing the key action popover ( #895 )
2019-01-20 22:55:06 +01:00
Róbert Kiss
1eb8720305
chore: reorganize npm script ( #884 )
...
The goal is every package should be responsible to `lint`, `build` and
`test` commands. This modification helps to easier add new package to
the repository.
2018-12-22 02:20:38 +01:00
Róbert Kiss
58ee42fcc2
chore: unify tsconfig.json files ( #883 )
2018-12-22 00:46:17 +01:00
Róbert Kiss
9112b597f8
fix: device recovery mode ( #879 )
2018-12-18 00:10:02 +01:00
Róbert Kiss
108d60a497
feat: show os specific modifiers for macro actions ( #855 )
2018-11-12 23:22:26 +01:00
Róbert Kiss
1a9bd7de83
feat: show udev rules on missing device screen ( #842 )
...
* feat: show udev rules on missing device screen
* delete MissingDeviceComponent
* feat: change privilege and message device screen texts
* feat: change message device screen texts
* fix: load config from device
* fix: load config when hasPermission = true
* fix: load app start info after set permission rules
* fix: action dispatch
* fix: load config from device when UdevRulesInfo.Ok
* fix: load config from device when 0 device available
* feat: add extra space between the "old udev rule" and permission button
2018-11-09 01:30:40 +01:00
Róbert Kiss
10cd06c70b
feat: allow 8.4.3 firmware features ( #845 )
...
* feat: allow 8.4.3 firmware features
* feat: remove "layer-double-tap" command line argument
2018-11-05 19:51:39 +01:00
Róbert Kiss
18808eae9c
fix: user Renderer2 instead of deprecated Renderer ( #844 )
2018-10-30 03:06:44 +01:00
Richard Prillwitz
a4e3696078
chore: upgrade dependencies ( #828 )
...
* fixed vulnerabilities;
* update lerna from 3.1.4 to 3.2.0;
* fixed linter complaining about two empty lines in scss file;
* use fixed versions,
2018-10-16 19:17:12 +02:00
Róbert Kiss
2b963993d2
fix: stop event propagation when capturing keypress action ( #817 )
...
* fix: stop event propagation when capturing keypress action
* fix: save to keyboard shortcut allowed when keypress not capturing
2018-10-14 20:43:35 +02:00
László Monda
e333022043
Add international scancodes. Fixes #807 .
2018-10-09 23:02:07 +02:00
Róbert Kiss
2e2a59ccb8
feat: remove Stop/Eject keypress action ( #819 )
...
* feat: remove Stop/Eject keypress action
* feat: remove WWW and Launch Web Browser keypress actions
2018-10-08 02:35:48 +02:00
Róbert Kiss
6f073ad718
feat: use icon for play/pause keypress action ( #818 )
...
* feat: use icon for play/pause keypress action
* fix: use rectangle layout in svg-single-icon-key
2018-10-08 02:32:02 +02:00
László Monda
166834e46c
Update udev rules based on the instructions of https://github.com/node-hid/node-hid/releases/tag/v0.7.2
2018-10-08 00:22:14 +02:00
Róbert Kiss
2cbfc6a11e
fix: ui break when press tab key in keymap short name control ( #816 )
2018-10-07 23:21:25 +02:00
Róbert Kiss
d57ef66038
feat: disable other popover tabs if the current key is layer switcher action ( #813 )
2018-10-07 22:14:36 +02:00
Róbert Kiss
7e4b7c5c8b
fix: macro action text overlap ( #811 )
2018-10-07 18:31:15 +02:00
Róbert Kiss
247ec4c1b2
feat: add backspace and caps lock icons ( #803 )
...
Summary:
- svg sprite generate with xmlns:xlink="http://www.w3.org/1999/xlink " namespace
- uhk-icon-agent-icon css class renamed to uhk-icon-pure-agent-icon because
it collided with agent icon sprites
- added backspace and caps lock icons
2018-10-01 02:06:23 +02:00
Róbert Kiss
edcff069fd
fix: write agent version into the log when upgrade firmware ( #802 )
2018-09-30 22:48:42 +02:00
László Monda
8afdeac306
Fix right and middle mouse click macro actions which were exchanged. Fixes #794 .
2018-09-27 00:35:13 +02:00
László Monda
0b3fca63b7
Add History Back and History Forward scancodes. Resolves #776 .
2018-09-24 03:56:29 +02:00
László Monda
cbd4460df0
Map Caps Lock without Ctrl on default keymaps.
2018-09-24 03:03:05 +02:00
László Monda
b941bd9a75
Set the decelerated scroll speed of the default configuration to 10.
2018-09-24 02:32:25 +02:00
László Monda
66d5302e6f
Add play/pause icon. Improves #591 .
2018-09-21 01:43:15 +02:00
László Monda
9e2e2b9c5c
Add more exact instructions to the permission setup screen. Fixes #781 .
2018-09-21 00:56:50 +02:00
Róbert Kiss
aa243ac7b0
feat: allow Layer Switcher secondary roles only on base layer ( #790 )
2018-09-21 00:20:46 +02:00
László Monda
eb421e0681
Revert "Remove unused mustache file."
...
This reverts commit 63aae8f578 .
2018-09-20 02:31:06 +02:00
László Monda
63aae8f578
Remove unused mustache file.
2018-09-20 02:08:58 +02:00
László Monda
e577454a31
Make all SVGs non-executable.
2018-09-20 02:05:51 +02:00
László Monda
e802bb0052
Remove unused SVGs.
2018-09-20 02:05:15 +02:00
László Monda
b98e5df20a
Add backspace and caps lock icons. Improves #83 .
2018-09-20 01:42:05 +02:00
Róbert Kiss
7332105edb
feat: remap on all keymap warning ( #789 )
2018-09-19 23:02:32 +02:00
László Monda
6a4feaf18d
Merge branch 'master' of github.com:UltimateHackingKeyboard/agent
2018-09-16 21:30:58 +02:00
László Monda
ee637d7958
Rename Scroll Lock to ScrLk and Num Lock to NumLk on keys. Improves #83 .
2018-09-16 21:28:54 +02:00
Róbert Kiss
8d161ce8ff
chore: upgrade Node.js => 8.12.0 ( #783 )
...
it's fix appveyor build
2018-09-16 21:17:40 +02:00
László Monda
8010bd8195
In the scancode select2 display "Print Screen SysRq" and add SysRq above PrtScn when rendering the key. Fixes #784 .
2018-09-16 21:09:54 +02:00