Commit Graph

32 Commits (595e4a71ea73f475b5e07dc70c808a3de8bf1eaf)

Author SHA1 Message Date
Anton 751f5ed9f3 Unbump app with only comment change 2024-05-17 14:58:58 +02:00
Anton 62a16815d6 Bump app versions 2024-05-04 23:41:56 +02:00
Anton a78858e1ac Also lint typescript files 2024-05-04 23:21:43 +02:00
Rob Pilling 259dd24482 typescript: Immediately prescribe types to results of readJSON() 2023-06-13 23:23:54 +01:00
Rob Pilling d848d40a25 typescript: handle typings which now distinguish setTimeout/Interval 2023-06-13 23:23:54 +01:00
Rob Pilling 23081d95cc widhid: bump changelog 2023-05-16 23:26:55 +01:00
Rob Pilling 42e925d35e widhid: continue on HID Report errors
e.g.
```
Uncaught Error: ERR 0xf (FORBIDDEN) (:3020)
 at line 1 col 2082 in widhid.wid.js
NRF.sendHIDReport([1,code],function(){return NRF.sendHIDReport([1,0]);});
                                                                       ^
in function "sendHid" called from line 1 col 2165 in widhid.wid.js
sendHid(0x10);
            ^
in function "toggle" called from line 1 col 567 in widhid.wid.js
...s(e.y-anchor.y)<2)){toggle();onEvent();return;}}if(waitForRelease)...
                                    ^
in function called from system
```
2023-05-16 23:26:55 +01:00
Rob Pilling c4b08bda3b widhid: fix "#ondrag" singular being a function 2023-05-16 23:16:34 +01:00
Rob Pilling 109fd078f4 popcon: use E.stopEventPropagation() for the drag handler 2023-05-13 08:44:50 +01:00
Rob Pilling b12fa58215 bump version 2023-05-10 23:38:43 +01:00
Rob Pilling 9a3ac3bc7a widhid: better clash detection 2023-05-10 23:13:19 +01:00
Rob Pilling a9affac57e widhid: disable (temporarily) if a menu's shown 2023-05-10 21:57:33 +01:00
Rob Pilling 051b417971 widhid: don't check clkinfo focus on drag
... because we've already disabled those handlers
2023-05-10 21:56:59 +01:00
Rob Pilling abc57030ad widhid: delete unused variables 2023-05-10 08:05:29 +01:00
Rob Pilling 6cca01db0b widhid: only register swipe/activation handler when connected 2023-05-09 07:38:56 +01:00
Rob Pilling cb03f2837c widhid: fix type, add music tag 2023-05-08 22:33:50 +01:00
Rob Pilling cd2ea09509 widhid: resize app image 2023-05-08 22:33:50 +01:00
Rob Pilling e1c99b1677 widhid: add README 2023-05-08 22:33:50 +01:00
Rob Pilling c62056a0cf widhid: regenerate JS 2023-05-08 22:33:50 +01:00
Rob Pilling c1f8b1e4aa widhid: guard against errors restoring handlers 2023-05-08 22:33:50 +01:00
Rob Pilling 4352cd0f29 widhid: formatting 2023-05-08 22:33:50 +01:00
Rob Pilling 610f4d61a7 widhid: initial display based on NRF.connected 2023-05-08 22:33:50 +01:00
Rob Pilling a2e9c8db1e widhid: disable all touch events when active 2023-05-08 22:33:50 +01:00
Rob Pilling 28fe46f77e widhid: disable if clkinfo is focused 2023-05-08 22:33:50 +01:00
Rob Pilling 02b41cf4ec widhid: rename widget icons & add app icon 2023-05-08 22:33:50 +01:00
Rob Pilling 0192b150e7 widhid: only draw if width > 0 (i.e. when connected) 2023-05-08 22:33:50 +01:00
Rob Pilling 69bfcfeb99 widhid: regenerate JS 2023-05-08 22:33:50 +01:00
Rob Pilling 2fc4fdedac widhid: debug comments 2023-05-08 22:33:50 +01:00
Rob Pilling d2a989170c widhid: gesture/dragging improvements 2023-05-08 22:33:50 +01:00
Rob Pilling 4af055dac7 widhid: formatting 2023-05-08 22:33:50 +01:00
Rob Pilling 683b2dff21 widhid: icon size changes 2023-05-08 22:33:50 +01:00
Rob Pilling 9cdf97164c widhid: new widget 2023-05-08 22:33:50 +01:00