László Monda
88c42d58b1
Extract reenumerate() as an async function in reenumerate.js
2018-01-30 18:36:16 +01:00
László Monda
5099e904fc
Use uhk.writeDevice() in set-i2c-baud-rate.js
2018-01-30 17:30:12 +01:00
László Monda
5476f7c3a5
Extract I2C0_F.
2018-01-30 17:25:29 +01:00
László Monda
e0bb0bcca3
Add the async uhk.writeDevice() and use it in get-i2c-baud-rate.js
2018-01-30 17:21:50 +01:00
László Monda
124c3ec29b
Simplify reenumerate.js mainly by using uint32ToArray()
2018-01-30 06:09:09 +01:00
László Monda
2310320b8a
Replace pushUint32() with uint32ToArray() and don't use it where not needed.
2018-01-30 05:30:32 +01:00
László Monda
67346b4cda
Simplify getTransferData()
2018-01-30 05:10:29 +01:00
Róbert Kiss
662ca0152f
fix(keymap): Don't show keymap description in the key action popover ( #572 )
2018-01-29 23:40:41 +01:00
Róbert Kiss
6358528438
ci: use node 8.9.4 ( #571 )
...
Node 8.9.4 contain a few security update and use npm 5.6.0 so not need to
install npm in the build process. The build time will a few sec sorter
2018-01-29 23:20:07 +01:00
József Farkas
02f1053d46
feat(popover): sort keymaps and macros alphabetically ( #534 )
...
* feat(popover): sort keymaps and macros alphabetically
Closes #512
* small performance refactoring
2018-01-29 23:15:21 +01:00
Róbert Kiss
a44a7dc5f8
chore: use lodash-es version ( #569 )
...
lodash-es support tree shaking and the bundle size will near 2MB less
2018-01-29 23:02:17 +01:00
Róbert Kiss
02d57fdabf
feat(keymap): add description to keymap ( #559 )
...
* feat(keymap): add description to keymaps
* add new feature request
* preserve new lines
2018-01-29 22:54:29 +01:00
Róbert Kiss
38f6688930
chore: upgrade electron => 1.7.11 ( #568 )
2018-01-29 21:26:32 +01:00
Róbert Kiss
6ca12d0ccd
build: set Apple appId => com.ultimategadgetlabs.agent ( #566 )
2018-01-23 19:19:15 +01:00
László Monda
acd17ac657
Fix the background color of the toplevel device node. Fixes #552
2018-01-22 04:41:43 +01:00
László Monda
5393501f68
Update CHANGELOG.md
v1.1.0
2018-01-16 19:43:10 +01:00
László Monda
99e020d66f
Bump Agent version to 1.1.0 and update package.json and the changelog accordingly.
2018-01-15 19:02:29 +01:00
László Monda
2c74ce8d3e
Reference firmware 8.1.0 and adopt the newly introduced "v" git tag prefix for firmware tags.
2018-01-15 12:04:11 +01:00
László Monda
3cd2d208b9
Make get-i2c-health.js output uptime and baud rate.
2018-01-15 01:37:52 +01:00
László Monda
d0cd30f915
Add get-i2c-health.js
2018-01-15 01:21:56 +01:00
László Monda
010a23aaeb
Extract slaveI2cErrorBufferToString()
2018-01-15 01:07:23 +01:00
László Monda
c723fe2651
Simplify get-slave-i2c-errors.js by using padEnd()
2018-01-15 00:55:38 +01:00
László Monda
95caa58624
Utilize uhk.getUint* in get-slave-i2c-errors.js
2018-01-15 00:37:31 +01:00
László Monda
9089f088b6
Clean up get-left-firmware-version.js a bit.
2018-01-15 00:31:24 +01:00
László Monda
1aeb4e8326
Make get-left-firmware-version.js display module protocol version, too.
2018-01-15 00:07:30 +01:00
László Monda
96b9226adb
Fix script to display the correct firmware version.
2018-01-15 00:02:57 +01:00
László Monda
7c065f4368
Remove --buspal speed specification because it gets disrespected by the firmware anyways.
2018-01-14 22:13:31 +01:00
Róbert Kiss
a8108b9abf
revert: Revert auto write user configuration ( #558 )
2018-01-14 19:32:41 +01:00
László Monda
c7baa00720
Add get-uptime.js
2018-01-14 18:33:14 +01:00
László Monda
5cdf2282f8
Add {get,set}-i2c-baud-rate.js
2018-01-14 18:15:50 +01:00
László Monda
89221faf60
Add set-i2c-baud-rate.js
2018-01-14 00:45:51 +01:00
László Monda
3b70c84c61
Merge branch 'master' of github.com:UltimateHackingKeyboard/agent
2018-01-13 19:33:28 +01:00
László Monda
5b1f4cb584
On the mouse speed section of the key action popover remove the bottom sentence and slightly rephrase the top sentence.
2018-01-13 19:30:08 +01:00
Mikko Lakomaa
3ee6c680a1
Agent menu ( #540 )
...
* Add generate version module script
* Remove Fork me on GitHub banner
* Add app-version.ts
* Revert "Add app-version.ts"
This reverts commit fe1a37e631 .
* Add app-version.ts
* Add agent icon class
* Move settings component under agent folder
* Add AboutComponent
* Add agent routes
* Add index.ts for agent folder
* Fix agent folder imports in shared module
* Add agent menu to side menu, with Settings and About pages under it
* Fix agent icon alignment in side menu
* Simplify About page
* Make Agent menu 0 level in side menu
* Remove bottom Settings menu
* Fix Agent menu closing if My UHK is closed in side menu
* Fix version text alignment in auto update settings
* Remove github fork ribbon styles
* use package.json instead of app-version.ts
* fix OpenUrlInNewWindow naming
* fix lint request
* fix: firmware download url calculation
2018-01-13 17:10:21 +01:00
László Monda
fdcf64d5c6
Only display minutes in the I2C error logger script.
2018-01-13 00:06:18 +01:00
László Monda
6c327ee414
Add I2C logger script.
2018-01-11 02:57:49 +01:00
László Monda
b6bdd1486c
Make update-module-firmware.js more robust and able to recover bricked modules (including the left half) by utilizing the newly added wait-for-kboot-idle.js
2018-01-10 03:15:19 +01:00
László Monda
bd5be98d99
Restore wdi-simple.exe and 50-uhk60-rules.cmd just in case.
2018-01-08 06:13:37 +01:00
László Monda
802e6a4649
Update README.md
2018-01-08 06:03:58 +01:00
László Monda
ae11c01725
Tidy up else clauses based on our coding standards.
2018-01-08 05:41:36 +01:00
Róbert Kiss
f0139c55ee
feat(user-config): Upload user configuration from json/bin file ( #545 )
...
* feat(user-config): Upload user configuration from json/bin file
* fix error message
* remove file extension filter
* apply user config after loaded from file
* add file filter
* remove file filter
2018-01-08 05:29:31 +01:00
László Monda
b3f2e3451e
Update README.md
2018-01-07 21:30:03 +01:00
Róbert Kiss
906beaac0e
Update README.md ( #548 )
2018-01-07 21:27:07 +01:00
Andrew Kraut
46f855d1db
Update readme ( #547 )
...
* Fix typos
* Update build instructions
2018-01-07 19:56:24 +01:00
László Monda
5341d953ff
Fix statusCodesToStrings map.
2018-01-07 05:21:08 +01:00
László Monda
bd9a2a0eeb
Make get-slave-i2c-errors.js display slave names and I2C error names.
2018-01-06 21:29:14 +01:00
László Monda
4c10954721
Add script which reads I2C errors.
2018-01-05 03:26:26 +01:00
Róbert Kiss
bbce1e0e0f
fix(user-config): Validate device, keymap, and macro names ( #543 )
...
* fix(user-config): Validate device, keymap, and macro names
* fix device name renaming
2018-01-03 21:06:08 +01:00
László Monda
13f064229f
Add keyAssigmentOrder array to uhk60-right/device.json
2018-01-02 04:05:26 +01:00
László Monda
d3295c5666
Bump package.json and changelog to version 1.0.4
v1.0.4
2017-12-30 15:29:02 +01:00