Commit Graph

14659 Commits (cc9b96cf48d9d0ca63dca44eb71c094e96ba3990)

Author SHA1 Message Date
Gordon Williams cc9b96cf48
Merge pull request #2583 from notEvil/widdevst
New widget `widdevst`
2023-02-20 11:29:32 +00:00
Gordon Williams a796596d39
Merge pull request #2579 from nxdefiant/sensortools
sensortools: Fix time in gps
2023-02-20 11:21:36 +00:00
Gordon Williams eadb7264fd
Merge pull request #2576 from thyttan/quicklaunch
[quicklaunch] extension adding an extra screen to launch on swipes from
2023-02-20 11:20:19 +00:00
Gordon Williams 5649291686
Merge pull request #2574 from rigrig/ha-sensors
New app: hasensors: Home Assistant Sensors
2023-02-20 10:16:55 +00:00
Gordon Williams b982e96cbc
Merge pull request #2573 from nxdefiant/taglaunch
taglaunch: add health, cleanup tool
2023-02-20 09:03:49 +00:00
Gordon Williams 9188108bdb
Merge pull request #2571 from nxdefiant/master
calendar usage changes
2023-02-20 08:58:53 +00:00
Gordon Williams 60d9a3da31
Merge pull request #2572 from hughbarney/master
mitherm added screenshot and updated README file
2023-02-20 08:56:30 +00:00
notEvil 6b604422cd - apps/widdevst: added compatibility with module widget_utils 2023-02-19 15:31:37 +01:00
notEvil 01eeff6fe4 - added app widdevst 2023-02-19 12:53:07 +01:00
thyttan 0660f72011
Remove Bangle.drawWidgets, change timeout duration 2023-02-16 20:09:02 +01:00
thyttan da76c91d06
Bangle.showClock -> load in timeoutToClock 2023-02-16 18:34:16 +01:00
Erik Andresen 549f5ddd9a sensortools: Fix time in gps 2023-02-15 20:54:58 +01:00
thyttan c4cbbd460d
Update ChangeLog 2023-02-15 20:30:57 +01:00
thyttan 80390a1d04
Update settings.js 2023-02-13 22:35:58 +01:00
thyttan 8790ace2f0
Update metadata.json 2023-02-13 22:18:20 +01:00
thyttan a8f1b172b7
Update metadata.json 2023-02-13 22:16:11 +01:00
thyttan 334d196108 add timeout to clock 2023-02-13 21:56:52 +01:00
thyttan c8a4f5bb98 Add README.md 2023-02-13 21:14:57 +01:00
thyttan 2f078f20c3 don't clear the widgets 2023-02-13 20:59:57 +01:00
thyttan 6e76ce04fd add widget utils again 2023-02-13 20:47:03 +01:00
thyttan 6d1234bc67 clear graphics before loading widgets 2023-02-13 20:37:03 +01:00
thyttan d4cea1372e tweak app list sort order 2023-02-13 19:58:38 +01:00
thyttan fb351a6e82 fix metadata removing JS icon reference 2023-02-13 19:40:43 +01:00
thyttan 6752817e68 tweaks quick launch extension 2023-02-13 19:33:57 +01:00
thyttan 4534eae73f extension adding an extra screen to launch on swipes from
change type to app

add placeholder JS icon
2023-02-12 22:09:28 +01:00
Richard de Boer f38518fb63
New app: hasensors: Home Assistant Sensors
Creates battery level+state sensors in Home Assistant over HTTP
2023-02-12 19:17:16 +01:00
Erik Andresen d9308f1f7d taglaunch: move health icon to separate file 2023-02-12 08:53:49 +01:00
Erik Andresen 8d679766a0 taglaunch: add health, cleanup tool
Remove app from 'tool' when it has at least one other known tag
Add tag 'health' for apps like Heart Rate Monitor
2023-02-12 08:15:12 +01:00
Erik Andresen 5d6f14cd21 calendar: Add tag "tool" 2023-02-11 21:37:06 +01:00
Hugh Barney 184af94426 MiTherm added screenshot and updated README file 2023-02-11 20:31:18 +00:00
Hugh Barney 1a0820d28d Merge remote-tracking branch 'upstream/master' 2023-02-11 20:22:56 +00:00
Erik Andresen fc4a944da5 calendar: remove event in loop 2023-02-10 17:45:14 +01:00
Erik Andresen ed53150afe calendar event pre calculation to month+2weeks 2023-02-10 17:25:35 +01:00
Erik Andresen 6e81af5db5 calendar cleanup 2023-02-10 17:20:00 +01:00
Erik Andresen 584b25b97c calendar cleanup 2023-02-10 17:15:35 +01:00
Erik Andresen 5d5d2fb7f0 Merge branch 'master' of github.com:nxdefiant/BangleApps 2023-02-10 17:12:29 +01:00
Erik Andresen 09f2b655ff calendar 0.13
- Change usage to swipe left/right for next/previous month
- Add up/down swipe for next/previous year
- Display scheduler events for current month on touch
2023-02-10 17:10:37 +01: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