Commit Graph

12939 Commits (6fb3417f82549145d36e6b67a8491f9475fed2b3)

Author SHA1 Message Date
Gordon Williams b9ea3324cd Android and messages app updates to make navigation work with new Gadgetbridge release 2023-05-19 11:09:16 +01:00
Gordon Williams 2439c5c81d
Merge pull request #2763 from stweedo/master
[rescalc] New app - Resistor Calculator
2023-05-19 10:17:50 +01:00
Erik Andresen e358e3ebc6 Merge branch 'master' of github.com:nxdefiant/BangleApps 2023-05-18 20:04:21 +02:00
Erik Andresen c3991fff87 grocery: Add settings
Edit list on device
2023-05-18 19:57:42 +02:00
stweedo ec55e3d67d
Add files via upload 2023-05-18 12:45:01 -05:00
stweedo 987fc4d033
Update app.js - Adjust positioning of bands for new resistor img 2023-05-18 12:33:13 -05:00
stweedo c1f103eea7
Merge branch 'espruino:master' into rescalc 2023-05-18 12:09:29 -05:00
stweedo 3ba01bedab
Create ChangeLog 2023-05-18 12:07:56 -05:00
stweedo 3e062ef6ab
Update metadata.json
Added version info
Fixed tags info
2023-05-18 12:07:05 -05:00
stweedo b6a980a121
Update metadata.json - rename image 2023-05-18 12:00:38 -05:00
stweedo d9ab1e6f15
Update app.js - rename image 2023-05-18 11:59:52 -05:00
stweedo dc00a246be
Delete rescalc.img 2023-05-18 11:51:52 -05:00
stweedo 94c2c8dfa9
Delete rescalc.app.img 2023-05-18 11:51:38 -05:00
stweedo 827b88dfbb
Added image data to resistor.js 2023-05-18 11:50:26 -05:00
stweedo 114b8c7f63
Update app.js for new resistor img position 2023-05-18 11:49:06 -05:00
Gordon Williams 6597ba3d5f message 2023-05-18 11:15:35 +01:00
Gordon Williams c90dd72ce3 screenshots 2023-05-18 11:14:14 +01:00
Gordon Williams b39bd76770 Added an app to adjust the loading screen 2023-05-18 11:01:06 +01:00
Gordon Williams e69c088f08
Merge pull request #2758 from trufae/master
Fix regression in kanawatch picking the wrong bitmap sometimes
2023-05-18 08:38:59 +01:00
Gordon Williams f49ca11111
Merge pull request #2762 from halemmerich/owmweather
owmweather - Fix updating weather too often
2023-05-18 08:35:34 +01:00
Martin Boonk fe240ea27c owmweather - Fix calling weather if it is not available 2023-05-17 22:22:48 +02:00
Martin Boonk bd34c54eed owmweather - Respect update interval even on boot 2023-05-17 22:05:08 +02:00
Martin Boonk 4c5e9ce74b owmweather - Bump version 2023-05-17 22:03:37 +02:00
Martin Boonk bd3c8b4107 owmweather - Read defaults to prevent loading weather every few seconds 2023-05-17 21:54:35 +02:00
Gordon Williams 091a78058a
Merge pull request #2760 from bobrippling/stlapview-menu
Small stlapview menu fixes
2023-05-17 13:21:43 +01:00
Rob Pilling 087f6d0f1a stlap: use closure to avoid hanging onto `arguments` in `showMainMenu` 2023-05-17 12:54:28 +01:00
Gordon Williams 2434ac668e Merge branch 'master' of github.com:espruino/BangleApps 2023-05-17 10:49:33 +01:00
Gordon Williams 397c16757c Attempt at fixing openstreetmap map when viewed on mobile (I find going portrait/landscape was needed previously) 2023-05-17 10:38:21 +01:00
Gordon Williams 5f715b7f78 ensure clockinfo text is usppercase (font doesn't render lowercase) 2023-05-17 10:37:27 +01:00
Gordon Williams 4b9f121026
Merge pull request #2759 from rigrig/ha-sensors-inline
[Home Assistant Sensors] inline config, add icons, quotes unification
2023-05-17 09:38:28 +01:00
Gordon Williams e2ea182d73
Merge pull request #2761 from bobrippling/fix-widhid
Fix `widhid`'s HID sending errors and handling of #ondrag
2023-05-17 09:38:08 +01:00
Gordon Williams 1d7d9e2962 0.10: Option to hide widgets, tweak top widget width to avoid overlap with hour text at 9am 2023-05-17 09:25:47 +01:00
Gordon Williams 0f7c1d5e40 screenshot 2023-05-17 09:08:17 +01:00
Gordon Williams b3d251f681 Adding app id to clockinfo to ensure clock faces remember their own settings 2023-05-17 09:06:45 +01:00
Rob Pilling 9ea17e7f4a stlapview: bump version 2023-05-16 23:36:18 +01:00
Rob Pilling ca9bae78af stlapview: fix closure let-capture 2023-05-16 23:35:37 +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 7bd8d4701a stlapview: add top-level back button 2023-05-16 23:25:32 +01:00
Rob Pilling 2efc24c5a4 stlapview: remove eval & comment 2023-05-16 23:25:21 +01:00
Rob Pilling d595b5a9e1 stlapview: fix back button on lap view 2023-05-16 23:25:01 +01:00
Rob Pilling c4b08bda3b widhid: fix "#ondrag" singular being a function 2023-05-16 23:16:34 +01:00
Richard de Boer b79a1caae6
hasensors: cleanup: use double quotes everywhere 2023-05-16 23:04:08 +02:00
Richard de Boer b500e96b36
hasensors: add icons
Home Assistant already sets a level-dependant icon, but doesn't know
how to apply the charging state.
2023-05-16 22:54:48 +02:00
Richard de Boer 5428e482b8
hasensors: inline config
There is no need for a config file: we can customize the code directly.
2023-05-16 22:29:44 +02:00
pancake bad193f739 Fix regression in kanawatch picking the wrong bitmap sometimes 2023-05-16 12:16:34 +02:00
stweedo 0c2244eb5a
Update app.js - changed 6 to 8 in comment 2023-05-15 23:30:13 -05:00
stweedo 65d2886c88
Update metadata.json 2023-05-15 23:14:10 -05:00
stweedo 8e25ad3350
Add files via upload 2023-05-15 23:08:26 -05:00
stweedo cfd782b1b2
Create README.md 2023-05-15 23:07:57 -05:00
stweedo 64fd52017a
Delete icon.png 2023-05-15 23:07:39 -05:00
stweedo 9309b925c4
Delete readme.md 2023-05-15 23:07:19 -05:00
stweedo c5cc53b548
Update metadata.json 2023-05-15 23:06:06 -05:00
stweedo 7cc763db1b
Update app.js
Added default 'none' for when there is no tolerance value provided
Added back missing code for using multiplied value from menu for generating colors
2023-05-15 22:49:15 -05:00
stweedo 32c27fb918
Add files via upload 2023-05-15 05:11:15 -05:00
stweedo df22765dc1
Create resistor.js 2023-05-15 05:07:07 -05:00
Gordon Williams 1f30066c7d
Merge pull request #2755 from dapgo/master
fixed issue on tempmonitor and minor fiixes
2023-05-15 10:45:32 +01:00
Gordon Williams ced3783ae5
Merge pull request #2743 from bobrippling/widhid-exception
widhid: avoid clashing with other swipe/drag handlers
2023-05-15 09:59:47 +01:00
Gordon Williams 7a3b211fb3
Merge pull request #2752 from bruceblore/folderlaunch-0.01
New app: folderlaunch: Folder-based launcher
2023-05-15 09:55:35 +01:00
Gordon Williams 1b9df10b08 Timer ClockInfo now updates once a minute 2023-05-15 09:50:18 +01:00
Gordon Williams b5167d7068 +0.04: On 2v18+ firmware, we can now stop swipe events from being handled by other apps
+      eg. when a clockinfo is selected, swipes won't affect swipe-down widgets
+0.05: Reported image for battery is now transparent (2v18+)
Fix https://github.com/espruino/BangleApps/issues/2749
2023-05-15 09:49:17 +01:00
Gordon Williams de79b0a39e Fix issue rendering ClockInfos with for fg+bg color set to the same (#2749) 2023-05-15 09:21:41 +01:00
Gordon Williams c3ec56a3a8
Merge pull request #2751 from bruceblore/keytimer-0.03
Updated keytimer to use sched library
2023-05-15 09:16:33 +01:00
Bruce Blore fdb27ed81a Added scheduler dependency 2023-05-15 00:59:27 -07:00
Gordon Williams 363aa8b34e
Merge pull request #2753 from targor/master
Kanagawa watchface update to v0.3
2023-05-15 08:50:00 +01:00
Gordon Williams 9dbb67121c
Merge pull request #2750 from bruceblore/infoclk-0.09
Updated infoclk with multiple new features and bugfixes
2023-05-15 08:45:02 +01:00
dapgo f67d98440d disable mode debug 2023-05-14 15:40:48 +02:00
dapgo ceec7612eb fixed issue on tempmonitor and minor fiixes
fixed issue on tempmonitor and minor fiixes
2023-05-14 15:36:07 +02:00
Targor 45a5ec87c5
Merge branch 'espruino:master' into master 2023-05-14 14:05:05 +02:00
Targor 818d6ea98e Merge branch 'master' of github.com:targor/BangleApps 2023-05-14 14:03:58 +02:00
Targor 0c5a442558 updates to version 0.3, fixes bug where enerysave is not activated after receiving message 2023-05-14 14:03:47 +02:00
Bruce Blore 96389aa255 Re-enabled first buzz 2023-05-13 08:13:25 -07:00
Bruce Blore 4dfdc8ab63 Fixed two buzzes and use AppInfo instead of AppInfoFile 2023-05-13 08:07:42 -07:00
stweedo 710c45d7b9
Update settings.js
Fix theme settings not persisting from menu
2023-05-13 07:59:48 -05:00
Bruce Blore 032b7c03f5 Built the js 2023-05-13 04:59:33 -07:00
Bruce Blore f983a4c6b6 Removed my own fast loading functionality in favor of using fast load utils 2023-05-13 04:40:38 -07:00
Bruce Blore aca4661620 Removed unnecessary semicolon in typescript too, changed type of settings function 2023-05-13 04:36:35 -07:00
Rob Pilling 109fd078f4 popcon: use E.stopEventPropagation() for the drag handler 2023-05-13 08:44:50 +01:00
Bruce Blore 5e47dc3926 Removed one singular semicolon 2023-05-12 16:58:30 -07:00
Bruce Blore 4ed3961763 Fixed dependencies metadata 2023-05-12 16:53:02 -07:00
Bruce Blore 0b5f35e602 Fixed build errors and actually added dependency 2023-05-12 16:50:37 -07:00
Bruce Blore be872e62dd New app: folderlaunch: Folder-based launcher 2023-05-12 15:52:45 -07:00
Bruce Blore c24b2067a3 Updated keytimer to use sched library 2023-05-12 15:49:49 -07:00
Bruce Blore 333b957c74 Updated infoclk with multiple new features and bugfixes 2023-05-12 15:49:22 -07:00
stweedo 91e4759152
bug fix in menu and optimization 2023-05-12 07:09:49 -05:00
Gordon Williams 01d4cea940
Merge pull request #2745 from stweedo/master
+settings for UI, less IO r/w, rm timeout from eval
2023-05-12 10:43:41 +01:00
stweedo 6d4d88b821
Lots of improvements and fixes 2023-05-12 04:37:00 -05:00
Martin Boonk 69527428c5 widminbat - Fix clearing outside of widget bar 2023-05-12 11:17:44 +02:00
Martin Boonk cd6ecdab61 powermanager - Bump version 2023-05-12 00:39:26 +02:00
Martin Boonk b5ffb4e675 powermanager - Fix typo 2023-05-12 00:35:12 +02:00
Martin Boonk fd1c9058aa powermanager - Allow clearing log files from settings 2023-05-12 00:35:12 +02:00
Martin Boonk 9d7bb2d9c8 powermanager - Log timestamps while tracing and tweak table visuals 2023-05-12 00:35:12 +02:00
Martin Boonk c32f234e95 powermanager - Use charging state on boot 2023-05-12 00:35:12 +02:00
stweedo 0eaea67ac2 up[date buttons after loading settings 2023-05-11 16:36:01 -05:00
stweedo 22bd23178c
Flipped logic on 12hr 2023-05-11 13:26:22 -05:00
stweedo f89de44dfa
+settings for UI, less IO r/w, rm timeout from eval 2023-05-11 13:01:54 -05:00
Gordon Williams 419d734043
Merge pull request #2741 from targor/master
Buzzing behavior in message app
2023-05-11 13:57:06 +01:00
Gordon Williams e8036a3780
changed other timeout bits to interval 2023-05-11 13:32:58 +01:00
Gordon Williams b616675246
Merge pull request #2740 from stweedo/master
Update interface.html - shadowclk
2023-05-11 13:27:23 +01:00
Gordon Williams 19bd1da0fe minor tweak 2023-05-11 12:46:20 +01:00