Commit Graph

14658 Commits (d9a45fc578cfd2c9081f298735a10c264f6888dd)

Author SHA1 Message Date
Rob Pilling d9a45fc578 Typescript - move to typescript/package.json 2023-02-19 17:58:15 +00:00
Rob Pilling 2c3edd5c7b btadv: clear hrmAny when turned off 2023-02-14 22:34:09 +00:00
Rob Pilling 794c373588 btadv: fit "waiting" message on screen 2023-02-14 22:34:09 +00:00
Rob Pilling 2d1a3cec8f btadv: minimum confidence level for HRM 2023-02-14 22:34:09 +00:00
Rob Pilling cd7723eb53 Simple tidy-ups 2023-02-14 22:34:09 +00:00
Rob Pilling d0b2d0e306 btadv: update todo 2023-02-14 22:34:09 +00:00
Rob Pilling 74aa06ec77 btadv: rebuild app.js 2023-02-14 22:34:08 +00:00
Rob Pilling f7f6dd2e5e btadv: ui/advert changes to improve idle touch handling 2023-02-14 22:33:30 +00:00
Rob Pilling f92ffd5d88 layout.d.ts: update optionals 2023-02-14 22:33:30 +00:00
Rob Pilling 79ebde3e69 layout.d.ts: ExtractIds gives back { id: T } 2023-02-14 22:33:30 +00:00
Rob Pilling ec75c37d37 layout.d.ts: rename out the way 2023-02-14 22:33:30 +00:00
Rob Pilling bd3efc5f9f btadv: change info layout to plain text 2023-02-14 22:33:30 +00:00
Rob Pilling c82e0f4e0a btadv: re-enable serv-update, only show when new 2023-02-14 22:33:30 +00:00
Rob Pilling 414a6817b0 btadv: todo 2023-02-14 22:33:30 +00:00
Rob Pilling 9e8bba280b btadv: togglable layouts 2023-02-14 22:33:30 +00:00
Rob Pilling d0245f0c64 btadv: tsc rebuild 2023-02-14 22:33:30 +00:00
Rob Pilling 1fbba23b1a btadv: incomplete menu tweaks 2023-02-14 22:33:30 +00:00
Rob Pilling fab41e0bb5 btadv: working multi-service advertising & transfer 2023-02-14 22:33:30 +00:00
Rob Pilling d9724ab0e3 btadv: add todo 2023-02-14 22:33:30 +00:00
Rob Pilling c36a6a5fbb btadv: handle remaining sensors 2023-02-14 22:33:30 +00:00
Rob Pilling 48f950f0b9 btadv: icon changes 2023-02-14 22:33:30 +00:00
Rob Pilling b671ca5952 btadv: hide stale values from menu 2023-02-14 22:33:30 +00:00
Rob Pilling 628d791c98 btadv: update name 2023-02-14 22:33:30 +00:00
Rob Pilling eaed0f8215 btadv: fix menus, avoid magic numbers 2023-02-14 22:33:30 +00:00
Rob Pilling f8ef58b48b btadv icon fixes 2023-02-14 22:33:30 +00:00
Rob Pilling 52894002e1 btadv: typescript + icon 2023-02-14 22:33:30 +00:00
Rob Pilling da58969924 btadv --> typescript 2023-02-14 22:33:30 +00:00
Rob Pilling 1477029762 btadv app: initial hrm support 2023-02-14 22:33:30 +00:00
Rob Pilling d65c6b6847 typescript ReturnType<> 2023-02-14 22:32:57 +00:00
Rob Pilling 5ebc5cd880 Typescript version updates 2023-02-14 22:32:57 +00:00
Rob Pilling 571adb88ce typescript: menu and font fixes 2023-02-14 22:32:55 +00:00
Rob Pilling 3dec2a4065 tsconfig: emit on error, and emit helpers 2023-02-14 22:32:02 +00:00
Rob Pilling 67f3ecbf34 Fix eslintignore for typescript-generated files 2023-02-14 22:32:02 +00:00
Rob Pilling 65449336fb ClockFace.d.ts 2023-02-14 22:32:02 +00:00
Rob Pilling d2b28ac2bd layout.d.ts 2023-02-14 22:32:01 +00:00
Rob Pilling 2e793391b2 clock_info.d.ts 2023-02-14 22:32:01 +00:00
Rob Pilling 008f7f40e5 Initial typescript config 2023-02-14 22:32:00 +00:00
Gordon Williams 716af7c18b
Merge pull request #2570 from bobrippling/typescript
Regenerate typescript / main.d.ts
2023-02-10 09:20:51 +00:00
Rob Pilling 486ca23c4c Regenerate typescript / main.d.ts
This regenerates `main.d.ts` from [`build_types.js`] in the espruino repo, after [updates to optionals and other changes].

The main changes are new modules, and some older typings that might have not been regenerated since their jsdoc/comments changed.

New module typings:
- CC3000
- ESP8266
- Flash
- NetworkJS
- Storage
- TelnetServer
- WIZnet
- Wifi
- crypto
- dgram
- fs
- heatshrink
- http
- neopixel
- net
- tensorflow
- tls
- tv

[`build_types.js`]: 149a7f6bac/scripts/build_types.js
[updates to optionals and other changes]: https://github.com/espruino/Espruino/pull/2322
2023-02-09 18:15:42 +00:00
Gordon Williams 912f7dfc41 Merge branch 'master' of github.com:espruino/BangleApps 2023-02-09 10:43:56 +00:00
Gordon Williams 65d369f049 added textinput dependency 2023-02-09 10:43:47 +00:00
Gordon Williams e61c6f2dd1
Merge pull request #2549 from hughbarney/master
Settings.log, off,display,log, both
2023-02-09 10:33:31 +00:00
Gordon Williams af99384821
Merge pull request #2557 from thyttan/backswipe
[backswipe] check for existing swipe/drag handlers
2023-02-09 10:24:20 +00:00
Gordon Williams 2d0c88f0af
Merge pull request #2569 from sabrsorensen/mtnclock_fix_unexpected_undefined_in_readWeather
[mtnclock] Addressed undefined weather timestamp
2023-02-09 09:25:43 +00:00
Sam Sorensen 6439062d92 Addressed undefined weather timestamp 2023-02-08 22:50:01 -07:00
Gordon Williams cb8e733738
Merge pull request #2563 from nxdefiant/master
sleepphasealarm 0.14
2023-02-08 13:12:15 +00:00
Gordon Williams 980555d5d3
Merge pull request #2568 from KungPhoo/patch-4
Update version
2023-02-08 13:11:58 +00:00
Gordon Williams e8536b44b1
Merge pull request #2567 from KungPhoo/patch-3
Update ChangeLog
2023-02-08 13:11:50 +00:00
Gordon Williams e740141f8e
Merge pull request #2566 from KungPhoo/patch-1
Change colour
2023-02-08 13:11:43 +00:00
KungPhoo 50a6649090
Update version 2023-02-08 14:10:10 +01:00