7965 Commits

Author SHA1 Message Date
Gordon Williams
cb56dbce34 update to latest apps 2022-08-11 14:02:44 +01:00
Gordon Williams
c0e724c00a E.defrag now kicks the watchdog (on Bangle.js 2 it can take long enough that the watchdog fires) 2022-08-11 09:54:27 +01:00
Gordon Williams
c719b5eaac Don't store command history if echo=off (eg for Web IDE/App Loader uploads) 2022-08-11 09:53:40 +01:00
Gordon Williams
c660e28606 Correctly handle parsing of template literals inside template literals
for https://github.com/espruino/BangleApps/pull/2083
2022-08-10 10:00:21 +01:00
Gordon Williams
5eba900152 Puck.js: Fix Puck.mag() in newest batch of Puck.js 2.1a sometimes returning -32768 2022-07-29 09:59:54 +01:00
Gordon Williams
c5fd8c17df update names 2022-07-28 16:22:06 +01:00
Gordon Williams
d3081ded33 oops - fix pinout-only mode 2022-07-28 16:12:57 +01:00
Gordon Williams
f220e81600 oops - fix build 2022-07-28 15:53:00 +01:00
Gordon Williams
e59b07a736 Improved document generation - and github links now point to that commit so the line numbers always match up 2022-07-28 15:32:46 +01:00
Gordon Williams
4cce3caa21 Fix issue parsing constant decls when not executing (fix #2255) 2022-07-28 11:26:59 +01:00
Gordon Williams
b01ed3dafa docs (fix #2251) 2022-07-28 09:23:17 +01:00
Gordon Williams
0d323d82fe
Merge pull request #2254 from qucchia/typescript
Typescript
2022-07-28 08:37:50 +01:00
qucchia
149a7f6bac Build types: Edit start of file 2022-07-27 20:14:32 +02:00
qucchia
b4cf252826 TypeScript: Some Bluetooth and Wifi functions 2022-07-27 20:14:18 +02:00
qucchia
ff90ed7e28 TypeScript: Wifi.connect and Wifi.startAP 2022-07-27 19:55:55 +02:00
qucchia
649c271b05 TypeScript: Declare modules as JS modules 2022-07-27 19:44:32 +02:00
qucchia
520025cada TypeScript: Don't declare Bluetooth as a class 2022-07-27 19:44:12 +02:00
qucchia
f747dc312c Use HIGH and LOW as booleans 2022-07-27 19:43:14 +02:00
qucchia
12148963bc TypeScript: Buttons 1 - 5 2022-07-27 17:37:41 +02:00
qucchia
94940c642e TypeScript: HIGH and LOW 2022-07-27 17:37:32 +02:00
qucchia
8ed673b719 Update TypeScript Readme 2022-07-27 17:34:30 +02:00
qucchia
50271ea2d7 TypeScript: IO 2022-07-27 17:34:24 +02:00
Gordon Williams
5a99fbdafe Fix overlay positioning for partial updates 2022-07-27 16:17:47 +01:00
qucchia
314555a6d8 TypeScript: Remove unneeded line 2022-07-27 17:09:16 +02:00
qucchia
395444ec3d Add TypeScript Readme 2022-07-27 17:06:36 +02:00
qucchia
8d4378c12b Build types: show done message 2022-07-27 17:05:35 +02:00
qucchia
57c9f4d188 TypeScript: Fix Graphics.setTheme 2022-07-27 17:05:18 +02:00
qucchia
27250b62c6 Don't include ‘interface’ keyword in declarations 2022-07-27 17:05:03 +02:00
Gordon Williams
5142b3daab Merge branch 'master' of github.com:espruino/Espruino 2022-07-27 16:02:13 +01:00
Gordon Williams
18c56cfc57 oops - fix merge error 2022-07-27 16:02:09 +01:00
Gordon Williams
b63972dc88
Merge pull request #2253 from qucchia/typos
More typos
2022-07-27 16:01:12 +01:00
Gordon Williams
30b18ee2b6 Merge branch 'bangle2_lcd_overlay' 2022-07-27 16:00:06 +01:00
Gordon Williams
d6d37dfb2e Bangle.js2: Added Bangle.setLCDOverlay(img,x,y) to allow an image to be overlaid on top of screen contents (eg for notifications) 2022-07-27 15:58:22 +01:00
qucchia
840320db69 Allow ‘build_types’ script to work from anywhere 2022-07-27 16:30:11 +02:00
Gordon Williams
d4dded3bdc
Merge pull request #2252 from qucchia/master
Limit documentation comments to 80 characters (#2244)
2022-07-27 15:27:04 +01:00
qucchia
0ff89a939a More typos 2022-07-27 16:23:58 +02:00
Gordon Williams
6e73a8ed03 First try, using Graphics instance (should move to image) 2022-07-27 14:54:51 +01:00
qucchia
c5bb94bf7a Limit documentation comments to 80 characters (#2244) 2022-07-27 15:32:19 +02:00
Gordon Williams
aa58f0ed3c
Merge pull request #2250 from qucchia/typos
Typos
2022-07-27 13:42:50 +01:00
Gordon Williams
e31b9c0ce8
Merge pull request #2249 from qucchia/typescript
TypeScript: Graphics
2022-07-27 13:24:14 +01:00
qucchia
ba30e2f018 Typos 2022-07-27 13:31:13 +02:00
qucchia
83f1c338ed TypeScript: Graphics 2022-07-27 12:51:48 +02:00
Gordon Williams
a9025da682
Merge pull request #2248 from qucchia/typescript
More Typescript
2022-07-27 09:57:38 +01:00
qucchia
7435ff4a63 TypeScript: Bangle 2022-07-27 10:54:28 +02:00
qucchia
28cdf48523 common.js: Give useful information when an error occurs
Prints the file name and JSON when an error occurs while parsing it.
2022-07-27 10:53:17 +02:00
qucchia
3bc5387216 TypeScript: if a return type is Promise, convert to Promise<void>
(Used to be Promise<any>)
2022-07-27 10:35:47 +02:00
qucchia
f3d137b72d Allow TYPESCRIPT comments to include additional metadata 2022-07-27 10:35:33 +02:00
Gordon Williams
362cdac768 docs 2022-07-27 08:27:34 +01:00
qucchia
4268e697e2 TypeScript: Pixl 2022-07-27 09:27:04 +02:00
Gordon Williams
1209148d27
Merge pull request #2247 from qucchia/typescript
Add some TypeScript declarations
2022-07-27 08:26:29 +01:00