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
Gordon Williams
9b84ada7b2
added pebble++ - pebble clock with clockinfo
2023-05-11 12:38:51 +01:00
Gordon Williams
cde3818815
clockinfo 0.03: Reported image for battery now reflects charge level
2023-05-11 12:38:27 +01:00
Gordon Williams
ef1f4e4064
add magnetometer clock info
2023-05-11 10:28:33 +01:00
Gordon Williams
0e05d97056
example update
2023-05-11 10:27:27 +01:00
stweedo
482af03edf
Fixes default settings not being used
2023-05-11 04:03:49 -05:00
stweedo
123cd79a5d
Fixes broken suffix
2023-05-11 03:36:06 -05:00
stweedo
c971a7cd0e
fixes broken 12hr format
2023-05-11 02:32:27 -05:00
stweedo
1f35b08ee0
Update app.js
...
Fixed bug in leading zero logic
2023-05-11 00:42:32 -05:00
stweedo
81d7720826
Merge branch 'espruino:master' into master
2023-05-10 23:14:54 -05:00
stweedo
f7c5051bfa
v0.03 update - new settings
2023-05-10 20:15:39 -05:00
stweedo
fb3e036ebd
Delete icon.png
2023-05-10 20:15:04 -05:00
Rob Pilling
b12fa58215
bump version
2023-05-10 23:38:43 +01:00
Rob Pilling
2d3f4375ed
version bumps
2023-05-10 23:37:08 +01:00
Rob Pilling
4b29579bd5
Merge branch 'master' into drained-fixes
...
Conflicts:
apps/popconlaunch/boot.js
2023-05-10 23:34:44 +01:00
Rob Pilling
b4d46d5779
popconlaunch: avoid polluting global scope
2023-05-10 23:28:32 +01:00
Rob Pilling
1cbda278fe
drained: avoid polluting global scope
2023-05-10 23:28:32 +01:00
Rob Pilling
9a3ac3bc7a
widhid: better clash detection
2023-05-10 23:13:19 +01:00
stweedo
5126f9178d
better icons
2023-05-10 16:59:18 -05:00
stweedo
e480433307
Update fonts and images
2023-05-10 16:47:51 -05: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
1f6070bafd
drained: regenerate JS
2023-05-10 21:25:19 +01:00
Rob Pilling
fe1a11e098
drained: fix menu redraw
2023-05-10 21:25:00 +01:00
stweedo
a1a446a4c6
fixes json errors in interface.html
...
Also changed timeout to 1000ms for testing
2023-05-10 12:17:14 -05:00
Targor
e64564ae58
Merge branch 'espruino:master' into master
2023-05-10 17:01:46 +02:00
Targor
9f96ae0955
fixes buzzing behavior in de messages app.
2023-05-10 16:56:58 +02:00
Gordon Williams
8a65bc9c7b
docs
2023-05-10 13:48:09 +01:00
Gordon Williams
5d08afdba0
New widget - allows you to use clock info from your widget bar
2023-05-10 12:06:54 +01:00
stweedo
96342a3c39
Update interface.html - shadowclk
...
Add comments
Reduce timeout to 50ms
2023-05-10 05:00:03 -05:00
Gordon Williams
cccce9318e
Show the current date as a widget in tha Patriot clock
2023-05-10 10:29:00 +01:00
Gordon Williams
9541d3a076
remove beta tag
2023-05-10 10:28:15 +01:00
Gordon Williams
9dad168cd9
Merge pull request #2733 from bobrippling/bikespeedo-tweaks
...
bikespeedo - tweaks
2023-05-10 08:14:04 +01:00
Gordon Williams
8707307195
Merge pull request #2734 from bobrippling/app/widhid
...
New widget: widhid
2023-05-10 08:13:39 +01:00
Gordon Williams
603b24e5f4
Merge pull request #2738 from bobrippling/popcon-tweaks
...
popcon: trim old entries from the cache
2023-05-10 08:12:30 +01:00
Rob Pilling
abc57030ad
widhid: delete unused variables
2023-05-10 08:05:29 +01:00
stweedo
72315d2b34
Update interface.html
...
Lots of fixes, fairly reliable now.
GadgetBridge throws a "Malformed JSON from Bangle.js: No value for t"
2023-05-09 15:28:54 -05:00
Gordon Williams
1d6677d238
Merge pull request #2736 from stweedo/master
...
update to interface.html
2023-05-09 14:56:12 +01:00
Gordon Williams
0f00217e92
more flags
2023-05-09 13:22:17 +01:00
Gordon Williams
f186d36b40
Added patriot clock - show your country's flag!
2023-05-09 13:05:08 +01:00
stweedo
51a5defac9
Add files via upload
...
Meant to use this one instead
2023-05-09 05:23:55 -05:00
Gordon Williams
5535d06781
Merge pull request #2730 from targor/master
...
Kanagawa (kanagsec) watchface (clock)
2023-05-09 11:00:30 +01:00
Gordon Williams
a51c70eac9
Merge pull request #2735 from hughbarney/master
...
RAM clock_info - a clock info that shows % ram used
2023-05-09 11:00:19 +01:00
Gordon Williams
ae518cd80e
Merge pull request #2731 from dapgo/master
...
temperature monitor and cosmetic changes for HR Workout (wohrm)
2023-05-09 10:57:56 +01:00
stweedo
ef29ff3709
Merge branch 'espruino:master' into master
2023-05-09 04:49:59 -05:00
stweedo
1ce38450c9
update interface.html
...
Removed `document.write` usage
Added better font handling
Added confirmation message
2023-05-09 04:47:32 -05:00
Gordon Williams
666a413bd1
Merge pull request #2726 from bobrippling/stlap-tweaks
...
stlap - reduce battery consumption
2023-05-09 09:16:56 +01:00
Gordon Williams
4651f7fa12
Merge pull request #2725 from bobrippling/fix-ratchet-version
...
Fix `d888b80ea` - correctly bump ratchet launcher's version
2023-05-09 09:12:04 +01:00
Gordon Williams
57b7050001
Merge pull request #2724 from nxdefiant/master
...
Calendar: Add support for holidays
2023-05-09 09:11:12 +01:00
Gordon Williams
763ba8934a
Merge pull request #2723 from stweedo/master
...
v0.02 of Shadow Clock with settings menu
2023-05-09 09:09:53 +01:00
Gordon Williams
fa7d81e5bb
Merge pull request #2732 from gellnerm/master
...
Disallow emulator
2023-05-09 09:09:07 +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
stweedo
1964039ecc
Interface to set color and theme from app loader
2023-05-08 13:28:27 -05:00
stweedo
17e99cb10c
Delete custom.html
...
Switching to interface.html
2023-05-08 13:27:03 -05:00
Targor
df97ac3b7c
fixes app.js
2023-05-08 19:30:14 +02:00
Rob Pilling
68ba2f29d6
popcon: use emoji in README
2023-05-08 11:32:52 +01:00
Rob Pilling
b67a07962f
popcon: bump version
2023-05-08 11:13:43 +01:00
Rob Pilling
efe023c5cb
drained: use Bangle's bool formatter
2023-05-08 11:07:17 +01:00
Rob Pilling
ca03a82535
bikespeedo: option to stop recording on app exit
2023-05-08 10:49:33 +01:00
gellnerm
52fd577a93
Update metadata.json
...
Disallow emulator
2023-05-08 11:21:00 +02:00
gellnerm
b8b8bc41f3
Update ChangeLog
2023-05-08 11:20:39 +02:00
stweedo
4256f63dce
Update app.js
...
Switch const to var
2023-05-08 00:19:06 -05:00
stweedo
4cac535960
Update settings.js
...
Added fallback to application theme setting if it can't read system theme setting
2023-05-07 23:49:12 -05:00
stweedo
e81259e2c4
Update settings.js
2023-05-07 22:14:17 -05:00
stweedo
9a2873fb63
Update settings.js
...
added missing quotations
2023-05-07 22:11:41 -05:00
stweedo
bfeaa5219f
Update settings.js
2023-05-07 21:28:56 -05:00
stweedo
d6184765c1
Update settings.js
2023-05-07 21:24:00 -05:00
stweedo
f8f5405795
Update settings.js
...
Reverting back to 10905e98cc
2023-05-07 21:14:18 -05:00
stweedo
2389371aa4
Update settings.js
...
Remove file name variables
2023-05-07 20:56:42 -05:00
Rob Pilling
e3fed6ceb7
popcon: trim old entries from the cache
2023-05-07 23:51:38 +01:00
Rob Pilling
425df4a3db
bikespeedo: changelog & metadata
2023-05-07 23:40:22 +01:00
Rob Pilling
9e93d1588d
bikespeedo: add option to record ride
2023-05-07 23:40:22 +01:00
Rob Pilling
afe37b55fa
bikespeedo: guard against showing NaN speed
2023-05-07 23:38:26 +01:00
Rob Pilling
cf4daf58fe
bikespeedo: add option for locale-units (e.g. mph)
2023-05-07 23:38:26 +01:00
stweedo
3e9db27044
Update settings.js
...
Fix typo in comment
2023-05-07 15:53:57 -05:00
dapgo
9b323dcdce
thermometer improved
...
several improvements
2023-05-07 22:45:40 +02:00
stweedo
ff94b814c7
Update settings.js
...
Switch from const to let
2023-05-07 14:52:00 -05:00
Targor
0be7e948f7
Updates changelog
2023-05-07 20:40:07 +02:00
Targor
7a6a1c0bc9
reduces screenshot size
2023-05-07 20:33:08 +02:00
Targor
2e04964092
Updates kanagsec clock, adds new screenshot and readme
2023-05-07 20:31:02 +02:00
Targor
78c85f6556
Adds kanagsec clock v0.1
2023-05-07 20:14:03 +02:00
dapgo
21d6c8846c
Cosmetic and UX improvements
...
IMO the UX and legibility have been improved
2023-05-07 13:16:09 +02:00
Rob Pilling
e489b26834
drained: regenerate JS
2023-05-07 10:44:04 +01:00
Rob Pilling
a5253487f1
drained: version bump for boot exceptions
2023-05-07 10:43:46 +01:00
Rob Pilling
c9f4fd7cc7
drained: load boot exceptions (e.g. dst)
2023-05-07 10:43:42 +01:00
Rob Pilling
4d676a9e46
drained: infrastructure for boot exceptions
2023-05-07 10:43:28 +01:00
Rob Pilling
dfece3994c
drained: add settings into metadata
2023-05-07 10:43:28 +01:00
Rob Pilling
00cf120a28
drained: s/disableBoot/keepStartup/
2023-05-07 10:43:28 +01:00
Rob Pilling
cbc69c9275
drained: better clock alignment
2023-05-07 09:58:47 +01:00
Rob Pilling
16202c1843
drained: always check charge, regardless of boot-disable
2023-05-07 09:46:24 +01:00
stweedo
e88198dd11
Update README.md
2023-05-07 02:12:20 -05:00
stweedo
d61aca2e62
Update app.js
...
changed const to let which fixed launcher bug
2023-05-07 02:07:58 -05:00
stweedo
6ef609d1d5
Update app.js
2023-05-07 01:24:06 -05:00
stweedo
62a5be694c
Update app.js
...
Remove fonts when switching UI
2023-05-07 01:15:28 -05:00
Rob Pilling
2c896c8567
stlap: bump version
2023-05-06 17:58:36 +01:00
stweedo
00818886a6
Merge branch 'master' of https://github.com/stweedo/BangleApps
2023-05-06 07:27:54 -05:00
stweedo
10905e98cc
change menu to match theme switching from settings
2023-05-06 07:25:34 -05:00
stweedo
c2766e8455
Update app.js
...
removed unused function call
2023-05-06 06:33:50 -05:00
Rob Pilling
7dca61a0d5
Fix d888b80ea
- correctly bump ratchet launcher's version
2023-05-06 12:27:21 +01:00
Rob Pilling
16d4dc7588
stlap: slow down javascript when the user's not watching
2023-05-06 11:37:55 +01:00
Rob Pilling
8702b35045
stlap: no exceptions when STATE_PATH doesn't exist
2023-05-06 11:23:16 +01:00
Rob Pilling
fc91e7db89
stlap: add state and lap data files
2023-05-06 11:23:01 +01:00
nxdefiant
a8cd69b89b
Merge branch 'espruino:master' into master
2023-05-05 21:13:06 +02:00
stweedo
52c8df698b
Update settings.js
2023-05-05 13:32:11 -05:00
Hugh Barney
c955a73990
Merge remote-tracking branch 'upstream/master'
2023-05-05 19:15:09 +01:00
Hugh Barney
815110da60
RAM clkinfo
2023-05-05 19:14:54 +01:00
stweedo
134ef22606
Update README.md
2023-05-05 12:53:38 -05:00
stweedo
196fa38d58
Update metadata.json
2023-05-05 12:14:48 -05:00
stweedo
12e5d1abc7
Update metadata.json
2023-05-05 12:12:34 -05:00
stweedo
42700ea24d
v0.02 of Shadow Clock with settings menu
2023-05-05 12:09:58 -05:00
Gordon Williams
2f084b4c8a
Assisted GPS now changes the GPS output format since new Bangle.js 2 don't seem to have it set by default: https://github.com/espruino/Espruino/issues/2354
2023-05-05 14:29:53 +01:00
Gordon Williams
2defa08b86
Merge pull request #2720 from bobrippling/apps/popcon
...
New launcher/boot app: popcon
2023-05-05 08:21:11 +01:00
Gordon Williams
79eedba54d
Merge pull request #2722 from nxdefiant/widalarmeta
...
widalarmeta: font 4x5 -> 6x8:1x2
2023-05-05 08:20:07 +01:00
Erik Andresen
0746730d98
widalarmeta: settings fix
2023-05-05 05:02:43 +02:00
Erik Andresen
e8a5d68d7d
widalarmeta: Only load required font
2023-05-05 04:57:49 +02:00
Rob Pilling
623b11b518
popcon: narrow variable scope, don't pollute global namespace
2023-05-04 22:58:16 +01:00
Rob Pilling
945c7ca70a
popcon: note about potential app slowdown
2023-05-04 22:53:44 +01:00
Erik Andresen
957ccc431a
widalarmeta: fix settings
2023-05-04 22:30:49 +02:00
Erik Andresen
fe6247cc79
widalarmeta: font 4x5 -> 6x8:1x2
...
- Change 4x5 font to 6x8
- teletext is now default font
- reload widget on settings change
2023-05-04 22:29:20 +02:00
Erik Andresen
d4116f80d5
calendar: Change color for holidays
2023-05-04 21:27:20 +02:00
Gordon Williams
0e7afd5550
Moved LCD calibration to top of menu, and use 12 taps (not 8)
...
LCD calibration will now error if the calibration is obviously wrong
2023-05-04 12:21:32 +01:00
Gordon Williams
1c79c76193
Merge pull request #2581 from nxdefiant/gpsmagdir
...
Adding gpsmagcourse service
2023-05-04 10:35:48 +01:00
Gordon Williams
7830fb60c5
Merge pull request #2719 from bobrippling/feature/ratchet-cache
...
Ratchet launch: add caching
2023-05-04 10:34:42 +01:00
Gordon Williams
46de34a98d
Merge pull request #2721 from ainegil/master
...
3d Clock and Polymaths Clock
2023-05-04 10:34:17 +01:00
Rob Pilling
988945f0dc
popcon: regenerate JS
2023-05-03 22:16:29 +01:00
Rob Pilling
eb0af982c5
popcon: use own .info file to bust launcher cache
2023-05-03 22:16:23 +01:00
Rob Pilling
09c3445ac3
popcon: make orderChanged local
2023-05-03 22:14:41 +01:00
Rob Pilling
d888b80ea1
Ratchet launch: bump version
2023-05-03 22:03:07 +01:00
Rob Pilling
f9710e75e1
popcon: update README & metadata
2023-05-03 21:59:33 +01:00
Erik Andresen
044fc173c5
calendar: Add type other+repeat
2023-05-03 22:09:14 +02:00
ainegil
97bf76533a
Delete polymath.app.js
2023-05-03 21:40:52 +02:00
ainegil
056b273523
Delete icon.png
2023-05-03 21:38:58 +02:00
ainegil
943ce51852
Update app.js
2023-05-03 21:28:54 +02:00
ainegil
d36f4f3b56
Update app.js
2023-05-03 21:22:32 +02:00
ainegil
d314fe6c78
Update app.js
2023-05-03 21:16:48 +02:00
ainegil
abccdb00b4
Add files via upload
2023-05-03 21:13:31 +02:00
ainegil
b923aa57e3
Update metadata.json
2023-05-03 20:48:34 +02:00
ainegil
93c54cc1f6
Update README.md
2023-05-03 20:33:31 +02:00
ainegil
1f40abaffd
Update README.md
2023-05-03 20:31:44 +02:00
ainegil
46ac3d0f9c
Delete screenshot .png
2023-05-03 20:31:09 +02:00
ainegil
82a3f6dd6a
Add files via upload
2023-05-03 20:28:21 +02:00
ainegil
f180c19541
Add files via upload
2023-05-03 20:25:56 +02:00
ainegil
7b418f7861
Update README.md
2023-05-03 20:09:13 +02:00
ainegil
57254539b6
Update README.md
2023-05-03 20:06:20 +02:00
ainegil
b7f26dbb01
Update metadata.json
2023-05-03 20:00:52 +02:00
ainegil
9abddfb2f9
Delete metadata.md
2023-05-03 19:58:10 +02:00
ainegil
2dd9eeaf7a
Add files via upload
2023-05-03 19:57:25 +02:00
ainegil
eedc4799dd
Add files via upload
2023-05-03 19:56:19 +02:00
ainegil
fd40c6f281
Add files via upload
2023-05-03 19:52:04 +02:00
ainegil
4e7b249277
Add files via upload
2023-05-03 19:50:40 +02:00
ainegil
d94cdc9915
Add files via upload
2023-05-03 19:49:39 +02:00
ainegil
e1b2f19f0d
Create app.js
2023-05-03 19:30:53 +02:00
Gordon Williams
291d809583
Merge pull request #2715 from stweedo/master
...
Made a new clock
2023-05-03 11:09:37 +01:00
Gordon Williams
fcc8fe3ff5
Merge pull request #2700 from bobrippling/powermanager-interface
...
powermanager: format seconds into days/hours/minutes/seconds
2023-05-03 11:09:28 +01:00
Gordon Williams
4faa3dc5b3
Merge pull request #2717 from eyecreate/master
...
Update to nesclock to improve memory usage
2023-05-03 10:55:52 +01:00
Rob Pilling
a628124ac3
popcon: icons
2023-05-03 08:03:49 +01:00
Rob Pilling
e6078df861
popcon: generate JS
2023-05-03 07:53:09 +01:00
Rob Pilling
7f528585e7
popcon: remove debug logs
2023-05-03 07:53:09 +01:00
Rob Pilling
fcfc33399d
popcon: app sorting (and debug logs)
2023-05-03 07:53:09 +01:00
Rob Pilling
3b16c85578
popcon: change type
2023-05-03 07:53:09 +01:00
Rob Pilling
d4878be7fa
popcon: initial launch-sortorder modification app
2023-05-03 07:52:51 +01:00
ainegil
e5f165e740
Add files via upload
2023-05-03 08:05:25 +02:00
ainegil
ed7028d429
Add files via upload
2023-05-03 07:38:12 +02:00
ainegil
251cb13ac9
Add files via upload
2023-05-03 07:28:43 +02:00
ainegil
d57803e94b
Add files via upload
2023-05-03 07:25:35 +02:00
stweedo
e94cbcbf74
Update metadata.json
...
Added dark theme screenshot
2023-05-02 23:58:52 -05:00
stweedo
c3b0f4a56d
Add files via upload
2023-05-02 23:54:41 -05:00
ainegil
6b7674d584
Add files via upload
2023-05-03 06:51:19 +02:00
ainegil
90336ac20f
Update README.md
2023-05-03 06:44:32 +02:00
ainegil
8f93b46b21
Update README.md
2023-05-03 06:41:27 +02:00
ainegil
f2ed4e8976
Update README.md
2023-05-03 06:39:53 +02:00
ainegil
65c890efc2
Update README.md
2023-05-03 06:31:23 +02:00
ainegil
b1b3c54db0
Update app.js
2023-05-03 06:28:30 +02:00
ainegil
9e82f580ae
Add files via upload
2023-05-03 06:22:25 +02:00
Rob Pilling
4e2c3dc0c1
Ratchet launch: add caching
2023-05-02 22:57:15 +01:00
Erik Andresen
5da64a5f83
calendar/interface: Add check for existing file
2023-05-02 22:55:58 +02:00
Erik Andresen
2d752832b7
sched/interface: fix date format
2023-05-02 22:31:21 +02:00
Erik Andresen
8650595ca4
calendar: Add interface.html for holidays
2023-05-02 22:30:47 +02:00
ainegil
a01eb194d7
Update README.md
2023-05-02 21:59:18 +02:00
ainegil
0532908632
Add files via upload
2023-05-02 21:56:16 +02:00
ainegil
550914f69e
Update metadata.json
2023-05-02 21:54:25 +02:00
ainegil
23cfcd7b58
Update metadata.json
2023-05-02 21:48:53 +02:00
ainegil
48a0d61761
Update metadata.json
2023-05-02 21:44:02 +02:00
ainegil
695551037e
Update metadata.json
2023-05-02 21:42:46 +02:00
ainegil
db627a0295
Add files via upload
2023-05-02 21:40:20 +02:00
ainegil
c187db2a2f
Create README.md
2023-05-02 21:37:48 +02:00
ainegil
1f7b92d9c1
Update metadata.json
2023-05-02 21:14:20 +02:00
ainegil
fb9528b690
Delete polymath.js
2023-05-02 21:01:30 +02:00
eyecreate
4a50b9944c
Merge branch 'espruino:master' into master
2023-05-02 14:57:02 -04:00
ainegil
ac1678d2ff
Add files via upload
2023-05-02 20:57:02 +02:00
ainegil
847362dd14
Add files via upload
2023-05-02 20:52:07 +02:00
Kevin Whitaker
dc84105a3c
typo in variable name
2023-05-02 14:46:45 -04:00
ainegil
3dde3f7035
Delete app.js
2023-05-02 20:42:08 +02:00
Kevin Whitaker
159d7e6c71
rearrange bitmap code to save memory and preallocate fonts
2023-05-02 14:37:21 -04:00
ainegil
4d20b495aa
Add files via upload
2023-05-02 20:32:31 +02:00
stweedo
cba2e11dcc
Update metadata.json
2023-05-02 13:25:35 -05:00
stweedo
c2aa2f3908
Create metadata.json
2023-05-02 13:09:37 -05:00
ainegil
49ec9476f1
Update metadata.json
2023-05-02 20:08:29 +02:00
stweedo
5790cfc58d
Create app-icon.js
2023-05-02 13:06:27 -05:00
stweedo
18e6df533f
Create ChangeLog
2023-05-02 13:04:44 -05:00
Erik Andresen
aa6d7cdbe1
calendar: Display holidays
2023-05-02 20:03:58 +02:00
stweedo
e8f1bf638c
Add files via upload
2023-05-02 13:02:46 -05:00
stweedo
355d1ab8f9
Create app.js
2023-05-02 13:01:44 -05:00
ainegil
8f85b9e58a
Create metadata.json
2023-05-02 19:47:07 +02:00
ainegil
95cf8edb88
Create app-icon.js
2023-05-02 19:41:14 +02:00
ainegil
7fdabba1cb
Add files via upload
2023-05-02 19:36:47 +02:00
ainegil
59cdf22af7
Create polymath.js
2023-05-02 19:34:01 +02:00
Erik Andresen
3f1ded53ed
calendar: Read day names from locale
2023-05-02 19:33:29 +02:00
ainegil
71883255f7
Create polymath.app.js
2023-05-02 19:28:20 +02:00
Hugh Barney
a7cf5e70bc
clkinfogps: disable more debug
2023-04-29 10:49:14 +01:00
Hugh Barney
c6fc025fd0
Merge remote-tracking branch 'upstream/master'
2023-04-28 19:23:22 +01:00
Hugh Barney
56270c35d7
clkinfogps: disable debug, README updated, Lato: save a fast and slow version
2023-04-28 19:22:24 +01:00
Hugh Barney
ca021fdf75
clkinfogps: disable debug, README updated, Lato: save a fast and slow version
2023-04-28 19:21:12 +01:00
Gordon Williams
dea770cb91
Merge branch 'master' of github.com:espruino/BangleApps
2023-04-28 09:59:22 +01:00
Gordon Williams
4b2061e899
Update app metadata to make clockinfo apps easier to find
2023-04-28 09:59:11 +01:00
Gordon Williams
73c55e6d26
add agps to tags
2023-04-28 08:57:08 +01:00
Gordon Williams
0881693139
Merge pull request #2706 from bobrippling/fix-wid_edit-draw
...
Fix `wid_edit`'s `draw()` - pass `WIDGET` as first argument
2023-04-28 08:18:36 +01:00
Rob Pilling
3dd25f0bfd
Update changelogs for draw() API change
2023-04-27 18:10:20 +01:00
Richard de Boer
d2875ba38b
cogclock: Support Bangle.js 2
...
Very tight, but it looks acceptable with hidden widgets.
Not defaulting the settingto hiding widgets though, to avoid code clutter.
2023-04-27 15:19:46 +02:00
Gordon Williams
d8ba658769
Merge branch 'master' of github.com:espruino/BangleApps
2023-04-27 11:03:17 +01:00
Gordon Williams
9a7e28548f
minor tweak - track now plots smaller updates more quickly, and remembers color
2023-04-27 11:03:03 +01:00
Gordon Williams
60948dc3f6
hide DFU version message if bootloader is already new
2023-04-27 11:02:33 +01:00
Gordon Williams
9eee14bb0f
Merge pull request #2710 from eyecreate/master
...
update red7game with new game confirmation
2023-04-27 08:54:06 +01:00
Hugh Barney
e180786883
clkinfogps fix tab spaces, build fail
2023-04-26 19:25:50 +01:00
Kevin Whitaker
3c03aef619
update red7game with new game confirmation
2023-04-26 11:20:25 -04:00
Rob Pilling
f46a9f526d
Fix ABI of widget.draw()
2023-04-25 22:12:06 +01:00
Hugh Barney
e4a4480376
Merge remote-tracking branch 'upstream/master'
2023-04-25 17:52:27 +01:00
Gordon Williams
c7d60250a6
Misc recorder/openstmap tweaks
2023-04-25 10:09:07 +01:00
Rob Pilling
67d89761b5
Fix wid_edit draw() - pass WIDGET as first argument
...
When attempting to edit a widget whose `draw` function takes the widget as an argument, we get an exception from that `draw` function. This fixes that by catering for both APIs.
The back button widget expects this, as does [`widsleepstatus`], [`widlock`] and [`widlockunlock`].
There are other widgets ([`widmessages`], [`widbatpc`] and [`widalarmeta`]) which use something else for the first parameter, however these are type-checked and used to distinguish calls from `Bangle.drawWidgets()` and elsewhere.
[`widsleepstatus`]: 2f6862024d/apps/widsleepstatus/widget.js (L20)
[`widlock`]: 2f6862024d/apps/widlock/widget.js (L5)
[`widlockunlock`]: 2f6862024d/apps/widlockunlock/widget.js (L27)
[`widmessages`]: 2f6862024d/apps/widmessages/widget.js (L14)
[`widbatpc`]: 2f6862024d/apps/widbatpc/widget.js (L89)
[`widalarmeta`]: 2f6862024d/apps/widalarmeta/widget.js (L28)
2023-04-25 07:22:58 +01:00
Rob Pilling
c39a88f37b
drained: add app icon
2023-04-24 21:51:02 +01:00
Gordon Williams
2f6862024d
Merge pull request #2691 from KTibow/patch-6
...
Fix some HRM logic in the health app
2023-04-24 14:52:34 +01:00
Gordon Williams
d42a80da00
add workaround for connection timeout issue
2023-04-24 11:27:08 +01:00
Gordon Williams
b7d49cbbf8
allow log messages
2023-04-24 10:56:01 +01:00
Gordon Williams
c9cce8ca9c
Merge branch 'master' of github.com:espruino/BangleApps
2023-04-24 10:42:22 +01:00
Gordon Williams
82ea342d39
resurface original bthrm app as bthrmlite - for https://forum.espruino.com/conversations/385841/#comment16951663
2023-04-24 10:42:16 +01:00
Gordon Williams
3940403167
Merge pull request #2697 from bobrippling/stopw-ms-format
...
stopw: hardcode format and show milliseconds just for the first minute
2023-04-24 10:00:25 +01:00
Hugh Barney
a217bf0eb9
clkinfogps updated screenshots, added image, fixed reset if no fix code
2023-04-23 18:56:17 +01:00
Hugh Barney
662df4beb6
clkinfogps updated screenshots, added image, fixed reset if no fix code
2023-04-23 18:51:30 +01:00
Richard de Boer
11aeaacb8f
widmsggrid: Don't turn on LCD
...
There's really no need for the widget to turn on the screen.
2023-04-23 16:08:06 +02:00
Hugh Barney
8416f6e5c5
clkinfogps added screenshots, debug, consistant timer handling
2023-04-23 13:30:15 +01:00
Hugh Barney
31c0f0059a
clkinfogps clear fixTime/display if no fix for 4 minutes
2023-04-22 14:40:11 +01:00
Hugh Barney
03f5b12cf2
clkinfogps clear fixTime/display if no fix for 4 minutes
2023-04-22 14:33:31 +01:00
Rob Pilling
7d9a6a2a8a
stopw: update changelog / version
2023-04-22 12:01:53 +01:00
Rob Pilling
0eaa35cfe4
Merge branch 'master' into stopw-ms-format
...
Conflicts:
apps/clkinfostopw/settings.ts
2023-04-22 11:58:37 +01:00
Hugh Barney
84a85b6de9
clkinfogps set gps power on to 90 seconds after getting fix
2023-04-22 02:14:18 +01:00
Hugh Barney
0d188678cc
clkinfogps fixes
2023-04-22 02:00:01 +01:00
Hugh Barney
b673479736
clkinfogps fixes
2023-04-22 01:48:53 +01:00
Hugh Barney
f0e863dfcd
clkinfogps call geo.xx correctly
2023-04-22 01:39:11 +01:00
Hugh Barney
07fd9ffe62
added geotools module
2023-04-22 01:12:49 +01:00
Hugh Barney
bff6a4d145
Added clkinfogps
2023-04-22 00:51:30 +01:00
Rob Pilling
f3a02082df
stopw: fix format and show milliseconds up to 1min
2023-04-21 18:02:01 +01:00
KungPhoo
737bdd996c
-glbasic clock: changed font, so '5' and '6' don't look similar.
2023-04-21 14:08:28 +02:00
Gordon Williams
079598bc48
Merge in https://github.com/espruino/BangleApps/pull/2702
...
(PR included a bunch of other stuff not required)
2023-04-21 11:38:27 +01:00
Gordon Williams
3b71304410
Merge pull request #2699 from thyttan/bwclock-fontless
...
[BW Clock lite] make clock_info border one pixel wider
2023-04-20 19:12:43 +01:00
Rob Pilling
fc82d3b13b
Update typescript & remove "use strict"s
2023-04-20 13:09:52 +01:00
Gordon Williams
bce9def441
Merge pull request #2684 from bobrippling/low-power-mode
...
Drained: Low power mode app
2023-04-20 09:02:38 +01:00
Rob Pilling
524b204a30
drained: document features in README
2023-04-19 22:40:54 +01:00
Rob Pilling
05094f6c51
stopw: show millis for the first minute
2023-04-19 21:50:51 +01:00
Rob Pilling
a467a81c33
stopw: remove padding from minute formatting
2023-04-19 19:04:15 +01:00
Rob Pilling
96c8b9e49d
drained: regenerate JS
2023-04-19 18:36:54 +01:00
Rob Pilling
f8fc93301e
drained: handle errors from bootupdate
...
Such as:
```
Uncaught ReferenceError: "bleServiceOptions" is not defined
at line 4 col 228 in .boot0
...ECwA=="));bleServiceOptions.hid=Bangle.HID;
^
at line 68 col 50 in drained.app.js
eval(require('Storage').read('bootupdate.js'));
^
```
2023-04-19 18:36:54 +01:00
Rob Pilling
73d41a40ff
drained: allow user to restore full-power mode
2023-04-19 18:36:54 +01:00
Rob Pilling
99a211a937
drained: publicise `drainedRestore()`
2023-04-19 18:36:54 +01:00
Rob Pilling
c7aa2b3655
drained: load self on startup
...
this allows us to then control restoring normal operation
2023-04-19 18:14:10 +01:00
Rob Pilling
a28891e6df
drained: guard against BLE exceptions
2023-04-19 18:13:48 +01:00
thyttan
6830e5ed16
make clock_info border one pixel wider
2023-04-19 19:13:33 +02:00
Rob Pilling
d0ad4cd8df
drained: restore normal operation on sufficient charge
2023-04-19 18:13:23 +01:00
thyttan
3ac91b5fee
make clock_info border one pixel wider
2023-04-19 18:51:02 +02:00
Rob Pilling
55441d5ef5
powermanager: format seconds into days/hours/minutes/seconds
2023-04-19 12:04:15 +01:00
Rob Pilling
1893345d37
stopw: only show milliseconds for the first second
2023-04-19 08:37:41 +01:00
Hugh Barney
24dd468edb
ensure widget is referenced as batc throughout
2023-04-18 20:28:57 +01:00
Hugh Barney
529eb7c380
merge
2023-04-18 20:18:54 +01:00
Hugh Barney
d4d44bcc72
merge
2023-04-18 20:14:19 +01:00
Hugh Barney
894591df68
renamed Changelog to ChangeLog as the tests are case sensitive
2023-04-18 20:09:15 +01:00
Gordon Williams
9cb21ceb0f
Merge pull request #2695 from bobrippling/stopw-improvements
...
Improvements to the stopwatch clockinfo
2023-04-17 14:09:44 +01:00
Rob Pilling
9767eb6594
typescript: drop "use strict" generation
2023-04-17 12:02:31 +01:00
Kendell R
0e461352d1
Update boot.min.js
2023-04-17 06:24:47 -04:00
Kendell R
a67f819cf3
Raise threshold to 90% confidence
2023-04-17 06:00:09 -04:00
Gordon Williams
1047f8dd23
Merge pull request #2693 from c-mauderer/master
...
widalarmeta: Selectable font. Optional hour padding.
2023-04-17 10:32:06 +01:00
Gordon Williams
9daa77d78d
Merge pull request #2690 from Rarder44/Messages-Light
...
fix for #2689
2023-04-17 10:03:44 +01:00
Rob Pilling
685aedad41
clkinfo stopw: better settings
2023-04-17 08:52:10 +01:00
Rob Pilling
1ac5942a93
clkinfo stopw: regenerate JS
2023-04-16 21:15:25 +01:00
Rob Pilling
efd6ec5083
clkinfo stopw: fix redrawing when paused
2023-04-16 21:14:29 +01:00
Rob Pilling
2443000117
clkinfo stopw: drop interval to 1s
2023-04-16 21:14:29 +01:00
Rob Pilling
ac219f241f
clkinfo stopw: add option for format
2023-04-16 21:14:27 +01:00
Hugh Barney
7ec885008d
reverted to clkinfostopw 0.1 to avoid clash with widbatc PR
2023-04-16 18:02:38 +01:00
Hugh Barney
e5c6707e15
added ChangeLog
2023-04-16 17:15:54 +01:00
Hugh Barney
b627945751
corrected metadata.json
2023-04-16 17:11:45 +01:00
Hugh Barney
2216398bb8
Yet Another Battery Widget
2023-04-16 17:01:30 +01:00
Christian Mauderer
9ece2165e4
widalarmeta: Selectable font. Optional hour padding.
...
Allow to select between segment, teletext and bitmap font. Allow to
disable the hour padding.
FIXME
2023-04-16 17:56:05 +02:00
Hugh Barney
82b78d5b69
clkinfostopw - set format to h:mm:ss to shorten string
2023-04-14 23:54:09 +01:00
Rob Pilling
ea5acf0b12
drained: rearrange disabling/enabling bootcode
2023-04-13 18:38:39 +01:00
Rob Pilling
80a77772e8
drained: emit "drained" event
2023-04-13 18:35:41 +01:00
Rob Pilling
ab75d5b353
Regenerate JS
2023-04-13 18:07:46 +01:00
Rob Pilling
49527fbd22
drained: add ability to disable other boot code
2023-04-13 18:07:46 +01:00
Rob Pilling
14ad4b760a
drained: add settings type
2023-04-13 18:05:26 +01:00
Rob Pilling
671ee4af7a
drained: fit settings prompts into screen (and format)
2023-04-13 17:52:09 +01:00
Rob Pilling
4a8cd6e7a8
Regenerate typescript
2023-04-13 17:52:04 +01:00
Rarder44
ecd7ba57c1
[messages_light] changelog and metadata
2023-04-13 18:37:27 +02:00
Kendell R
f7d8ab1a5b
turns out the two bpms can be a bit off
2023-04-13 09:09:44 -04:00
Kendell R
a21b6827ff
bump version
2023-04-13 09:05:06 -04:00
Kendell R
cdb441d40f
Fix some logic in the health app
2023-04-13 09:02:29 -04:00
Gordon Williams
e9bfe885e7
Merge branch 'master' of github.com:espruino/BangleApps
2023-04-13 10:36:38 +01:00
Gordon Williams
423d22c273
tweak screenshots
2023-04-13 10:36:20 +01:00
Rarder44
ebf27aa14f
fix for #2689
...
commented out of the old code (it could be useful during the re-implementation of the music interface)
2023-04-12 17:43:12 +02:00
pinq-
d1fe165c80
Removed screenshots and added Contributors
2023-04-12 17:35:27 +03:00
Gordon Williams
fb694036a4
Merge pull request #2681 from notEvil/chargent4
...
chargent: notification
2023-04-12 10:29:33 +01:00
Gordon Williams
14cc283679
Merge pull request #2679 from storm64/sleeplog
...
[sleeplog] Improving triggers and web interface
2023-04-12 10:28:07 +01:00
Gordon Williams
b371fa6171
Merge pull request #2688 from gellnerm/master
...
Initial release of widtemp temperature widget
2023-04-12 10:27:33 +01:00
Rob Pilling
1aed25f05f
drained: use short booleans
2023-04-11 18:15:32 +01:00
pinq-
39d91dd4ac
Merge branch 'master' of https://github.com/pinq-/BangleApps
2023-04-10 22:09:32 +03:00
pinq-
ed998b8b81
change of the default values
...
Added images and change default values
2023-04-10 22:08:28 +03:00
pinq-
a89ea65410
No need for this
2023-04-10 21:48:13 +03:00
pinq-
2889a73ff5
change of default values
2023-04-10 21:38:47 +03:00
pinq-
0a4faec632
Merge branch 'espruino:master' into master
2023-04-10 21:31:17 +03:00
pinq-
f648a7250d
Some settings changes
...
Made bubble option global
Added date to text
2023-04-10 21:29:13 +03:00
mgellner
4620040172
Fix widget.js filename to match name in metadata.json
2023-04-10 18:58:47 +02:00
mgellner
089a9a7d0d
Initial release of widtemp temperature widget
2023-04-10 18:01:59 +02:00
pancake
01b7f1648b
Fix exception and glitch in kanawatch
2023-04-10 13:21:11 +02:00
thyttan
663ea983e4
Change to 'custom' setUI to not set btn watch
...
> ['clock' - called for clocks. Sets Bangle.CLOCK=1 and allows a button to start the launcher](https://www.espruino.com/Reference#l_Bangle_setUI )
2023-04-08 23:56:21 +02:00
Rob Pilling
105da767b7
drained: generate js
2023-04-08 08:26:10 +01:00
Rob Pilling
923b5dbb96
drained: clearWatch() and turn off bluetooth
2023-04-08 08:25:54 +01:00
Rob Pilling
9c643f6b5d
drained: configure battery% and check interval
2023-04-08 08:25:27 +01:00
pinq-
0b0c89737f
Some code fix to make it britty
2023-04-08 03:11:29 +03:00
Rob Pilling
512381a2de
drained: increase clock font size
2023-04-07 22:32:38 +01:00
Rob Pilling
b5fec28e9f
drained: handle empty `_PWR`
2023-04-07 22:32:26 +01:00
Rob Pilling
10881c9336
drained: tweak readme
2023-04-07 21:53:07 +01:00
Rob Pilling
1f35c9825a
drained: regenerate js
2023-04-07 21:29:12 +01:00
Rob Pilling
92ff678ac0
drained: turn off wake-on-twist etc
2023-04-07 21:29:12 +01:00
Rob Pilling
a36e705d79
drained: force off gps/hrm
2023-04-07 21:29:12 +01:00
Rob Pilling
39aa8e7e7b
drained: enable emulator
2023-04-07 21:29:12 +01:00
Rob Pilling
2de5831827
drained: add icon
2023-04-07 21:29:12 +01:00
Rob Pilling
1fa36bd2b8
drained: rename from low-power-mode
2023-04-07 21:29:04 +01:00
Rob Pilling
4bb96f314c
low-power-mode: initial app
2023-04-07 21:28:58 +01:00
notEvil
bbbbe4ed76
- apps/chargent: updated metadata
2023-04-07 13:42:11 +02:00
notEvil
b0b10592cd
- apps/chargent: added notification
2023-04-06 23:51:16 +02:00
Scharf
d00cb89dea
[sleeplog] Correct deleteBefore function ... last
2023-04-05 23:13:34 +02:00
Scharf
ce1c8b8ae8
Revert "[sleeplog] Add feedback to deleteBefore function 4"
...
This reverts commit 19e0f52886
.
2023-04-05 22:50:37 +02:00
Scharf
71ff4d09fd
Revert "[sleeplog] Add feedback to deleteBefore function 5"
...
This reverts commit 7377da70ef
.
2023-04-05 22:50:27 +02:00
Scharf
7377da70ef
[sleeplog] Add feedback to deleteBefore function 5
2023-04-05 22:44:47 +02:00
Scharf
19e0f52886
[sleeplog] Add feedback to deleteBefore function 4
2023-04-05 22:40:47 +02:00
Scharf
72aee51f1a
[sleeplog] Add feedback to deleteBefore function 3
2023-04-05 22:34:28 +02:00
Scharf
a2ce5af0d3
[sleeplog] Add feedback to deleteBefore function 2
2023-04-05 19:15:27 +02:00
Scharf
644af8d792
[sleeplog] Add feedback to deleteBefore function
2023-04-05 19:03:12 +02:00
Scharf
4a6cdacec3
[sleeplog] Correct deleteBefore function 8
2023-04-05 18:29:06 +02:00
Scharf
b59867ae73
[sleeplog] Correct deleteBefore function 7
2023-04-05 18:11:25 +02:00
Scharf
bdf2af9785
[sleeplog] Correct deleteBefore function 6
2023-04-05 18:07:36 +02:00
Scharf
f03bd7fc5b
[sleeplog] Correct deleteBefore function 5
2023-04-05 18:02:34 +02:00
Scharf
983878647a
[sleeplog] Correct deleteBefore function 4
2023-04-05 17:52:59 +02:00
Scharf
1b467cfa99
[sleeplog] Correct deleteBefore function 3
2023-04-05 17:40:14 +02:00
Scharf
4b41d30987
[sleeplog] Correct deleteBefore function 2
2023-04-05 17:29:25 +02:00
Scharf
7740ab87c2
[sleeplog] Correct deleteBefore function
2023-04-05 17:03:37 +02:00
Scharf
00a9db1bf0
[sleeplog] Improving triggers and web interface
...
to 0.13:
- Prevent to stay in consecutive sleep if not worn.
- Correct calling triggers where last time is earlier then first time.
- Add the trigger object itself as argument to the fn function to be able to store data or functions inside the trigger object.
to 0.14:
improvements initiated by #2677
- Add a option to delete all logfiles before a specific date from the watch
- Correct regex file search from `\d\d\d\d` / `\d{4}` to `\d+`
2023-04-05 16:47:09 +02:00
thyttan
81bc99b7a1
pull in 'Ensure that changing a menu item when half-scrolled off screen doesn't overwrite widgets' from the standard scroller
2023-04-05 12:38:12 +02:00
Gordon Williams
9db02af9f1
Merge pull request #2676 from elykittytee/master
...
[encourageclk] - draw update
2023-04-05 08:55:34 +01:00
Gordon Williams
340a1f9668
Merge pull request #2672 from thyttan/longpressbuzz
...
[Long Press, Buzz!] Add longpressbuzz app (boot code)
2023-04-05 08:42:24 +01:00
eleanor
fcd1089ca6
now version 0.03
2023-04-04 11:42:30 -05:00
eleanor
7089640f0d
Update ChangeLog
2023-04-04 11:42:03 -05:00
eleanor
1d095bc205
updated app.js again
...
idk what's going on. why are my changes being reverted.
2023-04-04 11:39:17 -05:00
thyttan
2c93c2f3c5
change 'per' -> 'at' in metadata and readme
2023-04-04 17:22:51 +02:00
thyttan
fb499c6a85
Add Gordon Williams as creator
2023-04-04 17:16:38 +02:00
thyttan
f44327915c
move quote from Changelog to README
2023-04-04 17:16:38 +02:00
thyttan
cf1205d417
Change icon to Buzz Lightyear, add to Changelog.
2023-04-04 17:16:38 +02:00
thyttan
e34728849f
change the logic to buzz at boot instead of before reboot
2023-04-04 17:16:38 +02:00
eleanor
8d14562be3
removed clearText()
2023-04-04 10:13:08 -05:00
eleanor
bdd0d73101
messed up and fixed again ):
2023-04-04 10:12:25 -05:00
eleanor
ce144e05ff
reordered app.js again
2023-04-04 10:02:35 -05:00
eleanor
08e7d14b08
updated to ChangeLog 0.02
2023-04-04 09:43:33 -05:00
eleanor
cd8de2b1cc
Update ChangeLog
2023-04-04 09:42:56 -05:00
Gordon Williams
cfb7e9ee8f
Merge pull request #2675 from nxdefiant/master
...
grocery interface: Automatically scroll down on add
2023-04-04 08:48:33 +01:00
eleanor
47bd0a1aea
fixed setInterval
...
loader() to draw()
2023-04-03 14:47:01 -05:00
eleanor
2f7b2e8e15
undeleted and fixed organization of loading
2023-04-03 14:46:21 -05:00
eleanor
b33d909639
updated app.js
...
fix: time not updating
2023-04-03 14:44:35 -05:00
eleanor
cc7d5d2b40
update app.js
...
removed `Bangle.setUI("clock"); `
2023-04-03 14:27:26 -05:00
Erik Andresen
b2ae41c129
grocery interface: Automatically scroll down on add
2023-04-03 20:04:06 +02:00
Gordon Williams
b5531607dc
Merge pull request #2671 from 23RoMax/master
...
New App: Tinycmc - A tiny coin market cap client for banglejs
2023-04-03 11:59:19 +01:00
Gordon Williams
ae8b227d21
Merge pull request #2666 from elykittytee/master
...
Created Encouragement & Positivity watchface
2023-04-03 09:55:40 +01:00
pinq-
5bd479adba
rename settings file
2023-04-03 01:06:58 +03:00
pinq-
43aa9db890
fix on metadata.json format
2023-04-03 01:04:24 +03:00
pinq-
7581201c84
Merge branch 'espruino:master' into master
2023-04-03 00:47:16 +03:00
pinq-
1520cb60ba
Settings and logs
...
- Added settings to select number and bubble
- Modified logs
2023-04-03 00:43:12 +03:00
thyttan
d410c5acad
add tag system
2023-04-01 22:25:15 +02:00
thyttan
a6844f4f80
tweak buzz lenght and strength
2023-04-01 17:43:37 +02:00
thyttan
d758d655b5
Add longpressbuzz app (boot code)
2023-04-01 17:27:39 +02:00
23RoAGX
e677c52e37
New App: tinyCMC coinmarketcap client
2023-04-01 16:47:54 +02:00
pinq-
3013e10e3e
Battery circle
...
- Added battery circle in the center
- Added "draw arc" function for battery circle
2023-04-01 07:54:40 +03:00
pinq-
28927f7849
New futures
...
- Hole can be circle or square
- Hole can be with number or without
- Draw circle takes whole object in as a variable
2023-04-01 07:34:32 +03:00
olivierbarriere
3cd77145f8
Merge branch 'espruino:master' into master
2023-03-31 23:29:19 -04:00
eleanor
3e83f01306
updated app.js
...
changed order of loaded widgets and drawing watchface
2023-03-31 14:50:54 -05:00
Gordon Williams
59b66684a6
Merge branch 'master' of github.com:espruino/BangleApps
2023-03-31 14:09:52 +01:00
Gordon Williams
a39b773ac1
widdst 0.04: Give the boot file the highest priority to ensure it runs before sched ( fix #2663 )
2023-03-31 14:09:39 +01:00
eleanor
f7c65df902
forgot drawTimeout like a dummy
2023-03-29 15:21:26 -05:00
eleanor
3bab49ea44
Update app-icon.js
2023-03-29 14:59:59 -05:00
eleanor
a8bfd90ef4
updated app.js
...
added/fixed queuedraw
2023-03-29 14:58:20 -05:00
eleanor
b665fff3c3
reconverted 48x48 icon
2023-03-29 10:47:09 -05:00
eleanor
4b95ad5427
updated app.js
...
- fixed a line in the encouragements
- added the menu when you press a button
2023-03-29 10:32:42 -05:00
eleanor
ebb5d52079
Update app.js
2023-03-29 10:07:48 -05:00
olivierbarriere
cda8fab912
Merge branch 'espruino:master' into master
2023-03-29 09:22:39 -04:00
Kevin Whitaker
2f2000db5e
Change font to more accurate one for smb3
2023-03-28 15:21:24 -04:00
Kevin Whitaker
224af0b209
clean up some nesclock code, including use let instead of var
2023-03-28 13:36:30 -04:00
eleanor
339792324d
48x48
2023-03-28 12:00:24 -05:00
eleanor
1b80ab926e
Delete app.png
2023-03-28 12:00:11 -05:00
eleanor
acdc213369
Add files via upload
2023-03-28 11:41:30 -05:00
eleanor
c468e64283
Create metadata.json
2023-03-28 11:41:12 -05:00
eleanor
86cbc0b81e
Create app.js
2023-03-28 11:40:53 -05:00
eleanor
c64dbef9e8
Create app-icon.js
2023-03-28 11:40:37 -05:00
eleanor
ce0c8fe433
Create README.md
2023-03-28 11:40:24 -05:00
eleanor
aa030f2fe6
Create ChangeLog
2023-03-28 11:40:08 -05:00
eleanor
6c4a19a132
deleted because it doesn't work ):
2023-03-28 11:37:38 -05:00
eleanor
c096e067cc
Merge branch 'espruino:master' into master
2023-03-28 08:29:49 -05:00
Kevin Whitaker
a7dac089ed
Fix off center text with trim and reduce size of smb3 font for 24hr
2023-03-27 15:42:51 -04:00
olivierbarriere
c8285a16b3
Update ChangeLog
2023-03-27 11:37:15 -04:00
olivierbarriere
66e4a01bf1
Vertical Battery Widget: make color depend on level
2023-03-27 11:31:15 -04:00
olivierbarriere
0ce0b9e22b
Update metadata.json
2023-03-27 11:28:35 -04:00
Kevin Whitaker
df79cacd90
Small fix for font in nes clock
2023-03-27 09:04:20 -04:00
Kevin Whitaker
cc0ac4e3f5
fix setting screen
2023-03-25 17:46:41 -04:00
Kevin Whitaker
7e095a67f5
typo in nes clock
2023-03-25 17:39:44 -04:00
Kevin Whitaker
0a92b70c2c
disable emulator
2023-03-25 17:38:15 -04:00
Kevin Whitaker
377953cbd4
Merge branch 'master' of github.com:eyecreate/BangleApps
2023-03-25 17:32:36 -04:00
Kevin Whitaker
8b484f32ab
Added custom new clock: NES Clock
2023-03-25 17:31:16 -04:00
Gordon Williams
46e4bba312
Merge pull request #2655 from blm768/alarm-fix
...
Fix a menu crash in alarms app
2023-03-20 09:50:15 +00:00
Gordon Williams
31ea6b6f1e
Update ChangeLog
2023-03-20 09:29:23 +00:00
Gordon Williams
3ea91c66a2
Merge pull request #2657 from nxdefiant/master
...
hrmmar: bthrm compatibility
2023-03-20 09:24:48 +00:00
Erik Andresen
a152ff546c
hrmmar: bthrm compatibility
...
- Disable when bthrm is active
- Enable fft elim as default
2023-03-19 08:26:51 +01:00
thyttan
197f9bb436
Don't go down extensions paths if nothing waits at the end
2023-03-18 17:27:29 +01:00
Ben Merritt
1dd4344e75
Fix a menu crash in alarms app
2023-03-18 08:30:57 -07:00
Gordon Williams
641fecf116
Merge pull request #2652 from notEvil/widdevst3
...
widdevst v0.03
2023-03-17 08:24:46 +00:00
Gordon Williams
b76c69590d
Merge pull request #2653 from thyttan/alarm
...
[Alarms and Timers] Use substring of message for label...
2023-03-17 08:24:38 +00:00
Gordon Williams
1cbb5d2c21
Merge pull request #2654 from thyttan/quicklaunch
...
[quicklauch] remove a print statement
2023-03-17 08:20:35 +00:00
thyttan
b3a59ff35c
Use substring of message as label when it's longer than fits the designated menu entry. Also add some semicolons.
2023-03-16 21:36:41 +01:00
thyttan
3b52491e4f
remove a print statement
2023-03-16 21:05:46 +01:00
notEvil
b99c841ed6
- apps/widdevst: changed to refresh storage usage and run GC every minute
2023-03-16 16:33:10 +01:00
Gordon Williams
d230d6b6f6
Merge pull request #2647 from thyttan/quicklaunch
...
[quicklaunch] Pause timeout to clock by touch and hold.
2023-03-15 15:02:18 +00:00
Gordon Williams
96c0067e6a
Merge pull request #2650 from pavelmachek/merge_3
...
waypoint_editor: Add simple application for editing waypoints on watch
2023-03-15 08:19:24 +00:00
Pavel Machek
98e6b8c49f
Add missing icon.
2023-03-14 23:13:51 +01:00
Pavel Machek
6cdf3cc572
waypoint_editor: Add simple application for editing waypoints on
...
watch.
2023-03-14 23:08:30 +01:00
thyttan
30232e85e2
readme: is -> are
2023-03-14 19:04:47 +01:00
thyttan
f8bd92fc56
move app launch logic into a function
2023-03-14 18:48:38 +01:00
thyttan
203d017727
Add function for pausing the timeout on long touch. Remove some superfluous code.
2023-03-14 18:24:35 +01:00
Gordon Williams
1e99a7f83a
Merge pull request #2646 from Mcsquarex/master
...
Chance
2023-03-13 08:52:41 +00:00
Gordon Williams
6a27d7bcb5
Merge pull request #2645 from thyttan/quicklaunch-infinite
...
[quicklaunch] Implement stackable extension screens
2023-03-13 08:49:44 +00:00
Gordon Williams
86b00ae734
Merge pull request #2643 from thyttan/runplus
...
[runplus] follow the preferred metadata.json style
2023-03-13 08:48:02 +00:00
Gordon Williams
4dc0ad39c6
Merge pull request #2642 from thyttan/messagesoverlay
...
[messagesoverlay] follow the preferred metadata.json style
2023-03-13 08:47:53 +00:00
thyttan
c0ded36586
Update README.md
2023-03-12 22:02:01 +01:00
thyttan
424adcce4f
list contributors in readme
2023-03-12 21:57:36 +01:00
thyttan
3792396150
tweak faking of Bangle.loadWidgets()
2023-03-12 21:23:19 +01:00
thyttan
927d69b9e3
tweak readme
2023-03-12 15:09:13 +01:00
thyttan
224500e8f4
add screenshots to readme
2023-03-12 14:48:32 +01:00
thyttan
b06e9968ca
cleanup after removine fuInstalled settings entry
2023-03-12 14:14:07 +01:00
thyttan
850c791ba2
handle if Fastload Utils is installed or not with a hack instead of with a settings entry
2023-03-12 14:12:57 +01:00
thyttan
3c6e708009
tweaks re checking if Fastload Utils is installed
2023-03-12 14:00:01 +01:00
thyttan
b1e57cc00d
only call loadWidgets if Fastload Utils is installed
2023-03-12 13:41:23 +01:00
thyttan
1bfb1ae7e4
fix quicklaunch.json name conversion deleting extleftapp etc
2023-03-12 12:35:03 +01:00
thyttan
6d80f784b4
handle app name "(none)" vs empty string "" in settings.js instead of in app.js"
2023-03-12 12:22:02 +01:00
thyttan
10ac0e625a
don't draw "(none)" in extension when app is not chosen
2023-03-12 11:26:12 +01:00
thyttan
7e8ceae785
remove empty lines
2023-03-12 03:25:56 +01:00
thyttan
a6728e2f18
tweak submenus heading
2023-03-12 03:24:16 +01:00
thyttan
c14dc872b7
Instruct the user to visit settings page to prompt update of quicklaunch.json
2023-03-12 03:05:00 +01:00
thyttan
a8da0783e4
add to readme
2023-03-12 02:47:30 +01:00
thyttan
6bc0604c60
tweak conversion quicklaunch.json again...
2023-03-12 02:36:53 +01:00
thyttan
203d3b075f
tweak conversion again...
2023-03-12 02:27:03 +01:00
thyttan
0c352bce76
further twaeks to conversion from old quicklaunch.json
2023-03-12 02:14:28 +01:00
thyttan
f10c218452
tweak conversion from old quicklaunch.json
2023-03-12 01:54:56 +01:00
thyttan
1b85a2bfca
convert old quicklaunch.json key names to the new ones.
2023-03-12 01:39:28 +01:00
thyttan
4940bcb834
fix to work without fastload utils. tweaks to settings page.
2023-03-12 01:11:07 +01:00
thyttan
2268b438e7
fixes, now functional together with fastload utils
2023-03-11 22:48:59 +01:00
Mcsquarex
7a5baf9548
Add files via upload
2023-03-11 14:59:09 -06:00
Mcsquarex
e571ca592e
Create chance.app.js
2023-03-11 14:58:26 -06:00
thyttan
4b2b9c722b
tweak app.js and boot.js to match settings.js
2023-03-11 19:36:33 +01:00
thyttan
bb2a7f2e8a
convert settings for stackable extension screens
2023-03-11 18:57:00 +01:00
thyttan
068e68780c
bump version
2023-03-11 01:18:28 +01:00
thyttan
cc15ff9cfa
start making quicklaunch infinitely extensible
2023-03-11 01:10:31 +01:00
thyttan
1b6ab0e8f3
follow the preferred metadata.json style
2023-03-10 22:56:43 +01:00
thyttan
a9a6e47610
follow the preferred metadata.json style
2023-03-10 22:45:19 +01:00
thyttan
2b7fcd7704
add global variable qlTrace
2023-03-10 22:43:18 +01:00
thyttan
1d58e0d5e3
follow the preferred metadata.json style
2023-03-10 21:19:02 +01:00
Gordon Williams
810b419abf
Merge pull request #2639 from thyttan/quicklaunch
...
[quicklaunch] add hints to extension app
2023-03-10 08:40:24 +00:00
Rob Pilling
f1bb41743e
Add local modules types to require()
2023-03-09 21:14:59 +00:00
Rob Pilling
4f25ee7ca1
Comment-out unused variable
2023-03-09 21:06:13 +00:00
thyttan
546cfd5e15
add hints to extension app
2023-03-09 20:00:45 +01:00
Gordon Williams
94be5d4627
Add check for unlinked READMEs
2023-03-09 09:54:26 +00:00
Gordon Williams
735ab75b39
Merge branch 'master' of github.com:espruino/BangleApps
2023-03-09 09:44:37 +00:00
Gordon Williams
82efd6b29e
correction based on https://github.com/espruino/BangleApps/pull/2529#discussion_r1130158703
2023-03-09 09:44:34 +00:00
dapgo
80aeb00b7c
Delete app.js
2023-03-08 12:35:26 +01:00
dapgo
83d4e2b615
Delete Changelog.txt
2023-03-08 11:55:51 +01:00
dapgo
c4328de14b
fix Changelog
...
minor issues with caps and extension
2023-03-08 11:52:13 +01:00
dapgo
18f12216f4
Update Changelog.txt
2023-03-08 11:44:46 +01:00
dapgo
8bcf67b38a
Create Changelog.txt
2023-03-08 11:39:53 +01:00
dapgo
d7f5f710b2
fix and improvements for dtlaunch
...
fix and improvements for dtlaunch
2023-03-08 11:27:31 +01:00
dapgo
5a515be932
Merge branch 'master' of https://github.com/dapgo/BangleApps
2023-03-08 11:00:10 +01:00
Gordon Williams
fabfa93534
Merge branch 'master' of github.com:espruino/BangleApps
2023-03-07 15:44:53 +00:00
Gordon Williams
96ee2a52c8
add 2v17 firmware
2023-03-07 15:44:37 +00:00
Rarder44
1ca96bca90
Fix graphic bug;
...
View via popup while there are other open apps
2023-03-07 16:23:49 +01:00
Gordon Williams
4f8717c772
Merge pull request #2440 from thyttan/bwclock-fontless
...
[BW Clock Lite] New version using bitmap font making it quicker
2023-03-07 12:43:00 +00:00
Gordon Williams
e87e3f137b
Added handling for 'rp:true' and also debug message in case of invalid repeat type
2023-03-07 11:41:21 +00:00
Gordon Williams
871566ed0b
Revert changes that took out localisation of the date
2023-03-07 11:37:35 +00:00
Gordon Williams
53b704232d
Update metadata.json
...
bump version after merge
2023-03-07 11:28:15 +00:00
Gordon Williams
00980611e0
Merge branch 'master' into event_date_repeat
2023-03-07 11:23:13 +00:00
Gordon Williams
990eab0d57
Merge pull request #2632 from lauzonhomeschool/draguboard
...
[draguboard] Create draguboard app from dragboard
2023-03-07 10:08:50 +00:00
Christian Meichle
b1726ea33c
fixed typo in settings.js for DRAGDOWN that did cause the setting to not be saved correctly and hence wasn't settable
2023-03-06 18:22:37 +01:00
eleanor
9cf62f1686
Merge branch 'espruino:master' into master
2023-03-06 10:48:23 -06:00
Rob Pilling
a135ba497f
ChangeLog
2023-03-06 12:15:04 +00:00
Rob Pilling
c0194f260f
Rename -> widbtstates
2023-03-06 12:14:56 +00:00
Rob Pilling
832ec7a7a5
Use NRF.getSecurityStatus().advertising for initial state
2023-03-06 12:05:32 +00:00
Rob Pilling
d9dc729abd
Regenerate types - NRF.getSecurityStatus()
2023-03-06 12:05:32 +00:00
Rob Pilling
3808b0bc3c
widbt2: convert to typescript
2023-03-06 12:05:32 +00:00
Rob Pilling
326afaf72e
New widget: bt2
2023-03-06 12:05:32 +00:00
Gordon Williams
d2d41e1404
Merge pull request #2625 from pavelmachek/merge_1
...
openstmap: display waypoints
2023-03-06 09:51:08 +00:00
Gordon Williams
657bb07846
Merge pull request #2629 from pavelmachek/merge_2
...
altimeter: Display sea-level pressure, too, and allow calibration
2023-03-06 09:41:24 +00:00
lauzonhomeschool
ec171c81d4
[draguboard] setFontAlign at the last minute
2023-03-05 22:39:37 -05:00
lauzonhomeschool
211f3c3113
[draguboard] fix initialization of appRect
2023-03-04 23:06:13 -05:00
lauzonhomeschool
e67264fa46
[draguboard] Create draguboard app from dragboard
2023-03-04 13:03:17 -05:00
Gabriele Monaco
81fb1dafb0
weather: added monochrome parameter to `drawIcon`
2023-03-04 16:02:42 +01:00
Pavel Machek
783686866e
altimeter: Display sea-level pressure, too, and allow calibration
...
Add display of sea-level pressure and temperature, and allow
calibration by setting the altitude. That way, you can get precise
altitude if you already know sea-level pressure (from example from
forecast), or you can calibrate using known altitude and have precise
readings for a while.
2023-03-03 18:49:54 +01:00
Pavel Machek
2f53b732bc
openstmap: We updated changelog, so increase version.
2023-03-03 17:54:53 +01:00
Pavel Machek
c18d1d4a42
openstmap: fix operation without waypoints, increase version
2023-03-03 17:50:48 +01:00
Gordon Williams
4433d2cef5
2v16 bootloader hash
2023-03-03 16:30:13 +00:00
Gordon Williams
1a3f338a17
Add short name for QR codes
2023-03-03 10:25:23 +00:00
Gordon Williams
2767c57cba
0.06: Lower chunk size to 1024 (from 2048) to make firmware updates more reliable
2023-03-03 10:25:02 +00:00
Gordon Williams
ba1c109e88
Merge pull request #2628 from Rarder44/master
...
[app/iconlauncher] fix fullscreen with oneClickExit
2023-03-03 08:41:15 +00:00
Gordon Williams
cf8e1f82b0
Merge pull request #2619 from thyttan/messagesoverlay
...
[messagesoverlay] scroll six lines per swipe, on Bangle2 this leaves the previous first…
2023-03-03 08:40:31 +00:00
Rarder44
f027b65e8e
fix fullscreen with oneClickExit
2023-03-02 20:11:34 +01:00
Pavel Machek
e79c95022a
openstmap: display waypoints
...
If waypoints module is available, display the waypoints on the
map. Also update the documentation and fix some english in the
documentation.
2023-03-02 00:26:50 +01:00
thyttan
b365159f2b
bump version, fix typo
2023-03-01 15:49:23 +01:00
thyttan
d5c85f1654
tweak and align HRM min/max defaults, change allowed min/max interval in settings
2023-03-01 15:41:54 +01:00
thyttan
32d1cecb6f
bump version
2023-03-01 15:40:58 +01:00
thyttan
487ee7443b
scroll six lines per swipe, on Bangle2 this leaves the previous first/last line visible so the user know they got to see all text
2023-03-01 15:40:57 +01:00
Martin Boonk
59d252de8f
runplus - Fix typo in variable name preventing starting a run
2023-03-01 12:02:46 +01:00
Gordon Williams
a030f607cc
Merge branch 'lunctis-viribus-master'
2023-03-01 08:44:59 +00:00
Gordon Williams
c02e3f4693
Merge pull request #2607 from bobrippling/settings-preserve-whitelist
...
settings app: preserve whitelist when disabled
2023-03-01 08:18:49 +00:00
Rob Pilling
b6b6ce1e8d
Bump bootloader version
2023-03-01 08:15:01 +00:00
Gordon Williams
44a19f76b6
Merge pull request #2623 from Le-Kat/master
...
multiple dice roller app
2023-03-01 08:07:11 +00:00
Gordon Williams
66eed2e126
Merge pull request #2618 from Rarder44/Messages-Light
...
[Messages light] implement new events management
2023-03-01 08:06:47 +00:00
Gordon Williams
c3f35598f9
Merge pull request #2622 from jketterer/not-analog-time-format
...
[Not Analog] Respect system time format setting
2023-03-01 08:03:55 +00:00
Le~Kat
f9e3463964
added images to README.md
2023-02-28 22:44:27 -05:00
Le~Kat
8e609ff281
if this doesn't work I'm reverting & giving up
2023-02-28 22:20:53 -05:00
Le~Kat
52bb9f1ca8
checking if I need to increase version for image to change
2023-02-28 22:17:17 -05:00
Le~Kat
1f64a1736b
I think that fixed the icon
2023-02-28 22:10:48 -05:00
Le~Kat
25046b6f92
Merge branch 'master' of https://github.com/espruino/BangleApps
2023-02-28 22:08:21 -05:00
Le~Kat
07952c23b5
5th try
2023-02-28 22:07:17 -05:00
Le~Kat
3bbcb6522e
didn't add the file I meant to
2023-02-28 19:05:37 -05:00
Le~Kat
b0f729eb1e
4th try
2023-02-28 19:02:49 -05:00
Le~Kat
50d43e9176
reverted to before image manipulation
2023-02-28 19:00:25 -05:00
Jeremy Ketterer
cdbdb20bde
Bump version and add to changelog
2023-02-28 17:04:06 -05:00
Jeremy Ketterer
97c3b66c5a
Convert to 12h time according to system setting
...
revert formatting changes
remove comments
2023-02-28 17:03:10 -05:00
thyttan
cd618434fa
back to the usual formatting
2023-02-28 20:43:31 +01:00
thyttan
fe3d5df5f3
add README.md to metadata
2023-02-28 20:40:19 +01:00
Erik Andresen
51e22e70e8
Revert "Revert "settings: Also invert value""
...
This reverts commit e8bbfd5ae4
.
2023-02-28 19:24:40 +01:00
Erik Andresen
d2e0bc8da0
Merge branch 'master' into gpsmagdir
2023-02-28 19:24:14 +01:00
Erik Andresen
e8bbfd5ae4
Revert "settings: Also invert value"
...
This reverts commit fb1518f6b8
.
2023-02-28 19:22:14 +01:00
Erik Andresen
82c64a7e62
gpsmagswitch: minor fixes
2023-02-28 19:20:19 +01:00
Rarder44
6596d44c29
readme updated
2023-02-28 19:14:20 +01:00
Rarder44
92378a3137
messages_light update -> new management of events implemented
2023-02-28 19:00:41 +01:00
Luca Pozzi
5b0225e58b
Merge branch 'espruino:master' into Messages-Light
2023-02-28 18:57:34 +01:00
lunctis-viribus
81367a7c29
Merge branch 'espruino:master' into master
2023-02-28 18:50:05 +01:00
lunctis-viribus
f7e8cc46e7
weatherclock v0.06
2023-02-28 18:32:14 +01:00
lunctis-viribus
b163721777
weatherclock v0.06
2023-02-28 17:57:51 +01:00
dapgo
4324cbd4c1
helloworld compat improvements
...
minor improvements and bjs2
2023-02-28 12:04:00 +01:00
Erik Andresen
331a366ce7
gpsmagswitch: Drop tiltCompensation because of unscaled values
2023-02-28 10:36:45 +01:00
Gordon Williams
ef43eba307
Merge pull request #2606 from bobrippling/tap2lock
...
widlockunlock: tap-to-lock
2023-02-28 09:27:01 +00:00
Gordon Williams
d9b5f9833f
Merge pull request #2613 from nxdefiant/master
...
widalarmeta: Fix when no alarms are present
2023-02-28 09:23:24 +00:00
Gordon Williams
621ea8e54e
Merge pull request #2614 from dapgo/master
...
tempmonitor v3
2023-02-28 09:23:02 +00:00
Erik Andresen
71964b041e
Revert "magnav"
...
This reverts commit cc57c42a17
.
2023-02-28 09:29:11 +01:00
Erik Andresen
0677f027d0
Revert "magnav"
...
This reverts commit 742bcdddab
.
2023-02-28 09:28:55 +01:00
Erik Andresen
27e8080cef
Revert "magnav: replace var with let/const"
...
This reverts commit 864ef1b2bc
.
2023-02-28 09:28:39 +01:00
Erik Andresen
096b8721fa
Revert "magnav: fix calibration check"
...
This reverts commit d92dee6246
.
2023-02-28 09:28:28 +01:00
lunctis-viribus
6e4f6c69c0
weatherclock v0.06
2023-02-28 08:36:37 +01:00
Martin Boonk
aacf2e3c1a
messagesoverlay - Only add listeners once
2023-02-28 07:57:06 +01:00
Le~Kat
a40d7cee5c
tabs, since app is p. much finalized
2023-02-27 18:41:10 -05:00
Le~Kat
b2679d7b9b
removed an extra newline
2023-02-27 18:40:15 -05:00
Martin Boonk
c440a5d143
messagesoverlay - Remove unused files
2023-02-27 23:43:16 +01:00
Martin Boonk
43448e42c9
messagesoverlay - Fix handlers being restored incorrectly if message removed
2023-02-27 23:43:16 +01:00
lunctis-viribus
da41134678
weatherclock v0.06
2023-02-27 22:21:09 +01:00
dapgo
7c048bc232
Update tempmonitor.app.js
...
minor typo errors
2023-02-27 21:57:42 +01:00
dapgo
a314fa5580
Update tempmonitor.app.js
...
small issue caused by removing comments
2023-02-27 21:54:36 +01:00
lunctis-viribus
f8766bcd84
weatherclock v0.06
2023-02-27 21:43:20 +01:00
dapgo
56a845f630
tempmonitor v3
...
Beside new functions, info about modedebug
2023-02-27 21:39:39 +01:00
lunctis-viribus
5ca69aa0a4
weatherclock v0.06
2023-02-27 21:38:14 +01:00
dapgo
293b0d1b43
tempmonitor v3
...
Added Stop/start recording, change BG color, filesize info. Pending long press events for v4
2023-02-27 21:36:54 +01:00
Rob Pilling
e24b8283b1
Simplify toggling whitelist
2023-02-27 20:36:31 +00:00
Erik Andresen
d92dee6246
magnav: fix calibration check
2023-02-27 21:30:40 +01:00
Rob Pilling
96b8e9a3e8
Restore original widlockunlock object
2023-02-27 20:19:47 +00:00
Rob Pilling
c4d5713471
Revert "widlockunlock: setting for location"
...
This reverts commit c84d3fa2c0
.
2023-02-27 20:16:36 +00:00
Rob Pilling
63711f6a0c
Revert "widlockunlock: convert to typescript"
...
This reverts commit 6a21608322
.
2023-02-27 20:13:57 +00:00
Erik Andresen
864ef1b2bc
magnav: replace var with let/const
2023-02-27 21:11:15 +01:00
Erik Andresen
eaf17b71cc
gpsmagcourse: Do not recalculate in getCompass()
2023-02-27 20:50:51 +01:00
lunctis-viribus
97a6beab55
weatherclock v0.06
2023-02-27 20:18:19 +01:00
lunctis-viribus
fb88b185af
weatherclock v0.06
2023-02-27 20:16:44 +01:00
lunctis-viribus
483503dc36
weatherclock v0.06
2023-02-27 20:06:14 +01:00
Erik Andresen
a3addeebb2
widalarmeta: Fix when no alarms are present
2023-02-27 19:43:42 +01:00
Le~Kat
dd19d8587d
Merge branch 'master' of https://github.com/espruino/BangleApps
2023-02-27 09:38:52 -05:00
Gordon Williams
625e52514d
Merge branch 'master' of github.com:espruino/BangleApps
2023-02-27 13:17:57 +00:00
Gordon Williams
cc24cb5bb3
0.07: Ensure barometer gets turned off after a few readings (isBarometerOn broken in 2v16)
2023-02-27 13:17:41 +00:00
Gordon Williams
44af5523e2
Merge pull request #2610 from nxdefiant/widbatpc
...
widbatpc: Only redraw when values change
2023-02-27 11:07:14 +00:00
Gordon Williams
7672a82e67
Merge pull request #2609 from nxdefiant/widalarmeta
...
widalarmeta: use less cpu time each minute
2023-02-27 10:01:44 +00:00
Gordon Williams
725ee726d7
Merge pull request #2612 from halemmerich/messageoverlay
...
Message Overlay - Fork of messages_light
2023-02-27 09:53:26 +00:00
Gordon Williams
9b46c300f2
oops
2023-02-27 09:38:22 +00:00
Gordon Williams
7386e0c78d
Merge branch 'master' into runplus
2023-02-27 09:36:21 +00:00
Gordon Williams
5aa85a2eed
Merge pull request #2603 from thyttan/backswipe
...
[backswipe] add to the instruction for # of handlers in readme
2023-02-27 09:34:40 +00:00
lunctis-viribus
aa5ed45c26
weatherclock v0.06
2023-02-27 01:14:25 +01:00
Martin Boonk
868e5edc49
powermanager - Adds some todos to readme
2023-02-26 22:19:57 +01:00
Le~Kat
c3f5fbbd28
increased vibration strength, added some comments, & some QOL
2023-02-26 15:51:03 -05:00
Martin Boonk
4ea368416d
messagesoverlay - Add low memory mode
2023-02-26 21:24:43 +01:00
Martin Boonk
54051d5ab1
messagesoverlay - Do not add ... to every source
2023-02-26 20:03:35 +01:00
Martin Boonk
f62da73c55
messagesoverlay - Remove unused settings
2023-02-26 20:02:20 +01:00
Erik Andresen
22259d13be
widalarmeta: Draw bell only once
2023-02-26 20:00:20 +01:00
Martin Boonk
16a3af8d1b
messagesoverlay - Finetune fonts
2023-02-26 19:24:48 +01:00
Martin Boonk
c184687089
messagesoverlay - Do not light up LCD if quiet mode is on
2023-02-26 19:24:48 +01:00
Martin Boonk
0a9d8eb9b3
messagesoverlay - Fix quiet mode being ignored
2023-02-26 18:51:23 +01:00
Martin Boonk
420c839a5b
messagesoverlay - Add hint regarding wrong colors
2023-02-26 18:40:37 +01:00
Martin Boonk
b14afaa891
messageoverlay - Fix call notification not being shown
2023-02-26 17:01:38 +01:00
lunctis-viribus
a6805a304f
weatherclock v0.06
2023-02-26 16:59:59 +01:00
lunctis-viribus
7809129ddf
weatherclock v0.06
2023-02-26 16:59:43 +01:00
lunctis-viribus
b7222c485b
weatherclock v0.06
2023-02-26 16:46:02 +01:00
lunctis-viribus
4dc02a5a32
weatherclock v0.06
2023-02-26 16:31:56 +01:00
Martin Boonk
3ef8ede109
messagesoverlay - Fix leaking memory
2023-02-26 15:53:00 +01:00
Martin Boonk
c16a9b1103
messagesoverlay - Use less memory if messages are stacked
2023-02-26 15:23:57 +01:00
lunctis-viribus
7d2159efa1
weatherclock v0.06
2023-02-26 15:19:40 +01:00
lunctis-viribus
822b56a6fd
weatherclock v0.06
2023-02-26 14:53:19 +01:00
lunctis-viribus
35b4611a9c
weatherclock v0.06
2023-02-26 14:37:16 +01:00
lunctis-viribus
f3a28b2b4c
weatherclock v0.06
2023-02-26 14:24:49 +01:00
Martin Boonk
7ff5796fde
powermanager - Catch the case of the wrapped function being a string
2023-02-26 14:08:05 +01:00
Martin Boonk
54e9704e3c
messagesoverlay - Tweak source and title texts
2023-02-26 13:47:39 +01:00
Martin Boonk
386bd1f712
messagesoverlay - Tweak font sizes and positions
2023-02-26 13:20:49 +01:00
Martin Boonk
72d440a20c
messagesoverlay - Adds screenshots and more README
2023-02-26 13:07:00 +01:00
Martin Boonk
86fce14cc6
messagesoverlay - Set type to bootloader
2023-02-26 11:55:18 +01:00
Martin Boonk
6944fcece4
messagesoverlay - Remove unused icon
2023-02-26 11:54:59 +01:00
Martin Boonk
f055b642a9
messagesoverlay - Fix scrolling
2023-02-26 11:44:25 +01:00
Martin Boonk
e5352839c0
messagesoverlay - Use only theme colors
2023-02-26 11:44:25 +01:00
Martin Boonk
8a3ab237fc
messagesoverlay - Refactor backing up and restoring handlers
2023-02-26 11:44:24 +01:00
Martin Boonk
a9fd2420e2
messagesoverlay - Stop swipes and drags interacting with the running app
2023-02-26 11:44:24 +01:00
Martin Boonk
730da3f52d
messagesoverlay - Show popup a litte smaller than full screen
2023-02-26 11:44:24 +01:00
Martin Boonk
11e31f4bbe
messagesoverlay - Initial fork of messages_light with drawing to overlay
2023-02-26 11:44:24 +01:00
Martin Boonk
9e7f22df00
powermanager - Add powermanager.json to metadata
2023-02-26 11:39:07 +01:00
Erik Andresen
c835650c44
widbatpc fixes
2023-02-26 10:28:18 +01:00
Rob Pilling
774372dfa9
settings app: preserve whitelist when disabled
2023-02-26 09:17:24 +00:00
Erik Andresen
b8e0222315
widbatpc: Only redraw when values change
2023-02-26 10:06:43 +01:00
Erik Andresen
3ca236d835
widalarmeta: Move getNextAlarm
2023-02-26 09:28:45 +01:00
Erik Andresen
dd0f88245a
widalarmeta: use less cpu time each minute
...
Remember next alarm to reduce calculation amount
Redraw only every hour when no alarm in next 24h
2023-02-26 09:08:28 +01:00
Erik Andresen
965e60e149
gpsmagcourse README updates
2023-02-26 09:00:26 +01:00
Le~Kat
16bcc2ca6c
OH GOD IT FINALLY F*CKING WORKS
2023-02-25 23:28:28 -05:00
Le~Kat
2e92b04af5
trying to add timeout after it's done buzzing... again
2023-02-25 23:21:47 -05:00
Le~Kat
09b2d9259f
god I hope this works
2023-02-25 23:02:33 -05:00
Le~Kat
635d8be507
fixed dumb errors
2023-02-25 22:58:41 -05:00
Le~Kat
4ffaf9bb32
forgot to resolve the promise
2023-02-25 22:50:34 -05:00
Le~Kat
9d42114acb
ok the buzzing *might* work now
2023-02-25 22:44:11 -05:00
Le~Kat
560a784be8
tabs, again
2023-02-25 20:51:07 -05:00
Le~Kat
ac22a2a2cf
added a drawWidgets command to see if I have the padding right
2023-02-25 20:50:45 -05:00
Erik Andresen
629a3ec5dc
Merge branch 'master' into gpsmagdir
2023-02-25 23:41:14 +01:00
Rob Pilling
6a21608322
widlockunlock: convert to typescript
2023-02-25 22:24:09 +00:00
Rob Pilling
92fd9133fb
Regenerate main.d.ts - Widget types
2023-02-25 22:23:53 +00:00
Rob Pilling
c84d3fa2c0
widlockunlock: setting for location
2023-02-25 22:04:34 +00:00
Rob Pilling
b19dd38dbb
widlockunlock: handle widget tap to lock
2023-02-25 22:04:31 +00:00
lunctis-viribus
a52a2caaed
weatherclock v0.06
2023-02-25 22:55:54 +01:00
lunctis-viribus
a66e433ebe
weatherclock v0.06
2023-02-25 22:52:01 +01:00
lunctis-viribus
85692d5476
weatherclock v0.06
2023-02-25 22:33:52 +01:00
Le~Kat
f17c270353
maby I should read the logs instead of guessing why it failed
2023-02-25 14:17:09 -05:00
Le~Kat
6e79102541
dumb theory ab the automated testing
2023-02-25 14:10:57 -05:00
Le~Kat
69140a58d5
gave up on acceleration, changed from hard tabs to double spaced, updated README.md
2023-02-25 14:03:32 -05:00
Le~Kat
479a2da3ab
added longer delay before resetting accelHandler
2023-02-25 13:47:28 -05:00
Le~Kat
4d37934556
decided to keep around the button even while testing, disabled all safety round the accelHandler self-triggering
2023-02-25 13:47:28 -05:00
Le~Kat
64bff4303f
made changes to when accelHandler gets overwritten, temporarily disabled button usage
2023-02-25 13:47:28 -05:00
Le~Kat
ef8b26c490
enabled button usage & temporarily disabled acceleration
2023-02-25 13:47:28 -05:00
Le~Kat
b3cc27a391
moved accel & vibration commands to the accelHandler function
2023-02-25 13:47:28 -05:00
Le~Kat
47caa9cd79
made the delay needlessly long to see if it even does anything
2023-02-25 13:47:28 -05:00
Le~Kat
a89f6cb4df
added a delay after the buzzer stops to prevent multi-rolling
2023-02-25 13:47:28 -05:00
Le~Kat
f9c338d90d
issue with app calling roll function too many times at startup
2023-02-25 13:47:28 -05:00
Le~Kat
3001618e0f
decreased vibration time, decreased accel requirement
2023-02-25 13:47:28 -05:00
Le~Kat
1499a524d9
not having web bluetooth to debug is a PAIN
2023-02-25 13:47:28 -05:00
Le~Kat
13c5b41aef
hopefully now it's fixed?
2023-02-25 13:47:28 -05:00
Le~Kat
1872f264d1
still trying to fix the lack of vibrations
2023-02-25 13:47:28 -05:00
Le~Kat
463c3fec23
IDK how to use promises properly
2023-02-25 13:47:28 -05:00
Le~Kat
959fa4183c
increased vibration again
2023-02-25 13:47:28 -05:00
Le~Kat
1e46b479e2
toggled the acceleration handler to prevent infinite buzz loop
2023-02-25 13:47:28 -05:00
Le~Kat
d64609aa92
decreased vibration strength
2023-02-25 13:47:28 -05:00
Le~Kat
7af12fd68e
accidentally deleted app icon LMAO
2023-02-25 13:47:28 -05:00
Le~Kat
d82594480f
vibration caused the accelerometer to never stop
2023-02-25 13:47:28 -05:00
Le~Kat
678f713722
added vibration when dice is rolled
2023-02-25 13:47:28 -05:00
Le~Kat
fe010d949c
fixed bug that caused rolled dice on the right of screen to be writ off-screen
2023-02-25 13:47:28 -05:00
Le~Kat
f2c900f8e1
updated changelog, metadata, & readme. deleted outdated images
2023-02-25 13:47:28 -05:00
Le~Kat
6a39a53c74
after a rigorous field study of size n = 1, I have determined this to be
...
a better app after this change
2023-02-25 13:47:28 -05:00
Le~Kat
91eb88ef84
added tags to metadata.json, trying to wrap my head around the sanitycheck
2023-02-25 13:47:28 -05:00
Le~Kat
ad28b9b387
added app.png
2023-02-25 13:47:28 -05:00
Le~Kat
168d318fa9
removed email from README b/c I don't want it getting scraped
2023-02-25 13:47:28 -05:00
Le~Kat
a82a50ff5a
added app icon
2023-02-25 13:47:28 -05:00
Le-Kat
71c69d9668
added spacing between two of the images
2023-02-25 13:47:28 -05:00
Le~Kat
2657090d4e
filled out the README.md, and added screenshots of the app.
2023-02-25 13:47:27 -05:00
Le~Kat
0c3aad9b10
forgot to switch from hard tabs to soft tabs
2023-02-25 13:47:27 -05:00
Le~Kat
76f3fe6c0c
toggled the enable emulation flag in metadata.json
2023-02-25 13:47:27 -05:00
Le~Kat
a8ba6e678b
left README.md incomplete so I can emulate + add screenshots
2023-02-25 13:47:27 -05:00
Le~Kat
457a395617
added a one-line changelog, and filled out the metadata.json file
2023-02-25 13:47:27 -05:00
Le~Kat
32865ce94b
Added app.js to this repository
2023-02-25 13:47:27 -05:00
lunctis-viribus
d3d96e3782
weatherclock v0.06
2023-02-25 19:46:39 +01:00
lunctis-viribus
f635e37263
weatherclock v0.06
2023-02-25 19:35:00 +01:00
thyttan
f5211fff10
use screenshot with widgets
2023-02-25 19:30:59 +01:00
thyttan
3bec7ffcdb
Indentation
2023-02-25 19:21:41 +01:00
thyttan
137ad32d85
match new screenshot for clock info
2023-02-25 19:19:53 +01:00
lunctis-viribus
fd33d8445e
weatherclock v0.06
2023-02-25 19:17:42 +01:00
thyttan
05146ce283
change screenshots
2023-02-25 19:17:29 +01:00
thyttan
20e300182e
Change all occurrances of bwclk to bwclklite
2023-02-25 19:03:59 +01:00
thyttan
09eeac356b
Add changes to bwclklite after forking from bwclk. Change custom font to a standard bitmap one. Don't invert theme as this doesn't work very well with fastloading. Do an initial fillRect on the clock info area since it would wait for clock info before drawing out the previous app. Change all occurences of var to let.
2023-02-25 18:52:29 +01:00
thyttan
6cd3c02253
fork bwclklite from bwclk
2023-02-25 18:43:59 +01:00
lunctis-viribus
a414026074
weatherclock v0.06
2023-02-25 18:23:28 +01:00
thyttan
4199f8a4fc
spelling karvonnen -> karvonen in metadata
2023-02-25 18:16:25 +01:00
thyttan
5e1857d963
change spelling karvonnen -> karvonen in app.js, karvonen.js
2023-02-25 18:13:50 +01:00
lunctis-viribus
9db41919f8
weatherclock v0.06
2023-02-25 18:11:13 +01:00
thyttan
21c928ba87
add tag karvonen
2023-02-25 17:51:08 +01:00
lunctis-viribus
4680ad7709
weatherclock v0.06
2023-02-25 16:19:10 +01:00
lunctis-viribus
bf3a9e0002
weatherclock v0.06
2023-02-25 16:05:03 +01:00
thyttan
4a4c931571
add to the instruction for # of handlers i readme
2023-02-25 13:50:09 +01:00
Martin Boonk
290fd81f46
powermanager - Fix drawing on hidden widgets when LCD brightness is changed
2023-02-25 13:14:00 +01:00
thyttan
3d21d2bef4
contributors appended to readme
2023-02-25 12:54:10 +01:00
thyttan
0db11e5707
write to correct settings file
2023-02-25 12:40:25 +01:00
Martin Boonk
eab7ae25d9
powermanager - Bump version
2023-02-24 21:56:48 +01:00
Martin Boonk
7f20125fd9
powermanager - Fix wrapping of deferred functions with parameters
2023-02-24 21:54:49 +01:00
thyttan
a735433652
bump version
2023-02-24 21:02:45 +01:00
thyttan
ad6e2f7108
tweak clearRect width to not clear the indicator segment
2023-02-24 20:11:20 +01:00
Gordon Williams
769c4c2793
Merge branch 'master' of github.com:espruino/BangleApps
2023-02-24 15:46:46 +00:00
Gordon Williams
6ac1713122
0.11: Change level for medium charge (50% -> 40%), and darken color on light themes as yellow was almost invisible
2023-02-24 15:46:35 +00:00
Erik Andresen
fb1518f6b8
settings: Also invert value
2023-02-24 07:52:30 +01:00
eleanor
2d9ca7730e
Update app.js
2023-02-23 21:41:33 -06:00
eleanor
c3e340c010
added screenshot
2023-02-23 21:13:53 -06:00
eleanor
cffbcbd2a2
Update README.md
2023-02-23 21:13:08 -06:00
eleanor
acc3d9183e
Update metadata.json
2023-02-23 21:12:06 -06:00
eleanor
e07748fda4
Create app-icon.js
2023-02-23 21:05:50 -06:00
eleanor
a671036ea8
Update metadata.json
2023-02-23 20:42:33 -06:00
eleanor
338383ff83
Rename readme.md to README.md
2023-02-23 20:41:35 -06:00
eleanor
1ec9813c80
fixed wrong file name
2023-02-23 20:38:33 -06:00
eleanor
9e57285db2
Update info.md
2023-02-23 15:19:19 -06:00
eleanor
1ef37baa14
Update readme.md
2023-02-23 15:06:16 -06:00
eleanor
3ea3f32ae5
Add files via upload
2023-02-23 15:03:27 -06:00
eleanor
cf64dbb196
fixed everything, yay
2023-02-23 14:59:06 -06:00
Erik Andresen
db370302a5
gpsmagcourse: conform with 0ba8cef33c
2023-02-23 19:30:15 +01:00
Erik Andresen
3b849ef326
sleepphasealarm: Fix inverted setting
2023-02-23 19:20:16 +01:00
eleanor
1640b4861c
Update app.js
2023-02-23 10:41:51 -06:00
eleanor
3b69fab597
Create readme.md
2023-02-23 10:41:37 -06:00
eleanor
77ffa414a2
Create info.md
2023-02-23 09:17:38 -06:00
eleanor
e87052bf7a
Create ChangeLog
2023-02-23 09:15:50 -06:00
eleanor
21ac9e2ef7
Create app.js
2023-02-23 09:15:05 -06:00
Marco H
c98378194c
Fix remarks
2023-02-23 14:16:02 +01:00
Marco H
f7d9a835d4
Add setting to unlock screen
2023-02-23 14:05:41 +01:00
Gordon Williams
5600d3e24d
Add BLE scanner app
2023-02-23 12:00:33 +00:00
Gordon Williams
0ba8cef33c
Convert Yes/No On/Off in settings to checkboxes, add /*LANG*/ to some more text strings
2023-02-23 11:46:49 +00:00
Gordon Williams
8bc9c5de25
messagegui 0.65: Make sure messages are saved if not in the clock app ( fix #2460 )
2023-02-23 11:19:24 +00:00
Gordon Williams
5ebb56e950
run: Keep run state between runs (allowing you to exit and restart the app)
2023-02-23 11:00:06 +00:00
Gordon Williams
7459635362
Merge pull request #2594 from thyttan/runplus
...
[runplus] New app based on the "Run" app adding Karvonen UI
2023-02-23 10:08:48 +00:00
Gordon Williams
b41f9b9b94
Merge pull request #2560 from halemmerich/powermanager
...
powermanager - Add logging of power heavy things
2023-02-23 10:07:40 +00:00
Gordon Williams
95bb0e9ee3
Merge pull request #2596 from bobrippling/ts-helpers
...
btadv: manually setup TS helpers - use Object.assign()
2023-02-23 10:07:00 +00:00
Gordon Williams
6890b5dc17
Merge pull request #2595 from bobrippling/ts-readme
...
Add TypeScript details to READMEs
2023-02-23 10:04:48 +00:00
Gordon Williams
540b85fba5
Update after #2578
2023-02-23 10:04:14 +00:00
Gordon Williams
c6a6056086
Merge pull request #2578 from m-p-3/patch-1
...
[messageicons] Add Jira icon + color
2023-02-23 10:03:26 +00:00
thyttan
000373116f
small ui tweak
2023-02-23 00:03:40 +01:00
thyttan
503585dad2
Update ChangeLog
2023-02-23 00:03:40 +01:00
thyttan
60a631d84f
fixes to draw correctly and in a timely manner when swiping to the karvonnen ui depending on if we have hrm data or not
2023-02-23 00:03:40 +01:00
thyttan
0e08d37d3e
fix default settings fallback for HRM
2023-02-23 00:03:40 +01:00
thyttan
1b57178786
changes to differentiate runplus from run app
2023-02-23 00:03:40 +01:00
thyttan
4805b37f68
add changes to runplus
2023-02-23 00:03:40 +01:00
thyttan
7a29f78223
fork app "run" to "runplus"
2023-02-23 00:03:40 +01:00
thyttan
37e97a5572
Revert multiple commits to the run app.
...
Revert "move changes to run to new app runplus"
This reverts commit 026b266686
.
Revert "spelling comment"
This reverts commit 9824460add
.
Revert "remove export in karvonnen.js"
This reverts commit c681bd8fad
.
Revert "change to use eval for launching karvonnen ui"
This reverts commit 92a3c48d63
.
Revert "tweaks to colors and placings"
This reverts commit ff6337b2ee
.
Revert "tweaks to placing of things"
This reverts commit 3ee5c239a7
.
Revert "fix HRM settings default"
This reverts commit cd001d8276
.
Revert "ChangeLog: alpha->beta"
This reverts commit 6c1d709a8c
.
Revert "remove unnecessary semicolon"
This reverts commit 918ab8158c
.
Revert "switch to run UI whenever pressing physical button"
This reverts commit ebc2916f6f
.
Revert "after many changes and some testing many things seem to function very well"
This reverts commit 5a05b47267
.
Revert "add defaults to hrm settings"
This reverts commit 71892cf917
.
Revert "update UI pretty lazily, fix color of bpm"
This reverts commit 2e6489240d
.
Revert "karvonnen UI now updates with bpm from hrm"
This reverts commit d4db5bed6f
.
Revert "maybe now hrm setting work..."
This reverts commit 646ffa21fa
.
Revert "settings fix again"
This reverts commit 5a8046b6b6
.
Revert "try fix settings min"
This reverts commit 671a407513
.
Revert "fix hrm min setting"
This reverts commit ea005672f6
.
Revert "fix hrm min setting"
This reverts commit 7572ddd433
.
Revert "fix hrm max setting"
This reverts commit 2a83b7bf32
.
Revert "fix hrm max setting"
This reverts commit 4494b4863f
.
Revert "add hrm min/max settings"
This reverts commit 52c59702b0
.
Revert "add/rm semicolons"
This reverts commit 1d78542167
.
Revert "fix accidental removal of interval"
This reverts commit f2af13281c
.
Revert "move karvonnen out of app.js and require it into run.app.js when loading app to the watch"
This reverts commit 1df4962018
.
Revert "Revert "remove run.app.karvonnen.js, moved into app.js""
This reverts commit 2ed76d600b
.
Revert "add a comment, remove a print-statement"
This reverts commit 9035cc3a27
.
Revert "remove commented out lines"
This reverts commit 32267561a1
.
Revert "remove run.app.karvonnen.js, moved into app.js"
This reverts commit 705c2c5395
.
Revert "fix version metadata"
This reverts commit ef7f4d3a96
.
Revert "ChangLog version"
This reverts commit 502b992b29
.
Revert "version metadata"
This reverts commit 270c3d3f5b
.
Revert "Move karvonnen code into the run app"
This reverts commit e72a4d3082
.
Revert "Update run.app.karvonnen.js"
This reverts commit 5313d415d5
.
Revert "Add files via upload"
This reverts commit 51d62c816f
.
2023-02-23 00:03:40 +01:00
thyttan
db97ae8129
move changes to run to new app runplus
2023-02-23 00:03:40 +01:00
thyttan
753de2cec3
spelling comment
2023-02-23 00:03:40 +01:00
thyttan
ce2bd39456
remove export in karvonnen.js
2023-02-23 00:03:40 +01:00
thyttan
c41adc704e
change to use eval for launching karvonnen ui
2023-02-23 00:03:40 +01:00
thyttan
c9339fff94
tweaks to colors and placings
2023-02-23 00:03:40 +01:00
thyttan
be3218517b
tweaks to placing of things
2023-02-23 00:03:40 +01:00
thyttan
24d058bd9f
fix HRM settings default
2023-02-23 00:03:40 +01:00
thyttan
554ce16122
ChangeLog: alpha->beta
2023-02-23 00:03:40 +01:00
thyttan
8a3be33195
remove unnecessary semicolon
2023-02-23 00:03:40 +01:00
thyttan
125a2361c7
switch to run UI whenever pressing physical button
2023-02-23 00:03:40 +01:00
thyttan
2c4129d91f
after many changes and some testing many things seem to function very well
2023-02-23 00:03:40 +01:00
thyttan
085cc6c84e
add defaults to hrm settings
2023-02-23 00:03:40 +01:00
thyttan
4293d9db48
update UI pretty lazily, fix color of bpm
2023-02-23 00:03:40 +01:00
thyttan
4f0df4c872
karvonnen UI now updates with bpm from hrm
2023-02-23 00:03:40 +01:00
thyttan
eac4dab552
maybe now hrm setting work...
2023-02-23 00:03:40 +01:00
thyttan
4be7a7ad2c
settings fix again
2023-02-23 00:03:40 +01:00
thyttan
0d27662f16
try fix settings min
2023-02-23 00:03:40 +01:00
thyttan
5575c4e36a
fix hrm min setting
2023-02-23 00:03:40 +01:00
thyttan
fd1c3f1f15
fix hrm min setting
2023-02-23 00:03:39 +01:00
thyttan
553b2cf7fc
fix hrm max setting
2023-02-23 00:03:39 +01:00
thyttan
ef3794cfad
fix hrm max setting
2023-02-23 00:03:39 +01:00
thyttan
b8eca27831
add hrm min/max settings
2023-02-23 00:03:39 +01:00
thyttan
81d281e397
add/rm semicolons
2023-02-23 00:03:39 +01:00
thyttan
79db22915f
fix accidental removal of interval
2023-02-23 00:03:39 +01:00
thyttan
9f839273c8
move karvonnen out of app.js and require it into run.app.js when loading app to the watch
2023-02-23 00:03:39 +01:00
thyttan
fdd39bfeef
Revert "remove run.app.karvonnen.js, moved into app.js"
...
This reverts commit f9310b0ded91a0e1fa5d9c8e86cce4357e9cd899.
2023-02-23 00:03:39 +01:00
thyttan
3692f0e1b9
add a comment, remove a print-statement
2023-02-23 00:03:39 +01:00
thyttan
96a8da71d5
remove commented out lines
2023-02-23 00:03:39 +01:00
thyttan
f6d2d46e5a
remove run.app.karvonnen.js, moved into app.js
2023-02-23 00:03:39 +01:00
thyttan
b1a82286d7
fix version metadata
2023-02-23 00:03:39 +01:00
thyttan
7fe2d44e8c
ChangLog version
2023-02-23 00:03:39 +01:00
thyttan
0375bf594e
version metadata
2023-02-23 00:03:39 +01:00
thyttan
5f6149863d
Move karvonnen code into the run app
...
as discussed in https://forum.espruino.com/conversations/383175/#comment16875073
2023-02-23 00:03:39 +01:00
f-teacher
877b94b061
Update run.app.karvonnen.js
2023-02-23 00:03:39 +01:00
f-teacher
77065f5b46
Add files via upload
2023-02-23 00:03:39 +01:00
Rob Pilling
2b39b1e285
btadv: manually setup TS helpers - use Object.assign()
...
Currently we have `tsc` [generate code for es5], because we don't yet have es6 destructuring support in JSV (used [here], for example).
As a follow on from #2587 , this disables the TS poiyfill and points it at our `Object.assign`, so we benefit from these new features, while still keeping the target at es5.
[generate code for es5]: 380af9c600/tsconfig.json (L4-L4)
[here]: 380af9c600/apps/btadv/app.ts (L235)
2023-02-22 22:27:12 +00:00
Rob Pilling
87a448f76c
Add TypeScript details to READMEs
...
And in some cases, add READMEs
(this is a follow-up to #2589 )
2023-02-22 22:10:17 +00:00
Martin Boonk
b58b0133aa
powermanager - Fix widget drawing over other things if widgets hidden
2023-02-22 22:59:27 +01:00
Martin Boonk
8b7a63b718
powermanager - Update readme
2023-02-22 22:20:21 +01:00
Martin Boonk
48ac083189
powermanager - Cleanup interface UI
2023-02-22 22:01:34 +01:00
Martin Boonk
6104946a08
powermanager - Refactor cpu use sampling code
2023-02-22 22:00:31 +01:00
m-p-3
5993d24cc3
oopsie, moved comment to proper location
2023-02-22 13:42:31 -05:00
m-p-3
8b51c31027
Add generate.js -> lib.js note
...
Left a comment, to make it clearer that you should not modify "lib.js" directly, but to modify "generate.js" instead.
2023-02-22 13:40:57 -05:00
Erik Andresen
ed3ebf9754
gpsmagcourse: Avoid jitter, fix widget
2023-02-22 19:33:24 +01:00
Martin Boonk
4caaebf450
powermanager - Adds settings for widget in own menu
2023-02-22 19:09:28 +01:00
Martin Boonk
35ddc58b1f
powermanager - Only sample cpu use on drawing
2023-02-22 19:09:28 +01:00
Martin Boonk
8a5450370f
powermanager - Use less vertices to draw widget
2023-02-22 19:09:28 +01:00
m-p-3
79f391d84d
Add Jira color to generate.js
2023-02-22 13:06:43 -05:00
m-p-3
02f8284771
Update icon_names.json
...
Added jira
2023-02-22 12:27:17 -05:00
eleanor
a65f949a3c
replaced with proper file and name
2023-02-22 09:14:09 -06:00
eleanor
3b3f9d20f0
Add files via upload
2023-02-22 09:13:00 -06:00
Martin Boonk
fd3deae93e
powermanager - Fix calling draw without parameter on lock events
2023-02-21 00:03:09 +01:00
Martin Boonk
fa3b20bdf6
powermanager - Add CPU indicator to widget
2023-02-21 00:03:09 +01:00
Erik Andresen
a59f500895
gpsmagcourse: README updates
2023-02-20 21:35:35 +01:00
Martin Boonk
8e91bb35c4
powermanager - Add a bit of readme describing the widget
2023-02-20 20:56:52 +01:00
Martin Boonk
ce46760922
powermanager - Adds setting for widget
2023-02-20 20:56:12 +01:00
Martin Boonk
b334b14f40
powermanager - Fix drawing in timeout
2023-02-20 20:55:33 +01:00
Martin Boonk
bef8013342
powermanager - Fix clearing area for widget
2023-02-20 20:07:55 +01:00
Martin Boonk
b8792ade17
powermanager - Let letter in widget denote most expensive active sensor
2023-02-20 20:05:28 +01:00
Martin Boonk
ae81d93666
powermanager - Approximate LCD power use based on brightness
2023-02-20 19:56:04 +01:00
Rob Pilling
c5897ca21b
clkinfostopw: add README
2023-02-20 18:41:22 +00:00
Rob Pilling
d9609a91d0
clkinfostopw: generate js
2023-02-20 18:36:49 +00:00
Rob Pilling
03b5210e7b
clkinfostopw: js -> ts
2023-02-20 18:32:06 +00:00
Rob Pilling
7aa89220be
clkinfostopw: format hours/minutes/seconds
2023-02-20 18:23:19 +00:00
Rob Pilling
ae74346bb1
New clkinfo: stopw
2023-02-20 18:23:19 +00:00
Martin Boonk
999bef9f5d
powermanager - Exchange power use number with colored arc
2023-02-20 19:14:02 +01:00
Gordon Williams
6c1abb3dc5
Merge pull request #2584 from lightnin/master
...
Rings watch app.
2023-02-20 15:01:02 +00:00
Gordon Williams
064eade0eb
Merge pull request #2588 from notEvil/widdevst
...
app widdevst: added support for Bangle.js 2
2023-02-20 13:13:39 +00:00
Gordon Williams
929057fbd5
Merge pull request #2587 from bobrippling/btadv
...
New app: `btadv` (and typescript infrastructure)
2023-02-20 13:13:01 +00:00
Gordon Williams
5009f9b97a
Merge pull request #2582 from Stiralbios/master
...
[TerminalClock] Add fastloading
2023-02-20 13:07:18 +00:00
Gordon Williams
da5f97676d
Merge pull request #2580 from dapgo/master
...
v005 Mixdiganclock
2023-02-20 13:04:08 +00:00
Gordon Williams
fa88d09224
Merge pull request #2577 from phrogg/widbgjs
...
Widbgjs update to 0.02
2023-02-20 13:03:10 +00:00
notEvil
fc330c69e8
- apps/widdevst: added support for Bangle.js 2
2023-02-20 13:05:30 +01:00
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
Rob Pilling
f600c61bf9
btadv: clear approx. hrm (when disabled)
2023-02-19 21:18:50 +00:00
Rob Pilling
d16debab87
btadv: remove stale comment
2023-02-19 21:09:30 +00:00
Rob Pilling
7ef78ceb27
btadv: regenerate JS
2023-02-19 21:07:27 +00:00
Rob Pilling
2dae075939
btadv: fallback to mag heading when no GPS
2023-02-19 21:07:12 +00:00
Rob Pilling
5efba8bf4a
btadv: convert GPS flags to bits
2023-02-19 21:07:12 +00:00
Rob Pilling
9ad799e0f3
btadv: fix GPS encoding
2023-02-19 21:07:12 +00:00
Rob Pilling
8654f7d56e
btadv: correct pressure unit
2023-02-19 21:07:12 +00:00
Rob Pilling
8a3c9a26e5
Regenerate widChargingStatus
2023-02-19 21:07:12 +00:00
Martin Boonk
b778d476b7
powermanager - Initial implementation of widget showing approximate power use
2023-02-19 21:48:35 +01:00
Erik Andresen
78fd64bf3f
gpsmagcourse: settings changes
2023-02-19 19:15:26 +01:00
Amos Blanton
70a750fdf6
Rings watchface.
2023-02-19 15:32:27 +01: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
Erik Andresen
fab9e85cc3
gpsmagcourse: Add settings (untested)
2023-02-19 11:56:28 +01:00
Erik Andresen
7d5151c322
gpsmagdir renamed to gpsmagcourse
2023-02-19 11:52:58 +01:00
Erik Andresen
8b6fcced66
gpsmagdir: Readme updates
2023-02-19 11:13:41 +01:00
Erik Andresen
4b4057764f
gpsmagdir: check for magnav calibration
2023-02-17 18:35:14 +01:00
Erik Andresen
78302ecd4d
gpsmagdir boot: magnav check
2023-02-17 18:22:57 +01:00
Erik Andresen
0b26321975
gpsmagdir: Add widget
2023-02-17 18:11:12 +01:00
Stiralbios
9b7a5419e4
[TerminalClock] Remove todo fastloading comment \o/
2023-02-17 13:16:55 +01:00
Stiralbios
9e8109de3b
Fix pressure memory leak
2023-02-17 13:08:05 +01:00
thyttan
0660f72011
Remove Bangle.drawWidgets, change timeout duration
2023-02-16 20:09:02 +01:00
Erik Andresen
742bcdddab
magnav
...
Add tiltfix() for compensation on given sensor values
2023-02-16 19:19:01 +01:00
Erik Andresen
f1ce35362e
Adding gpsmagdir bootloader modification
...
Replace GPS heading with compass heading when speed is slow or standing still to avoid the heading from jumping around randomly
2023-02-16 19:07:59 +01:00
Erik Andresen
cc57c42a17
magnav
...
Add tiltfix() for compensation on given sensor values
2023-02-16 19:05:45 +01:00
thyttan
da76c91d06
Bangle.showClock -> load in timeoutToClock
2023-02-16 18:34:16 +01:00
dapgo
2921ca331e
v005 Mixdiganclock
...
Main button can access to Messages, small improvements
2023-02-16 13:04:18 +01:00
Erik Andresen
549f5ddd9a
sensortools: Fix time in gps
2023-02-15 20:54:58 +01:00
m-p-3
5a2597ae5c
Fixed typo
2023-02-15 14:52:07 -05:00
m-p-3
e1bfebfdc3
Update ChangeLog for v0.05
2023-02-15 14:47:15 -05:00
m-p-3
005f577492
Bump version to 0.05
2023-02-15 14:46:18 -05:00
m-p-3
0611aa94c9
Add jira.png to /apps/messageicons/icons
2023-02-15 14:45:26 -05:00
m-p-3
666ae825cf
[messageicons] Add Jira to icon list + color
2023-02-15 14:43:05 -05:00
thyttan
c4cbbd460d
Update ChangeLog
2023-02-15 20:30:57 +01:00
Stiralbios
c9207e2795
[TerminalClock] Attempt to fix the memory leak
2023-02-15 19:59:02 +01:00
Stiralbios
d493a305e2
[TerminalClock] Attempt to fix memoryleak with fastloading
2023-02-15 18:29:16 +01: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
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
Phil Roggenbuck
12606fb6fb
removed testing stuff.... (・―・)
2023-02-14 21:56:33 +01:00
Phil Roggenbuck
8225e95188
removed testing stuff
2023-02-14 21:50:08 +01:00
Phil Roggenbuck
875c6e9985
Update ChangeLog
2023-02-14 21:43:21 +01:00
Phil Roggenbuck
f9b4db0e9d
reflect changes from the code
2023-02-14 21:41:56 +01:00
Phil Roggenbuck
9eec5c6028
added strikethrough for old values
2023-02-14 21:40:16 +01:00
Phil Roggenbuck
9c005ca4b8
changed the topology of saves
...
For the file `widbgjs.settings.json`
2023-02-14 21:38:32 +01:00
Phil Roggenbuck
c6856ecde6
Update widget.js
2023-02-14 16:03:14 +01:00
Phil Roggenbuck
1c9d62fe0f
Update widget.js
2023-02-14 15:54:06 +01:00
Phil Roggenbuck
1485ee8624
Update metadata.json
2023-02-14 12:36:04 +01:00
Phil Roggenbuck
7e8999b293
Update ChangeLog
2023-02-14 10:52:52 +01:00
Phil Roggenbuck
a2314def61
Fixed wrong filename in settings
2023-02-14 10:52:20 +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
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
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
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
KungPhoo
50a6649090
Update version
2023-02-08 14:10:10 +01:00
KungPhoo
26589fa779
Update ChangeLog
2023-02-08 14:06:46 +01:00
KungPhoo
2538d417ad
Change colour
...
Changes the to yellow on < 50% and red on < 20% battery percentage.
2023-02-08 13:59:38 +01:00
thyttan
8b7e152c83
add to readme
2023-02-08 12:42:02 +01:00
thyttan
c9dabdf680
Capitalization
2023-02-08 12:39:27 +01:00
thyttan
3873f9c14b
add readme
2023-02-08 12:29:49 +01:00
Gordon Williams
cae205d38a
Merge pull request #2565 from CarlR9/master
...
Update to Temperature Graph
2023-02-08 09:56:42 +00:00
Gordon Williams
489c96d9ba
Add LEGO remote control
2023-02-08 09:30:07 +00:00
Gordon Williams
db9bc00510
fix sanity check warning
2023-02-08 09:29:40 +00:00
CarlR9
9a70cb9501
Merge branch 'espruino:master' into master
2023-02-08 21:34:33 +13:00
CarlR9
3a7f159afd
Merge branch 'espruino:master' into master
2023-02-08 18:08:25 +13:00
Martin Boonk
e4fd6d4a88
powermanager - Fix recording of sensor state
2023-02-07 20:59:25 +01:00
Martin Boonk
920919cf45
powermanager - Save state every 5 minutes
2023-02-07 20:59:25 +01:00
thyttan
4649f908d0
add settings for standard # of swipe and drag handlers
2023-02-07 20:28:22 +01:00
thyttan
23e345202a
remove some bool
2023-02-07 19:40:07 +01:00
thyttan
61b71360c2
count # of handlers when deciding whether to go back
2023-02-07 19:33:57 +01:00
Gabriele Monaco
ecf029deff
agenda: show day of the week in date
2023-02-07 14:01:51 +01:00
Martin Boonk
bb9d9a7b51
powermanager - Try to preserve this during wrapping and do not wrap eval
2023-02-06 22:43:01 +01:00
Martin Boonk
cf60428a11
powermanager - Move settings to Logging submenu
2023-02-06 22:43:01 +01:00
Erik Andresen
aa7fdc3966
sleepphasealarm
...
Added screenshot_log.png
2023-02-06 19:19:38 +01:00
Gordon Williams
c3827f9c24
Merge branch 'master' of github.com:espruino/BangleApps
2023-02-06 11:20:57 +00:00
Gordon Williams
d426ca3656
assistedgps 0.05: Fix regression in 0.04 that caused AGPS data not to get loaded
2023-02-06 11:20:36 +00:00
Gordon Williams
e578faa2f5
Merge pull request #2556 from halemmerich/quickcentertimeout
...
qcenter - Cleanup timeout
2023-02-06 10:36:40 +00:00
Sam Sorensen
b2b299efc3
Updated minimal weather data save from GB
2023-02-05 21:59:29 -07:00
Sam Sorensen
959e376f09
Fixed typo
2023-02-05 21:57:52 -07:00
Sam Sorensen
e33db79ab3
Merge branch 'master' into add_weather.json_support_to_mtnclock
2023-02-05 21:54:20 -07:00
Sam Sorensen
653756c917
Updated version and README
2023-02-05 21:48:53 -07:00
Sam Sorensen
3371f86bb5
Save minimal weather data and limit weather update frequency
2023-02-05 21:39:43 -07:00
Sam Sorensen
5c3b742a42
Prevent exceptions if weather.json doesn't exist.
2023-02-05 20:18:37 -07:00
Sam Sorensen
f4f07806a6
Added mtnclock support for reading weather.json
...
This allows the use of owmweather or weather to provide weather updates
to mtnclock.
2023-02-05 19:14:35 -07:00
Martin Boonk
ab445bcbbd
powermanager - Add detail setting
2023-02-05 22:02:12 +01:00
Martin Boonk
72be2a72db
powermanager - Bump version
2023-02-05 21:09:16 +01:00
Martin Boonk
4a3e3dd825
powermanager - Add data files to metadata
2023-02-05 21:09:16 +01:00
Martin Boonk
6653ffa762
powermanager - Allow recording timeouts and power changes for later analysis
2023-02-05 21:09:16 +01:00
thyttan
0c29640dfd
ud is not used
2023-02-05 14:43:43 +01:00
thyttan
853c99e889
check for NOT more than one swipe handler
2023-02-05 14:25:37 +01:00
Erik Andresen
b0b1eefb01
sleepphasealarm
...
Add plot logged data to settings
2023-02-05 11:38:22 +01:00
CarlR9
12c7511782
Add files via upload
2023-02-05 16:07:35 +13:00
thyttan
de20a40100
check for existing swipe handlers
2023-02-04 22:36:16 +01:00
Erik Andresen
3ada593477
sleepphasealarm: loggin on Bangle 1
...
Limit logging on Bangle.js 1 to one day due to low memory
2023-02-04 09:53:05 +01:00
CarlR9
46c1ffa893
Add files via upload
2023-02-04 19:05:16 +13:00
CarlR9
aedac6a429
Add files via upload
2023-02-04 16:05:00 +13:00
Erik Andresen
1174faafbf
sleepphasealarm 0.14
...
Reduce update interval of current time when seconds are not shown
2023-02-03 18:03:44 +01:00
Martin Boonk
aa91d43fa9
qcenter - Cleanup timeout
2023-02-03 12:49:54 +01:00
Gordon Williams
d9dfb3adee
Merge pull request #2555 from CarlR9/master
...
'Temperature Graph' Bangle 2 app
2023-02-03 09:41:01 +00:00
Gordon Williams
5fa45d5d4b
Merge pull request #2554 from nxdefiant/widalarmeta
...
widalarmeta: fix #2542
2023-02-03 08:45:31 +00:00
Gordon Williams
b67a175de7
Merge pull request #2553 from thyttan/powermanager
...
[Power manager] back button for settings main menu
2023-02-03 08:35:33 +00:00
CarlR9
230baf7b24
Add files via upload
2023-02-03 19:54:23 +13:00
CarlR9
4a3e5bb5a3
Delete metadata.json
2023-02-03 19:52:25 +13:00
Erik Andresen
f050b75e5b
widalarmeta: fix #2542
...
Fix check for active alarm, either remove brackets or add return for
filter in map
2023-02-03 07:48:43 +01:00
CarlR9
cfde5ea465
Add files via upload
2023-02-03 19:39:07 +13:00
CarlR9
c7209882ee
Delete metadata.json
2023-02-03 19:38:06 +13:00
CarlR9
2c479ff715
Add files via upload
2023-02-03 19:11:26 +13:00
CarlR9
25cf6125fe
Delete app.png
2023-02-03 19:10:09 +13:00
CarlR9
364c25f26a
Update README.md
2023-02-03 11:29:15 +13:00
CarlR9
862494a0d7
Add files via upload
2023-02-03 11:19:47 +13:00
CarlR9
230625ae78
Create app.js
2023-02-03 11:18:27 +13:00
thyttan
6b5fee29af
back button for settings main menu
2023-02-02 21:40:34 +01:00
Erik Andresen
c3f11f90d5
sched: add interface.html
...
- Edit or delete existing events, add new
- Add events from iCalendar file
2023-02-02 18:39:08 +01:00
Gordon Williams
f609c6d9a8
Merge pull request #2550 from notEvil/chargent
...
chargent: added threshold
2023-02-01 15:46:04 +00:00
pancake
999f4abdb8
inspire: Disable autolock when breathing
2023-02-01 15:42:16 +01:00
notEvil
c7cb16ec94
- apps/chargent: added threshold
2023-02-01 15:08:39 +01:00
Gordon Williams
6befce43e5
oops
2023-02-01 08:56:42 +00:00
Gordon Williams
07f83d50df
one more tweak
2023-02-01 08:48:56 +00:00
Gordon Williams
e0929fb90e
Tweaks to maybe make this work
2023-02-01 08:47:48 +00:00
Gordon Williams
becba294dd
Merge pull request #2548 from nxdefiant/master
...
alarm: menu changes
2023-02-01 08:17:02 +00:00
Gordon Williams
908ebfa204
Merge pull request #2547 from sir-indy/master
...
Adding animation to fuzzyw
2023-02-01 08:12:56 +00:00
Hugh Barney
8aabecd53c
fixed setting version
2023-01-31 23:46:58 +00:00
Hugh Barney
0140cb9150
Settings.log, off,display,log, both
2023-01-31 22:18:15 +00:00
Erik Andresen
c3ac80374d
alarm: menu changes
...
- Display date in locale
- When switching 'repeat' from 'Workdays', 'Weekends' to 'Custom' preset Custom menu with previous selection
- Display alarm label in delete prompt
2023-01-31 19:04:06 +01:00
Gordon Williams
418b57ed78
Merge pull request #2546 from halemmerich/quickcentertimeout
...
qcenter - Allow going back to clock on timeout
2023-01-30 19:49:37 +00:00
sir-indy
bf2004fc92
Adding animation to fuzzyw
2023-01-30 19:46:17 +00:00
Martin Boonk
46790eb67f
qcenter - Bump version
2023-01-30 18:27:37 +01:00
Martin Boonk
6cc8ef8918
qcenter - Add setting for a timeout
2023-01-30 18:27:21 +01:00
David Peer
33a6c65ea0
Clear screen only where necessary
2023-01-30 18:14:54 +01:00
David Peer
c9d3c2317b
Avoid multiple draws.
2023-01-30 18:10:25 +01:00
David Peer
7d986c2d46
Added dynamic screen
2023-01-30 18:07:02 +01:00
Peer David
4fbca8aa0c
Merge branch 'espruino:master' into master
2023-01-30 17:56:44 +01:00
David Peer
2e27562c34
Minor changes
2023-01-30 17:56:24 +01:00
David Peer
bad6569d42
Minor fix
2023-01-30 17:46:46 +01:00
David Peer
926c8f8afc
Updated changelog
2023-01-30 17:38:47 +01:00
David Peer
9645b287b5
Added styles
2023-01-30 17:38:18 +01:00
Martin Boonk
5e1dc79bb5
iconlaunch - Bump version
2023-01-30 11:55:11 +01:00
Gordon Williams
9d9a20b9f5
fix settings page
2023-01-30 10:29:31 +00:00
Gordon Williams
a8d6423cfb
Changelog for #2542
2023-01-30 09:38:51 +00:00
Gordon Williams
d1eb54a52a
Merge branch 'master' into widalarmeta-hidden
2023-01-30 09:37:11 +00:00
Gordon Williams
e67cc1bd56
Merge pull request #2543 from bobrippling/lightswitch-taptolock
...
Lightswitch tapToLock
2023-01-30 09:35:25 +00:00
Gordon Williams
5ccb391d31
Merge pull request #2540 from bobrippling/chargent-b2
...
chargent: support BangleJS2
2023-01-30 09:34:46 +00:00
Gordon Williams
431d8c5fd6
Merge pull request #2541 from halemmerich/iconlaunch
...
Iconlaunch - Use firmware E.showScroller
2023-01-30 09:34:39 +00:00
Gordon Williams
1a0a3a02fa
Merge pull request #2539 from peerdavid/master
...
[Happy Clock] New App
2023-01-30 09:32:37 +00:00
Gordon Williams
48c4b67259
Merge pull request #2537 from Stiralbios/master
...
[TerminalClock] Add default HRM and altitude value
2023-01-30 09:31:36 +00:00
Gordon Williams
59f04aae17
Merge pull request #2536 from nxdefiant/widbatpc
...
widbatpc remove jitter option
2023-01-30 09:28:21 +00:00
Gordon Williams
3076a8d364
Merge pull request #2533 from nxdefiant/master
...
widalarmeta & sleepphasealarm fixes
2023-01-30 09:27:24 +00:00
Rob Pilling
70a4371cf4
widalarmeta: don't show for hidden alarms
2023-01-29 23:02:50 +00:00
Rob Pilling
fe9572bdbe
lightswitch: tap-to-lock setting
2023-01-29 22:49:40 +00:00
Rob Pilling
1a97f2bf41
lightswitch: whitespace
2023-01-29 22:49:34 +00:00
David Peer
2bc311bcf7
Fixed metadata
2023-01-29 22:21:57 +01:00
Martin Boonk
84f048f058
iconlaunch - Adapt README
2023-01-29 22:09:15 +01:00
Martin Boonk
ee2170ef92
iconlaunch - Use E.showScroller
2023-01-29 22:08:34 +01:00
David Peer
135fa048b7
Added low battery example
2023-01-29 20:04:33 +01:00
David Peer
c8b41bf4e9
Minor changes
2023-01-29 20:01:30 +01:00
David Peer
c958c52c49
Updated readme
2023-01-29 20:01:15 +01:00
David Peer
916a7c30a8
Minor changes
2023-01-29 19:58:41 +01:00
David Peer
9f648c1e1e
Performance improvements
2023-01-29 19:56:31 +01:00
David Peer
edaf984fac
Updated screenshots
2023-01-29 18:04:40 +01:00
Rob Pilling
1a49342ccf
chargent: support BangleJS2
2023-01-29 17:02:11 +00:00
David Peer
e7a1928b33
Minor improvements
2023-01-29 17:59:33 +01:00
David Peer
24c39edda5
Fix
2023-01-29 17:56:49 +01:00
David Peer
71392932e9
Merge branch 'master' of https://github.com/peerdavid/BangleApps
2023-01-29 17:53:43 +01:00
David Peer
1cfb4c1eb2
Minor design imrpvements
2023-01-29 17:53:37 +01:00
Peer David
64a1e963cd
Merge branch 'espruino:master' into master
2023-01-29 16:02:16 +01:00
David Peer
60242a5008
Minor changes
2023-01-29 16:01:34 +01:00
David Peer
549ee39069
Fixed metadata
2023-01-29 15:58:19 +01:00
David Peer
c0596a48c7
Minor fix
2023-01-29 15:57:43 +01:00
David Peer
d0194ef062
Added rebble link
2023-01-29 15:56:40 +01:00
David Peer
298df7b877
Added happy clock
2023-01-29 15:55:49 +01:00
Stiralbios
c0d301c1e7
[TerminalClock] Remove fastloading
...
It still have memory leak and I am unable to find why
2023-01-29 11:04:35 +01:00
Erik Andresen
c9e28caf10
widbatpc
...
Add option to disable vibration when charger connects
2023-01-29 11:00:28 +01:00
Stiralbios
9f9eb2ba81
[TerminalClock] Version 0.0.9
2023-01-29 10:15:20 +01:00
Stiralbios
d3c2c5a47d
[TerminalClock] Reapply changes for fast loading
2023-01-29 10:13:29 +01:00
Erik Andresen
3287106ed7
widbatpc remove jitter option
...
Add option 'Remove Jitter'='Drop only' to prevent percentage from getting up again when not charging
2023-01-28 10:06:01 +01:00
Erik Andresen
5f11e6dec1
sleepphasealarm fixes
...
Fix dated events alarm on wrong date
2023-01-27 17:59:07 +01:00
Erik Andresen
1abb3c84e5
widalarmeta fixes
...
Fix Bell not appearing on alarms > 24h and redrawing interval
2023-01-27 17:57:45 +01:00
Gordon Williams
bddef2ef0f
oops
2023-01-27 15:26:40 +00:00
Gordon Williams
de40f314c7
Moved clock_info to a module
2023-01-27 13:33:46 +00:00
Gordon Williams
e8599be168
Merge pull request #2531 from glemco/master
...
quicklaunch: do not react if clkinfo is focused
2023-01-26 10:36:35 +00:00
Erik Andresen
134f258d39
widalarmeta version 0.02
...
Change font to 5x9 7 segment-style
Add settings page
Add option to show seconds
2023-01-26 11:04:50 +01:00
Gabriele Monaco
4d670d0fde
quicklaunch: do not react if clkinfo is focused
2023-01-25 15:23:24 +01:00
Gordon Williams
9131d4923e
android 0.23: Handle 'act' Gadgetbridge messages for realtime activity monitoring
2023-01-25 09:29:34 +00:00
Gordon Williams
6b52f90deb
Merge pull request #2473 from halemmerich/gpscleanup
...
android - Handle reconnects with fallback to internal GPS
2023-01-25 08:36:44 +00:00
Gordon Williams
da95c5a392
Merge pull request #2504 from halemmerich/gbgps
...
android - Use course from GB if available
2023-01-25 08:34:22 +00:00
Gordon Williams
4fab4dbd0e
Tweak - !isFinite seems more readable
2023-01-25 08:34:10 +00:00
lauzonhomeschool
a1097a3eea
[sched, alarm] allow dated Event repeat
2023-01-24 22:10:31 -05:00
Gordon Williams
20651a102c
Merge pull request #2527 from xxDUxx/master
...
ContourClock update
2023-01-24 13:40:55 +00:00
dapgo
823d459d72
improvements and new features
...
bg color
2023-01-24 14:09:29 +01:00
xxDUxx
3051b03bc5
Merge pull request #25 from xxDUxx/development
...
Update app.js
2023-01-24 11:58:16 +01:00
xxDUxx
caea7cb30f
Update app.js
2023-01-24 11:26:14 +01:00
xxDUxx
152af164e5
Merge branch 'espruino:master' into master
2023-01-24 09:54:57 +01:00
xxDUxx
01ada02272
Update app.js
2023-01-24 09:40:46 +01:00
xxDUxx
e924934146
Update app.js
2023-01-23 18:51:23 +01:00
Gordon Williams
dbc72a12f9
Merge pull request #2524 from Kedlub/backswipe
...
[backswipe] New app
2023-01-23 09:05:30 +00:00
Erik Andresen
fe491e2d09
magnav: Outsource tilt compensation to library
2023-01-22 11:01:44 +01:00
Erik Andresen
d612937bb7
magnav: Outsource tilt compensation to library
2023-01-22 10:10:29 +01:00
Kedlub
c9e95ed7f3
New icon
2023-01-22 10:01:13 +01:00
Kedlub
73c7dbf459
Remove debug printing
2023-01-22 09:52:05 +01:00
Kedlub
3ea038bd85
Functional blacklist and whitelist modes
2023-01-22 09:47:48 +01:00
xxDUxx
048dcedfcd
Update app.js
2023-01-22 03:42:31 +01:00
xxDUxx
ed354c564e
Update app.js
2023-01-22 03:15:00 +01:00
xxDUxx
4177014cde
Merge branch 'espruino:master' into master
2023-01-22 03:14:33 +01:00
xxDUxx
70bdab04ad
Add files via upload
2023-01-22 03:04:25 +01:00
xxDUxx
6574c1cb47
Update metadata.json
2023-01-22 02:50:40 +01:00
xxDUxx
69ec184897
Update ChangeLog
2023-01-22 02:50:22 +01:00
xxDUxx
a16a14631e
Add files via upload
2023-01-22 02:48:50 +01:00
xxDUxx
860e48138b
Delete Mouse Memoirs-p2.png
2023-01-22 02:48:14 +01:00
xxDUxx
2b576e727e
Delete Mouse Memoirs-p1.png
2023-01-22 02:48:08 +01:00
xxDUxx
15a58f2c13
Update font-SairaEC.json
2023-01-22 02:47:38 +01:00
xxDUxx
3acb45160b
Update font-RubikOne.json
2023-01-22 02:47:28 +01:00
xxDUxx
3c97daaf69
Update font-TitanOne.json
2023-01-22 02:47:20 +01:00
xxDUxx
dfcaae6b5b
Update font-YuseiMagic.json
2023-01-22 02:47:08 +01:00
xxDUxx
83b9ecbce8
Update font-BarlowCond.json
2023-01-22 02:46:27 +01:00
xxDUxx
81b1cc570f
Update font-BebasNeue.json
2023-01-22 02:46:14 +01:00
xxDUxx
16862561f6
Update font-LuckiestGuy.json
2023-01-22 02:45:58 +01:00
xxDUxx
c9b89d7394
Delete font-Mouse Memoirs.json
2023-01-22 02:44:50 +01:00
xxDUxx
b47a01fe0d
Update custom.html
2023-01-22 02:43:47 +01:00
xxDUxx
94c22feeb7
Add files via upload
2023-01-22 02:41:33 +01:00
xxDUxx
1b4349c449
Update app.js
2023-01-22 02:26:50 +01:00
xxDUxx
ff0c54c265
Update contourclock.settings.js
2023-01-22 02:20:21 +01:00
xxDUxx
8c7369a423
Update app.js
2023-01-22 02:12:19 +01:00
Gordon Williams
020919bfd7
Merge pull request #2520 from glemco/devel
...
agenda: added color field and updating clkinfo periodically
2023-01-20 14:15:11 +00:00
Gabriele Monaco
f0a66dc177
agenda: added color field and updating clkinfo periodically (running events)
2023-01-20 15:00:45 +01:00
pancake
6155b64d38
Add bangle2 to the inspire app
2023-01-20 12:53:47 +01:00
Gordon Williams
da39f547ca
Merge pull request #2506 from notEvil/chargent
...
New app: chargent
2023-01-20 10:11:35 +00:00
Gordon Williams
78ece54957
Merge pull request #2516 from myxor/sched_clkinfo_fix
...
Sched: Fix crash in clock_info
2023-01-20 09:02:50 +00:00
Kedlub
39c98bf1c9
Settings for disabling specific apps
2023-01-20 09:32:11 +01:00
Kedlub
5e87fc2bcf
Swipe to back prototype
2023-01-20 08:32:08 +01:00
Erik Andresen
e836b25e16
calendar: Mark dated events on a day
2023-01-19 21:33:14 +01:00
Marco H
ba9d615e06
Fix crash in clock_info
2023-01-19 20:22:59 +01:00
Gordon Williams
57f5f92334
Merge pull request #2510 from Kedlub/alarmevent
...
Emit events on alarm snooze/dismiss and new app
2023-01-19 11:11:48 +00:00
Simon Weis
f3797c84e0
[entonclk]Adapt changelog and metadata
2023-01-19 05:31:41 +00:00
Simon Weis
1cbc003349
[entonclk] For now, just return the really needed HRM reading
2023-01-18 19:04:22 +01:00
Kedlub
1079928e77
Fix tags
...
I don't even know how the bluetooth tag got there
2023-01-18 16:40:32 +01:00
Kedlub
c3728785f5
Tabs to spaces
2023-01-18 16:36:26 +01:00
Kedlub
566cc9cb2f
Run only for alarms
2023-01-18 16:33:39 +01:00
Kedlub
a8963b9718
Update metadata.json
2023-01-18 14:20:33 +01:00
Kedlub
22d8ca43dc
Disable quiet mode after alarm dismiss
2023-01-18 14:16:28 +01:00
Kedlub
1839f7d52d
Alarm snooze and dismiss events
2023-01-18 14:11:35 +01:00
xxDUxx
057ec1ea76
Update app-icon.js
2023-01-18 12:14:11 +01:00
xxDUxx
558b8f59b8
Update README.md
2023-01-18 12:03:28 +01:00
xxDUxx
35e19a00c2
Update README.md
2023-01-18 12:03:00 +01:00
xxDUxx
5f442c0e18
Merge branch 'espruino:master' into master
2023-01-18 11:59:20 +01:00
Gabriele Monaco
6c61429995
presentation_timer: interpolating non-defined numeric slides
2023-01-18 11:31:37 +01:00
Gabriele Monaco
4368d66c00
presentation_timer: merged save state feature from stopwatch
2023-01-18 11:31:37 +01:00
Gordon Williams
150e79e11d
Merge pull request #2497 from sir-indy/master
...
[mosaic][fuzzyw] Update for fast launch, and optionally hide widgets with widget_utils
2023-01-18 09:06:16 +00:00
xxDUxx
d2b2b75f2e
Update app.js
2023-01-18 09:37:20 +01:00
xxDUxx
4f604a949d
Create ChangeLog
2023-01-17 15:12:48 +01:00
xxDUxx
6c3338d20e
Add files via upload
2023-01-17 15:10:53 +01:00
xxDUxx
7237e7efe2
Update app-icon.js
2023-01-17 15:10:35 +01:00
xxDUxx
735d37de02
Delete app.png
2023-01-17 15:09:53 +01:00
xxDUxx
8c823efedd
Create README.md
2023-01-17 15:09:28 +01:00
xxDUxx
5654829eb8
Update metadata.json
2023-01-17 15:03:18 +01:00
xxDUxx
f26fb97138
Update app.js
2023-01-17 14:55:57 +01:00
xxDUxx
58a3ee8a04
Merge branch 'master' into development
2023-01-17 14:35:26 +01:00
xxDUxx
03c5d64eee
Add files via upload
2023-01-17 14:18:19 +01:00
xxDUxx
b5ad60f1bb
Create app-icon.js
2023-01-17 14:17:20 +01:00
xxDUxx
cebb42fb7a
Create metadata.json
2023-01-17 09:45:11 +01:00
xxDUxx
45548a0a62
Create app.js
2023-01-17 09:40:27 +01:00
notEvil
0e4ff06396
- apps/chargent: added minified code
2023-01-16 16:23:55 +01:00
notEvil
29d588e17d
- first commit
2023-01-16 15:50:15 +01:00
Martin Boonk
24f66d09d2
android - Use course from GB if available
2023-01-16 13:22:47 +01:00
Gordon Williams
02a2f7fb51
Merge pull request #2501 from halemmerich/berlinc
...
Berlin Clock - Adds fullscreen mode
2023-01-16 09:17:18 +00:00
Gordon Williams
deaee12be8
Merge pull request #2500 from halemmerich/2047
...
2047pp - Workaround for the minifier removing the class definition
2023-01-16 09:06:59 +00:00
Martin Boonk
1421396775
berlinc - Move loadWidgets to after setUI
2023-01-16 10:05:31 +01:00
Gordon Williams
48fb1f5ff3
Merge pull request #2499 from glemco/master
...
weather: redraw clock_info on update and provide color field
2023-01-16 09:04:49 +00:00
Gordon Williams
f92134f9ff
Merge pull request #2498 from nxdefiant/master
...
espruinoctrl updates for Bangle.js 2
2023-01-16 08:55:10 +00:00
Gordon Williams
0e3d69f06a
Merge pull request #2503 from myxor/gpsinfo
...
GPS Info: Fix number of packets received
2023-01-16 08:48:28 +00:00
Marco H
2551f02f2f
Only render when no fix
2023-01-15 17:09:09 +01:00
Marco H
ab1da4278b
Fix number of packets received
2023-01-15 15:46:54 +01:00
xxDUxx
03da6f92a0
Update custom.html
2023-01-15 03:27:46 +01:00
xxDUxx
9b6af0330a
Update app.js
2023-01-15 03:27:08 +01:00
xxDUxx
7b2a0e2c0d
Update contourclock.settings.js
2023-01-15 03:26:23 +01:00
xxDUxx
c520580eed
Update metadata.json
2023-01-15 03:19:14 +01:00
xxDUxx
1dc66aa79e
Update ChangeLog
2023-01-15 03:18:52 +01:00
xxDUxx
b210f2c363
Update custom.html
2023-01-15 03:12:58 +01:00
xxDUxx
15de0f8dae
Update custom.html
2023-01-15 02:58:19 +01:00
xxDUxx
075aaaec9a
Update custom.html
2023-01-15 02:58:04 +01:00
xxDUxx
b8d424caa1
Update custom.html
2023-01-15 02:44:17 +01:00
xxDUxx
4d277aeb7f
Update custom.html
2023-01-15 02:44:01 +01:00
xxDUxx
1f957751fe
Update custom.html
2023-01-15 02:32:25 +01:00
xxDUxx
0d9743db24
Update custom.html
2023-01-15 02:23:08 +01:00
xxDUxx
7286dc6e11
Update custom.html
2023-01-15 02:16:21 +01:00
xxDUxx
8004c42ab1
Update custom.html
2023-01-15 02:10:53 +01:00
xxDUxx
06211cc771
Update custom.html
2023-01-15 01:49:33 +01:00
xxDUxx
56dfd2fc8e
Update custom.html
2023-01-15 01:37:22 +01:00
xxDUxx
ca05f34fd6
Merge branch 'espruino:master' into master
2023-01-15 01:19:11 +01:00
xxDUxx
afb31e0c07
Update app.js
2023-01-15 01:18:20 +01:00
Martin Boonk
2ce26f9f00
berlinc - Tune widths and colors for both themes
2023-01-14 23:48:23 +01:00
Martin Boonk
b986df4a05
berlinc - Do not cut off bounding box at the border
2023-01-14 23:22:36 +01:00
Martin Boonk
d46d0714e2
berlinc - Remove comment
2023-01-14 23:14:41 +01:00
Martin Boonk
d7babe6c19
berlinc - Bump version
2023-01-14 23:09:39 +01:00
Martin Boonk
3ea076e233
berlinc - Adds fullscreen mode setting
2023-01-14 23:08:57 +01:00
Martin Boonk
c5df6873c0
2047pp - Workaround for the minifier removing the class definition
2023-01-14 21:55:07 +01:00
Martin Boonk
e5f6ea674f
android - Use handler method to switch to internal GPS when Serial is accessed
2023-01-14 09:25:05 +01:00
Martin Boonk
d85e884e2a
android - Check for internal GPS by using the pin state
2023-01-14 01:11:42 +01:00
Martin Boonk
faca786436
android - Switch of internal GPS after timeout when serial was used
2023-01-14 01:11:42 +01:00
Martin Boonk
75be0f45e1
android - Fix GPS power state targets for serial workaround
2023-01-14 01:00:26 +01:00
Erik Andresen
fec1432280
espruinoctrl updates for Bangle.js 2
...
Disable not existing BTN3 on Bangle.js 2, set maximum transmit power
2023-01-13 22:50:05 +01:00
Martin Boonk
b58bf716b3
android - More compact serial method wrapping
2023-01-13 21:45:20 +01:00
Gabriele Monaco
0217c17ebe
circlesclock: using suggested color from clock_info
2023-01-13 19:36:27 +01:00
Gabriele Monaco
0cc4e318f8
weather: redraw clock_info on update and provide color field
2023-01-13 19:36:19 +01:00
Martin Boonk
966a867d60
android - Combine connection handler methods
2023-01-13 13:32:28 +01:00
Gordon Williams
705a5d7a1b
recorder 0.21: Speed report now uses speed units from locale
2023-01-13 12:03:23 +00:00
Martin Boonk
436a3dfd97
android - Remove GBGPS tracking
2023-01-13 10:31:42 +01:00
Martin Boonk
2675783aae
android - Fix typo (wrong function as parameter)
2023-01-13 10:14:36 +01:00
Gordon Williams
8eaa9d719d
Merge pull request #2495 from halemmerich/health
...
Health - Fix heartrate sensor timeout
2023-01-13 09:01:28 +00:00
Gordon Williams
bbc9210055
Merge pull request #2493 from halemmerich/agpsdata
...
agpsdata - Switch off GPS after use
2023-01-13 08:59:07 +00:00
Martin Boonk
74a6653dc2
health - Bumo version
2023-01-13 09:56:51 +01:00
Martin Boonk
b4d9935eb7
health - Fix pulse sensor not switched off after a minute in 3 min setting
2023-01-13 09:55:32 +01:00
Martin Boonk
ab6538a3ef
apgsdata - Switch gps off and resolve promise after wating for GPS chip to settle
2023-01-13 09:37:01 +01:00
Martin Boonk
e55c1566ee
android - Fix GPS switched of when connected while writing to Serial1
2023-01-13 09:34:11 +01:00
Gordon Williams
3261e22150
Merge pull request #2494 from trufae/inspire
...
Initial import of the inspire breathing app
2023-01-13 08:33:49 +00:00
Gordon Williams
becbce3c0f
Merge pull request #2484 from halemmerich/berlinc
...
Berlin clock - Enable fast loading
2023-01-13 08:31:14 +00:00
Gordon Williams
332fed8e3d
Now turns GPS off after upload
2023-01-13 08:29:39 +00:00
pancake
eb071190e0
Initial import of the inspire breathing app
2023-01-13 03:38:15 +01:00
Martin Boonk
0038e51776
android - Adds additional test steps
2023-01-12 22:27:00 +01:00
Martin Boonk
88712724bc
android - Add test code for manual execution
2023-01-12 22:27:00 +01:00
Martin Boonk
85ef12aa58
android - Bump version
2023-01-12 22:26:59 +01:00
Martin Boonk
4e991fb729
android - Handle connection events and switch GPS use over
2023-01-12 22:25:56 +01:00
Martin Boonk
d74c2c4043
android - Use more compact way of overriding gps power function
2023-01-12 22:25:56 +01:00
Martin Boonk
539ea48824
android - Stop GPS on phone if not activated inside 3 seconds after boot
2023-01-12 22:25:56 +01:00
Martin Boonk
9fc7c99c9f
agpsdata - Bump version
2023-01-12 22:20:07 +01:00
Martin Boonk
0da69c3ffa
agpsdata - Switch off gps power after updating
2023-01-12 22:20:07 +01:00
sir-indy
d4572eea86
Tweaks to mosaic clock, let and data file
2023-01-12 20:46:59 +00:00
sir-indy
364888d959
Modify fuzzyw clock to use fastload & widget_utils
2023-01-12 20:46:34 +00:00
Gordon Williams
46dca3a686
Merge pull request #2492 from thyttan/add-widget-utils
...
[lcars/notanalog/limelight/daisy/thering/widviz/90sclk/widviztime/neonx] Add widget utils
2023-01-12 13:22:49 +00:00
thyttan
a50f8bf0f3
widget_utils for neonx
2023-01-12 14:21:20 +01:00
thyttan
6bd6cdaa88
widvistime fixes
2023-01-12 14:21:16 +01:00
thyttan
d6eca2322d
widget_utils for widviztime
2023-01-12 14:21:16 +01:00
thyttan
a8acf224f5
widget_utils for 90sclk
2023-01-12 14:21:16 +01:00
thyttan
03027fb343
widvis fixes
2023-01-12 14:21:08 +01:00
Gordon Williams
4a628dddbf
Android 0.21: Fix broken 'Messages' button in menu
2023-01-12 11:49:34 +00:00
Gordon Williams
72857e8656
Merge pull request #2491 from thyttan/bwclock
...
[BW Clock] use widget_utils
2023-01-12 10:21:27 +00:00
Gordon Williams
6969c2051e
Merge pull request #2490 from phrogg/widbgjs
...
widbgjs - Get your xDrip Blood Glucose values on the bangle
2023-01-12 10:15:52 +00:00
thyttan
e333f3cfcd
widget_utils.show() in remove, cleanups
2023-01-12 11:01:00 +01:00
sir-indy
7091194596
Merge branch 'espruino:master' into master
2023-01-11 21:13:54 +00:00
sir-indy
1bcbd4f06c
Update mosaic clock for fast load and widget_utils
2023-01-11 20:47:57 +00:00
thyttan
9790084ffa
widget_utils for widviz
2023-01-11 20:44:43 +01:00
thyttan
737a3738d4
widget_utils for thering
2023-01-11 20:44:43 +01:00
thyttan
d0bd009178
widget_utils for daisy
2023-01-11 20:44:43 +01:00
thyttan
6b4b665e1e
widget_utils for limelight
2023-01-11 20:44:40 +01:00
thyttan
5c649d37a0
widget_utils for notanalog
2023-01-11 20:44:40 +01:00
thyttan
719c800934
widget_utils for lcars
2023-01-11 20:44:35 +01:00
thyttan
97bae5422f
use widget_utils
2023-01-11 19:24:22 +01:00
Gordon Williams
88fef317e5
Merge branch 'master' of github.com:espruino/BangleApps
2023-01-11 13:51:49 +00:00
Gordon Williams
16daa3d294
Add message icon for 'clock', and ensure messages with no body just use the title
2023-01-11 13:50:21 +00:00
Marco H
ba21b8a48c
Fix saving of JSON
2023-01-10 20:04:40 +01:00
Marco H
108fc1e207
Improve web interface: use interface instead of custom, fix loading and saving of JSON
...
Draw left/right arrow in UI if further triggers are available
2023-01-10 19:54:50 +01:00
Marco H
ffa4c6a621
HA: Allow swiping to switch triggers, standardize spellings
2023-01-10 13:45:14 +01:00
Gordon Williams
5c0de891f2
Merge branch 'master' of github.com:espruino/BangleApps
2023-01-10 11:33:22 +00:00
Martin Boonk
05cd67286a
berlinc - Move drawTimeout back into scope
2023-01-10 12:29:53 +01:00
Gordon Williams
706faa0951
list new data file
2023-01-10 08:31:00 +00:00
Martin Boonk
3cab2ce1a3
berlinc - Remove lcdPower listener
2023-01-09 23:56:51 +01:00
Erik Andresen
5494fcc0ec
stopwatch: Save state to storage
...
This keeps the stopwatch running in the background.
2023-01-09 20:08:51 +01:00
Martin Boonk
56b6bcf2bd
berlinc - Bump version
2023-01-09 19:00:02 +01:00
Martin Boonk
e9724edb9e
berlinc - Enable fastload
2023-01-09 18:59:55 +01:00
Gordon Williams
cdbc331b17
revert bottom widget changes from https://github.com/espruino/BangleApps/pull/2422
2023-01-09 14:39:44 +00:00
Gordon Williams
84c1fc95a7
Merge pull request #2422 from dapgo/master
...
new clock app and minor updates
2023-01-09 14:37:09 +00:00
dapgo
a8a9d106fe
correction demanded
2023-01-09 15:29:44 +01:00
Gordon Williams
fe9b0e4f2f
Merge pull request #2479 from thyttan/health
...
[health] update boot.min.js
2023-01-09 14:09:41 +00:00
thyttan
17dcc0c518
update boot.min.js
2023-01-09 14:41:33 +01:00
BartS23
c5d6b24815
use setItem of clock_info
2023-01-09 14:34:08 +01:00
Gordon Williams
c49797b5b4
Merge pull request #2467 from glemco/master
...
sched: update clock_info to refresh periodically on active alarms/timers
2023-01-09 10:55:35 +00:00
Gordon Williams
31f29df5c3
Revert "remove null check, since mapping is now down on app side"
2023-01-09 10:51:30 +00:00
Gordon Williams
5be0064f16
Merge pull request #2469 from rigrig/clockface-widget_utils
...
ClockFace: use widget_utils instead of not loading widgets
2023-01-09 10:14:35 +00:00
Gordon Williams
fee1bc86b9
Merge pull request #2466 from rigrig/messagelist-fix
...
Messagelist fix
2023-01-09 10:12:55 +00:00
Gordon Williams
4daea211eb
Merge pull request #2470 from thyttan/health
...
[health] fix settings.js + boot.js
2023-01-09 10:10:04 +00:00
Gordon Williams
71a290bd62
Merge pull request #2472 from LukasEdl/master
...
remove null check, since mapping is now down on app side
2023-01-09 10:07:12 +00:00
Gordon Williams
e159303be0
Merge pull request #2463 from thyttan/dtlaunch
...
[Desktop Launcher] don't initially mark the first app on a page when moving between pages + Introduce caching
2023-01-09 10:03:33 +00:00
Gordon Williams
75dd5c0d84
Merge pull request #2471 from peerdavid/master
...
[BW Clock] Added option to only show the time as well as the week number.
2023-01-09 10:01:36 +00:00
David Peer
37a7a0d740
Memory leak fixes
2023-01-09 07:06:15 +01:00
Lukas
c39a6c4e16
remove unnecessary mapping
2023-01-08 19:25:52 +01:00
David Peer
c3de9fa59e
Minor fix
2023-01-08 17:18:10 +01:00
David Peer
031278bd88
Design fixes
2023-01-08 17:14:47 +01:00
David Peer
b7cce10e0e
Minor improvements
2023-01-08 17:09:38 +01:00
David Peer
e9eec03915
Show charging clkinfo in case the charger is connected
2023-01-08 16:59:36 +01:00
David Peer
2165941e1b
Minor changes
2023-01-08 16:55:37 +01:00
David Peer
856ca654fa
Performance improvements
2023-01-08 16:55:02 +01:00
thyttan
422255b20a
move LANG-tag to right before string
2023-01-08 13:53:30 +01:00
Lukas
393c6c63b4
remove null check, since mapping is now down on app side
2023-01-08 13:32:22 +01:00
Phil R
455182a384
init
...
init
Update widget.js
- removed prints
- changed the delay
- changed the width
- added a try catch for reading the values
- added `reloadInterval` but not used yet
Update widget.js
Expanded the widget, to fix formatting issues
Added Changelog
Create metadata.json
Add files via upload
Update metadata.json
Update metadata.json
Update ChangeLog
Update ChangeLog
Update metadata.json
Update metadata.json
removed the fallthrough cases
Expected a 'break' statement before 'case' no-fallthrough
Update metadata.json
Update metadata.json
Update metadata.json
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
test
2023-01-08 12:41:44 +01:00
David Peer
a3c5a723bc
Added option to only show the time as well as the week number. This also fixes issue #2459
2023-01-08 10:53:16 +01:00
Alain Saas
c8835d2385
bugfix: night on map at gmt=0
2023-01-07 19:36:02 -05:00
thyttan
f9dc3e89a4
add caching of apps info
...
typo
2023-01-07 18:32:39 +01:00
thyttan
79006678c8
don't mark the first app on a page when moving between pages
2023-01-07 18:32:39 +01:00
thyttan
4ce840a60f
fix settings.js
2023-01-07 18:23:11 +01:00
Richard de Boer
3bba0b6dab
teminalclock: ClockFace update: Hide widgets instead of not loading them
...
Also use ClockFace_menu for hideWidget & powerSave settings
2023-01-07 17:21:44 +01:00
Richard de Boer
2512268b98
cogclock: ClockFace update: Hide widgets instead of not loading them
2023-01-07 17:00:24 +01:00
Richard de Boer
99c575f09b
barclock: ClockFace update: Hide widgets instead of not loading them
2023-01-07 16:58:03 +01:00
Richard de Boer
a4a3d678dd
saclock: ClockFace update: Hide widgets instead of not loading them
2023-01-07 16:51:24 +01:00
Gabriele Monaco
d768d0fe9c
sched: update clock_info to refresh periodically on active alarms/timers
2023-01-07 15:37:22 +01:00
Richard de Boer
a5a0b180ba
messagelist: minor cleanup
...
Simply doing nothing when MESSAGES failed to load isn't really helpful
anyway.
2023-01-07 15:27:49 +01:00
Richard de Boer
dc4c548271
messagelist: Fix messages/music updates while app is already open
...
(And probably some other issues)
When we call Bangle.setUI to draw a new message, Bangle.uiRemove from the
previous message screen would save messages to flash and unset "special"
messages (like `music`).
Solution: delete Bangle.uiRemove before calling Bangle.setUI.
2023-01-07 15:25:55 +01:00
Alain Saas
d07b7e1140
Update README.md
2023-01-06 12:20:12 -05:00
Alain Saas
8c29b9cea6
Update metadata.json
2023-01-06 12:19:16 -05:00
Alain Saas
635a3376b4
Updates screenshots
2023-01-06 12:17:51 -05:00
Alain Saas
a2982167e9
bugfix custom.html
2023-01-06 12:07:02 -05:00
Alain Saas
5e9ea4b1aa
bugfix custom.html
2023-01-06 12:01:52 -05:00
Alain Saas
ccd90185d0
bugfix in custom.html
2023-01-06 11:26:52 -05:00
Alain Saas
8f6a80fd36
a_clock_timer 1.0 : Page to set up custom time zones
2023-01-06 11:21:16 -05:00
Gordon Williams
059a2e7af7
Merge pull request #2442 from myxor/health_step_goal_notification
...
Health: Step goal reached notification
2023-01-06 15:11:20 +00:00
Marco H
69e01a6894
Fix JSON
2023-01-06 15:37:09 +01:00
Marco H
73f63839a8
Don't use fixed step goal
2023-01-06 15:35:58 +01:00
Marco H
1e0b07b563
Use notify library for B1 and B2
...
Minify boot.js
2023-01-06 15:33:14 +01:00
Marco H
d9e080e7b8
Use notify library for notification
2023-01-06 15:27:17 +01:00
Gordon Williams
897d05ae27
minor tweak to GPS to ensure it'll work even after Gadgetbridge is fixed
2023-01-06 14:05:33 +00:00
Gordon Williams
c1f6de254e
fix changelog
2023-01-06 13:58:03 +00:00
Gordon Williams
160a2953ab
Merge pull request #2456 from notEvil/widminbat
...
widminbat: Show while charging
2023-01-06 13:57:35 +00:00
notEvil
fedd2326be
- apps/widminbat: updated ChangeLog and bumped version
...
- apps/widminbat: changed to react to charging event
2023-01-06 14:41:27 +01:00
Gordon Williams
be8b402dc7
Notify: Add Bangle.js 2 support with Bangle.setLCDOverlay
2023-01-06 13:20:51 +00:00
thyttan
a681d5415a
remove some leftovers that caused ReferenceError on fast loading
2023-01-06 11:55:32 +01:00
Marco H
f160b7edbe
Merge branch 'master' into health_step_goal_notification
2023-01-06 09:50:27 +01:00
Gordon Williams
ef8dd30f25
Merge pull request #2455 from peerdavid/master
...
[BWClock, AIClock] Use clock_info.addInteractive instead of a custom implementation
2023-01-06 08:35:52 +00:00
Gordon Williams
f913b71a3e
Merge pull request #2452 from alainsaas/master
...
a_clock_timer v0.03 (display bugfix; added 1 minute timer buttons)
2023-01-06 08:20:09 +00:00
Gordon Williams
1fd53130cd
Merge pull request #2453 from thyttan/dtlaunch
...
[Desktop Launcher] widget field follow correct theme immediately
2023-01-06 08:19:39 +00:00
notEvil
40ec2f7f08
- apps/widminbat: changed to show while charging
2023-01-05 23:20:24 +01:00
dapgo
d2a8756d63
Update widclkbttm.wid.js
2023-01-05 23:04:15 +01:00
dapgo
680587831e
mini improvements
2023-01-05 22:44:31 +01:00
David Peer
3c1465ae46
AI Clock - Use clock_info.addInteractive instead of a custom implementation
2023-01-05 22:05:52 +01:00
David Peer
bdefe4217c
Minor changes
2023-01-05 21:02:55 +01:00
David Peer
270539ce39
Minor changes
2023-01-05 20:56:05 +01:00
David Peer
239038d58d
Removed one old Screenshot
2023-01-05 19:55:12 +01:00
Erik Andresen
9cbc192708
grocery: Add interface.html
...
Allow to edit items without reuploading entire app with interface.html which is a modifed grocery.html
2023-01-05 19:53:44 +01:00
David Peer
85f7d3e739
Updated readme
2023-01-05 19:50:35 +01:00
David Peer
7b5f6e10c5
Use clock_info.addInteractive instead of a custom implementation
2023-01-05 19:39:02 +01:00
Erik Andresen
83e76d4001
grocery
...
Sort selected items to bottom and enable Widgets
2023-01-05 18:41:51 +01:00
thyttan
5b246e1312
widget field follow correct theme immediately
2023-01-05 13:31:23 +01:00
Gordon Williams
29a9687c57
Merge pull request #2451 from wagnerf42/master
...
gipy: new release
2023-01-05 12:02:11 +00:00
Gordon Williams
7beabcff8e
Merge pull request #2425 from siatwe/master
...
[entonclk] Add timer function
2023-01-05 12:01:36 +00:00
Alain Saas
30edc6d144
Update app.js
2023-01-05 06:44:33 -05:00
Alain Saas
6b736e971d
Update ChangeLog
2023-01-05 06:40:55 -05:00
Alain Saas
3abf65dffb
Update metadata.json
2023-01-05 06:40:53 -05:00
Alain Saas
5b5410e77e
Update README.md
2023-01-05 06:39:51 -05:00
Alain Saas
4846c45885
Update app.js
2023-01-05 06:35:42 -05:00
Marco H
dda8d2ece1
Add ChangeLog and increase version
2023-01-05 12:08:54 +01:00
Marco H
3816c9ba21
Update boot.min.js
2023-01-05 11:56:20 +01:00
Marco H
16efd43ce9
Merge branch 'master' into health_step_goal_notification
2023-01-05 11:37:18 +01:00
Gordon Williams
c8a45e3a04
Merge branch 'master' into agenda_today
2023-01-05 10:25:45 +00:00
Gordon Williams
74975cc76f
Merge pull request #2450 from Devs365/master
...
Informational Clock delete emulator functionality because it does not work
2023-01-05 10:25:06 +00:00
Gordon Williams
74f95cabf8
Merge pull request #2439 from myxor/agpsdata
...
AGPS data: Minor UI changes
2023-01-05 10:24:30 +00:00
Gordon Williams
a236909ab7
Merge pull request #2431 from alainsaas/master
...
a_clock_timer v0.02 : shows night time on the clock's map ; a_speech_timer v0.02: forces light theme
2023-01-05 10:24:08 +00:00
Gordon Williams
e4fdda2e4d
Merge pull request #2444 from Ronin0000-Github-Bangle-js-Fork-3/master
...
LCARS Clock 0.25-New Colors and ability to disable data charts.
2023-01-05 10:22:57 +00:00
Gordon Williams
d0eb4d3665
Merge pull request #2443 from myxor/health_interface
...
Health: View monthly data per day via Web interface in table and bar charts
2023-01-05 10:22:08 +00:00
Gordon Williams
5409e4907f
Merge pull request #2438 from myxor/gpsinfo
...
GPSInfo: Show number of packets received
2023-01-05 10:21:09 +00:00
Gordon Williams
e9a201b447
Merge pull request #2437 from MissionMake/master
...
Submit Tic Tac Toe app to main Bangle App Loader
2023-01-05 10:20:25 +00:00
Gordon Williams
d5063352b7
Merge pull request #2436 from hughbarney/master
...
Settings: minor menu tidy up, revert to slow load for simplest++
2023-01-05 10:20:16 +00:00
Gordon Williams
9ccb8f079d
Merge pull request #2441 from myxor/health_0.18
...
Health: Show step goal in daily step chart
2023-01-05 10:17:58 +00:00
Gordon Williams
0e9f9dbed4
Merge pull request #2428 from lauzonhomeschool/dragboard_color
...
[dragboard] add settings screen for colors and caps lock
2023-01-05 10:15:50 +00:00
Gordon Williams
e4c5795cee
Merge pull request #2434 from LukasEdl/master
...
Fix mapping of Gadegtbridge GPS data and adjust event name
2023-01-05 10:13:57 +00:00
Gordon Williams
fba4bb3348
Merge pull request #2420 from TimWue/master
...
New Clock: Space Resist
2023-01-05 10:03:09 +00:00
Gordon Williams
7cca008e91
Merge pull request #2432 from blogmywiki/master
...
New clock: Gemini Clock
2023-01-05 10:02:58 +00:00
Gordon Williams
e491892e34
Merge pull request #2418 from glemco/master
...
Setting circles colours per clkinfo in circlesclock and improved agenda
2023-01-05 10:01:16 +00:00
Gordon Williams
36304f1497
Merge pull request #2426 from KTibow/patch-5
...
add localization to mosaic clock
2023-01-05 09:57:33 +00:00
Gordon Williams
16a7018d44
Merge pull request #2423 from rigrig/messages-debug-log
...
messagesdebug: new app, log all `message` events to storage file
2023-01-05 09:57:02 +00:00
Gordon Williams
df653552ed
Merge branch 'master' into bwclock
2023-01-05 09:54:25 +00:00
Gordon Williams
8284286964
Merge pull request #2449 from peerdavid/master
...
[BWClock, AIClock and LinuxClock] Fix instability by using .get() instead of .show()
2023-01-05 09:51:04 +00:00
Gordon Williams
e85d42b402
Merge pull request #2417 from lauzonhomeschool/events_and_messages
...
[alarm] add message input and dated Events
2023-01-05 09:40:33 +00:00
Luca Pozzi
4a262057c4
Merge branch 'espruino:master' into Messages-Light
2023-01-04 18:29:16 +01:00
Ronin0000
b267139519
Update metadata.json
2023-01-04 09:11:24 -08:00
Ronin0000
064d73a6a5
delete emulator functionality
2023-01-04 09:08:20 -08:00
David Peer
8e4cc2506e
Fix clkinfo
2023-01-04 16:15:48 +01:00
David Peer
9f44ed8dd3
Fixed AI clock and use.get instead of .show for clkinfo
2023-01-04 16:11:14 +01:00
David Peer
6a6690ae21
Fixed BW Clock
2023-01-04 16:07:32 +01:00
Marco H
6ab32959d5
Setting to use "Today" and "Yesterday" instead of dates
2023-01-04 14:41:32 +01:00
Marco H
dd8040af5d
Use LCDOverlay for notificiation on Bangle.js 2
2023-01-04 10:24:12 +01:00
frederic wagner
109fb2902e
gipy: minor fix
2023-01-04 08:58:13 +01:00
Marco H
a7575ecd9a
Add bar graphs
2023-01-04 08:18:26 +01:00
Marco H
d709857ac7
View monthly health data per day via Web interface in table structure
2023-01-04 08:18:20 +01:00
Marco H
c3bf521067
Show step goal in daily step chart
...
Documentation fixes
2023-01-04 08:16:59 +01:00
Marco H
6358325ec4
Fix translation
2023-01-04 08:15:41 +01:00
Marco H
5707962f62
Update README
2023-01-04 08:14:29 +01:00
Marco H
15b0876aaa
Step goal reached notifications
2023-01-04 08:14:22 +01:00
Ronin0000
ff6d3b431f
Update metadata.json
2023-01-03 17:17:39 -08:00
Ronin0000
3d45ba9502
Update lcars.settings.js
2023-01-03 16:55:51 -08:00
Ronin0000
45ac3cf3cf
Update lcars.settings.js
2023-01-03 16:48:54 -08:00
Ronin0000
9cb100dde6
Update lcars.settings.js
2023-01-03 16:42:18 -08:00
Ronin0000
e020bb0fd0
Update lcars.app.js
2023-01-03 16:37:46 -08:00
Ronin0000
48c1b31a08
Update README.md
2023-01-03 16:31:07 -08:00
Ronin0000
95546a70bd
Update metadata.json
2023-01-03 16:29:48 -08:00
Ronin0000
fd95ba423f
Update ChangeLog
2023-01-03 16:29:16 -08:00
Ronin0000
0fa26abcca
Update lcars.app.js
2023-01-03 16:28:08 -08:00
Ronin0000
bcc60776b8
Update lcars.settings.js
2023-01-03 16:24:56 -08:00
dapgo
07dea734f2
mini corrections
2023-01-03 11:12:58 +01:00
frederic wagner
4aa06762d4
gipy: minor fix
2023-01-03 09:30:46 +01:00
Alain Saas
f3adcd2a47
Update README.md
2023-01-02 17:50:21 -05:00
Hugh Barney
fd0c455f29
fixed additionals semi-colons
2023-01-02 22:35:08 +00:00
frederic wagner
c07261f927
gipy: disable simulator
2023-01-02 20:18:38 +01:00
Alain Saas
4f7423543e
updated screenshot
2023-01-02 12:24:53 -05:00
Marco H
aedd05af70
Show last success date
...
Do not start A-GPS update automatically
2023-01-01 20:04:34 +01:00
Marco H
9c44e6d518
GPSInfo: Show number of packets received
2023-01-01 18:51:06 +01:00
frederic wagner
982b009b03
gipy : fix start time
2023-01-01 18:35:27 +01:00
Hugh Barney
91ca7cb906
fixed typos
2023-01-01 14:19:26 +00:00
MissionMake
d6cd79709a
syntax
2022-12-31 20:33:28 -08:00
MissionMake
ca018daec7
Update ChangeLog
2022-12-31 20:33:09 -08:00
MissionMake
3fa2bcf8f1
adding game tag
2022-12-31 20:28:36 -08:00
MissionMake
bc04b5b1f9
fix json syntax
2022-12-31 20:25:03 -08:00
MissionMake
a7f5e8337d
Adding Banglejs 2 to supports
2022-12-31 20:23:53 -08:00
MissionMake
1ac44b2d1d
fix json syntax
2022-12-31 20:20:13 -08:00
MissionMake
526bfad4c1
Updating to add screenshots
2022-12-31 20:13:11 -08:00
MissionMake
69fc1a1e11
Uploading Screenshot images
2022-12-31 20:11:28 -08:00
MissionMake
b8caa4def9
Update ChangeLog
2022-12-31 20:07:10 -08:00
MissionMake
b490efd535
Create ChangeLog
2022-12-31 19:57:16 -08:00
MissionMake
28b99810c6
Changed back to white
...
attempting to troubleshoot the icon to show up in the app menu
2022-12-31 19:40:49 -08:00
MissionMake
181b6a153d
Continued troubleshooting draw colors
...
removed set color to white and changed the icons to white on transparent
2022-12-31 19:36:05 -08:00
MissionMake
ffade319ab
Updating all draw colors to white
2022-12-31 19:26:49 -08:00
MissionMake
91848d8475
Replacing with black icon
2022-12-31 19:10:24 -08:00
MissionMake
26fd1302c1
Replaced White icon with Black
2022-12-31 19:05:21 -08:00
MissionMake
ffdda8e7d5
Delete app.png
2022-12-31 19:04:54 -08:00
MissionMake
50c302fdea
Adding images as text
2022-12-31 19:00:01 -08:00
MissionMake
b81a4f59de
Update metadata.json
2022-12-31 18:30:06 -08:00
MissionMake
acae5d2a30
Add files via upload
2022-12-31 18:27:00 -08:00
MissionMake
37ea895a7f
Create metadata.json
2022-12-31 18:23:55 -08:00
MissionMake
c58476ebe3
Create app-icon.js
2022-12-31 18:19:14 -08:00
MissionMake
c93bc83bde
Create app.js
2022-12-31 18:13:48 -08:00
frederic wagner
790c1e199a
gipy: metadata
2022-12-31 17:22:53 +01:00
frederic wagner
c5086beba9
Merge branch 'master' of github.com:wagnerf42/BangleApps
2022-12-31 17:08:55 +01:00
frederic wagner
7d6e2dffa7
gipy: compressing splash
2022-12-31 17:08:36 +01:00
wagnerf42
fdd9aadac1
Merge branch 'espruino:master' into master
2022-12-31 17:03:22 +01:00
frederic wagner
c5352915c7
gipy: fix doc
2022-12-31 12:33:36 +01:00
frederic wagner
777cecc97a
gipy: splash + old instant speed
2022-12-31 11:28:07 +01:00
frederic wagner
02108d9ce7
gipy: new file upload code
...
we don't simplify paths too much if they are already simple enough
2022-12-30 18:05:13 +01:00
Lukas
7a0a749bac
increase version,
...
add change log message
2022-12-30 16:33:30 +01:00
frederic wagner
5d821bc4fa
gipy: documentation update
2022-12-30 16:06:18 +01:00
frederic wagner
09e637ba67
gipy: forgot to turn off simulation before commit
2022-12-30 11:33:06 +01:00
frederic wagner
7c161a144e
gipy: mixing both styles of recording of gps points
...
this way we can get a correct instant speed AND avoid angles flickering
at low speed.
2022-12-30 11:22:24 +01:00
frederic wagner
ad94ea3965
gipy: avoid angles flickering at low speed
2022-12-29 17:35:38 +01:00
frederic wagner
b00b4395fb
gipy: color current and next segment
2022-12-29 16:31:53 +01:00
Lukas
e6ce25d6b5
change event name to match the event name of the normal GPS event, which is being used by the gps chip of the banglejs device
2022-12-29 15:10:23 +01:00
Lukas
37d5a3681d
add mapping of the longitude gps value
2022-12-29 14:53:41 +01:00
lauzonhomeschool
f87c764ab5
default color fix
2022-12-28 22:39:07 -05:00
lauzonhomeschool
5c64d5bdf5
allow to return to default color
2022-12-28 21:56:59 -05:00
Giles Booth
4d51eff081
Delete apps/suw directory
2022-12-28 19:13:35 +00:00
Giles Booth
4b60adbb73
Delete apps/consoleremixclock directory
2022-12-28 19:07:35 +00:00
Alain Saas
d4a470a4e8
forces light theme
2022-12-28 11:13:32 -05:00
Alain Saas
0333a9b014
Update ChangeLog
2022-12-28 11:11:09 -05:00
Alain Saas
bcc7c05234
Update metadata.json
2022-12-28 11:10:23 -05:00
Alain Saas
6a26efac2c
Update metadata.json
2022-12-28 10:54:08 -05:00
Alain Saas
42e1726145
Updated changelog
2022-12-28 10:54:00 -05:00
Alain Saas
6c2d266bb7
Shows night time on the map
2022-12-28 10:53:18 -05:00
thyttan
a9b9e5cc71
add remove-functionality to setUI
...
reset theme on fastload exit
2022-12-28 14:24:21 +01:00
lauzonhomeschool
a3ad72df89
add settings screen for colors and caps lock
2022-12-27 14:42:41 -05:00
dapgo
dc78f270ae
a minor mistake and a new feature
2022-12-27 17:14:56 +01:00
Kendell R
152b14da7c
update version
2022-12-27 06:58:56 -08:00
Giles Booth
2598d8f7ef
remove seemingly unsupported umlaut
2022-12-27 12:31:44 +00:00
Giles Booth
841a94095b
remove umlaut from Buro Destruct
2022-12-27 12:30:59 +00:00
Giles Booth
d4e5f842d3
add screenshot with widgets
2022-12-27 12:29:20 +00:00
Kendell R
74da5b0b8c
add localization to mosaic clock
2022-12-26 18:11:53 -08:00
Giles Booth
4a045796d1
test using known working icon from other app
2022-12-26 19:11:43 +00:00
Giles Booth
6789444644
Update app-icon.js
2022-12-26 12:03:49 +00:00
Giles Booth
96f6f6bea2
Update app-icon.js
2022-12-26 11:58:58 +00:00
Giles Booth
bccf3db0c5
Update metadata.json
2022-12-26 11:48:31 +00:00
Giles Booth
53b4684e72
Add files via upload
2022-12-26 11:42:28 +00:00
Giles Booth
27b26fcd9e
Create ChangeLog
2022-12-26 11:41:59 +00:00
Simon Weis
068e639405
[entonclk] Rearrange the code a litte bit for better readability
2022-12-25 19:28:20 +00:00
Simon Weis
5fe225dc0b
[entonclk] Add timer function
2022-12-25 20:03:14 +01:00
Giles Booth
f974ed0abd
Create ChangeLog
2022-12-24 15:48:10 +00:00
Giles Booth
faea3b62b3
Merge branch 'espruino:master' into master
2022-12-24 15:41:59 +00:00
Hugh Barney
d3f7226c97
Settings, make system menu items shorter, eg clock instead of Select Clock
2022-12-23 23:50:40 +00:00
Hugh Barney
cfa3264da1
Merge remote-tracking branch 'upstream/master'
2022-12-23 23:44:25 +00:00
Giles Booth
171e2e0b1d
why oh why do the docs not say that
...
shortname in apps.json needs to be the prefix for your files???????
2022-12-23 23:19:31 +00:00
Giles Booth
81790f9d23
Update metadata.json
2022-12-23 23:18:27 +00:00
Giles Booth
c2aec7d51c
Update app-icon.js
2022-12-23 21:57:35 +00:00
Giles Booth
613f83b11a
Update app-icon.js
2022-12-23 21:43:24 +00:00
Giles Booth
179d2a77cc
Update app-icon.js
2022-12-23 21:39:20 +00:00
dapgo
5a3317a324
temperature added
2022-12-23 17:10:14 +01:00
dapgo
2f0ecabd01
file interface
2022-12-23 16:39:34 +01:00
dapgo
c1b93a6c3e
Update tempmonitor.app.js
2022-12-23 16:33:53 +01:00
dapgo
2c81d00050
Update tempmonitor.app.js
2022-12-23 16:19:36 +01:00
dapgo
5efa613c87
temp monitor interface
2022-12-23 16:17:03 +01:00
dapgo
c9a7291fcb
Merge branch 'master' of https://github.com/dapgo/BangleApps
2022-12-23 15:46:22 +01:00
dapgo
505031d74c
minichanges
...
ver and readme files links
2022-12-23 15:44:15 +01:00
dapgo
fb29635483
Merge pull request #6 from espruino/master
...
refresh my repository
2022-12-23 15:33:19 +01:00
Giles Booth
940bfaef3d
Update metadata.json
2022-12-23 12:39:18 +00:00
Giles Booth
d61a6e312f
Add files via upload
2022-12-23 12:25:46 +00:00
Giles Booth
b25116e04d
Update README.md
2022-12-23 12:23:33 +00:00
Giles Booth
4d784ad313
Update README.md
2022-12-23 12:21:50 +00:00
Giles Booth
b86c60a39b
Update README.md
2022-12-23 12:21:34 +00:00
Giles Booth
78e992a8dc
Create README.md
2022-12-23 12:20:56 +00:00
dapgo
60337edba3
minor filename mistake
2022-12-23 13:18:05 +01:00
dapgo
b72013268a
Improvements and code refactor
2022-12-23 13:13:00 +01:00
Giles Booth
1d741c784e
Create app-icon.js
2022-12-23 11:42:12 +00:00
Giles Booth
e2daef3c65
Update metadata.json
2022-12-23 11:16:19 +00:00
Giles Booth
1252aa01b3
Create metadata.json
2022-12-23 11:15:52 +00:00
Giles Booth
a14da55d3a
Add files via upload
2022-12-23 11:10:55 +00:00
TimWue
3da9fb84d5
Update stepCount
2022-12-21 17:53:27 +01:00
dapgo
88553d0413
minimal change
2022-12-21 16:45:28 +01:00
dapgo
048edc25d7
final with app-icon style
2022-12-21 16:42:48 +01:00
dapgo
5cf31e856c
Merge branch 'master' of https://github.com/dapgo/BangleApps
2022-12-21 16:39:56 +01:00
dapgo
1ea8b03c74
appicon
2022-12-21 16:32:21 +01:00
dapgo
4eabb37d8b
Delete mixdiganclock.img
...
remove final .img to create from icon.js
2022-12-21 16:23:15 +01:00
dapgo
6aac429ab2
fix wrong names in metadata.json
...
fix wrong names in metadata.json
2022-12-21 16:20:12 +01:00
Richard de Boer
0dc07fb418
messagesdebug: new app, log all `message` events to storage file
2022-12-21 16:11:00 +01:00
dapgo
05ede6b076
Update metadata.json
...
fix error in filenames
2022-12-21 16:10:09 +01:00
dapgo
4cbbea32a7
minor corrections
2022-12-21 13:56:41 +01:00
dapgo
f8af2f8bbf
updates for apps
2022-12-21 13:39:33 +01:00
TimWue
5babfeac75
Update metadata.json
2022-12-20 22:40:11 +01:00
TimWue
4d1689d823
Update app.js
2022-12-20 22:35:28 +01:00
TimWue
f1422981d3
Create ChangeLog
2022-12-20 22:22:05 +01:00
TimWue
a62cdf0d61
Update README.md
2022-12-20 22:19:27 +01:00
TimWue
45d646b01a
Update README.md
2022-12-20 22:17:02 +01:00
TimWue
944213d184
Add files via upload
2022-12-20 22:16:32 +01:00
TimWue
92f3349076
Delete spaceclock_light.png
2022-12-20 22:16:15 +01:00
TimWue
5606297540
Update README.md
2022-12-20 22:15:58 +01:00
TimWue
3ac47b00df
Update metadata.json
2022-12-20 22:12:52 +01:00
TimWue
a9ae24158e
Add files via upload
2022-12-20 22:12:17 +01:00
TimWue
7e4742dfe7
Update app-icon.js
2022-12-20 22:11:03 +01:00
TimWue
7f65a50039
Update app-icon.js
2022-12-20 22:07:03 +01:00
TimWue
b0a74ce873
Add files via upload
2022-12-20 21:47:18 +01:00
TimWue
fe5dbef83d
Delete spaceclock_light.png
2022-12-20 21:47:01 +01:00
TimWue
37994146bf
Update README.md
2022-12-20 21:42:04 +01:00
TimWue
d407628146
Update README.md
2022-12-20 21:41:31 +01:00
TimWue
9dd3ad4c07
Create README.md
2022-12-20 21:32:28 +01:00
TimWue
1fead49894
Update metadata.json
2022-12-20 21:27:08 +01:00
TimWue
662f9728ce
Add files via upload
2022-12-20 21:25:59 +01:00
TimWue
6fb294f59e
Rename spaceclock.img.js to app-icon.js
2022-12-20 21:22:08 +01:00
TimWue
7d68c3f62c
Create metadata.json
2022-12-20 21:21:35 +01:00
TimWue
147a5b8678
Create spaceclock.img.js
2022-12-20 21:15:40 +01:00
TimWue
ecb16a7b7b
Create app.js
2022-12-20 21:10:51 +01:00
lauzonhomeschool
78feac8638
add message input and dated Events
2022-12-19 19:18:08 -05:00
Gabriele Monaco
4a47b49c1c
agenda: added dynamic, short and range fields to clkinfo
2022-12-19 23:03:10 +03:00
frederic wagner
8b11c8f4d9
gipy: eta + zoom changes
2022-12-19 20:42:54 +01:00
Gabriele Monaco
7ea4276694
circlesclock: setting circles colours per clkinfo
2022-12-19 18:06:06 +03:00
Gordon Williams
1f1b8a20d5
Merge branch 'master' of github.com:espruino/BangleApps
2022-12-19 12:23:42 +00:00
Gordon Williams
c47bc078ac
stability
2022-12-19 12:23:31 +00:00
Gordon Williams
93a4fc248c
Merge pull request #2415 from halemmerich/choozi
...
Choozi - Recombine app files and some improvements
2022-12-19 12:15:41 +00:00
Gordon Williams
70de58ce24
Allocate the font bitmap in RAM at startup - saves ~200ms on each redraw
2022-12-19 12:14:52 +00:00
Gordon Williams
67e91e6873
0.08: Stability improvements - ensure we continue even if a flat string can't be allocated
...
Stop ClockInfo text drawing outside the allocated area
Fix https://github.com/espruino/BangleApps/issues/2394
2022-12-19 12:09:30 +00:00
Martin Boonk
36557e4f5e
choozi - Rename drawArc to fillArc
2022-12-19 13:01:28 +01:00
Martin Boonk
bc20ce3f5b
choozi - Correct README file
2022-12-19 12:53:01 +01:00
Martin Boonk
d8543f4d41
choozi - Fix library not working standalone
2022-12-19 12:52:33 +01:00
Gordon Williams
39418b43dd
0.08: Don't completely remove the lock widget when screen unlocked (use 1px) to ensure appRect/drawWidgets still thinks there are widgets ( fix #2409 , #2413 )
2022-12-19 10:27:04 +00:00
Gordon Williams
5b6eed5f9c
0.04: Now shows message icons again ( #2416 )
2022-12-19 10:17:08 +00:00
Gordon Williams
ed4bb988af
Merge pull request #2408 from dashavoo/mitherm
...
Add Xiaomi Mijia temperature sensor display
2022-12-19 09:26:21 +00:00
Martin Boonk
68523875a8
choozi - Bump version
2022-12-18 22:37:03 +01:00
Martin Boonk
9c2c0618f6
choozi - Fix selection animation on B2
2022-12-18 22:08:07 +01:00
Martin Boonk
c0be24a552
choozi - New icons
2022-12-18 22:08:07 +01:00
Martin Boonk
6204206df3
choozi - Only write if actually changed
2022-12-18 22:08:07 +01:00
Martin Boonk
6539dc48b1
choozi - Save into normal file instead of storage file
2022-12-18 22:08:07 +01:00
Martin Boonk
f467227d8d
choozi - Extract drawing of arcs into lib for others to use
2022-12-18 22:08:07 +01:00
Martin Boonk
f8d241bac4
choozi - Prefer undithered colors only on B2
2022-12-18 22:08:07 +01:00
Martin Boonk
7da2e3857e
choozi - Update screenshots
2022-12-18 22:08:07 +01:00
Martin Boonk
f01a673eff
choozi - Fix direction of UI
2022-12-18 22:08:07 +01:00
Martin Boonk
5307fc83c7
choozi - Bigger segments to make distiguishing dithered colors easier
2022-12-18 22:08:07 +01:00
Martin Boonk
4c16e31631
choozi - Better colors
2022-12-18 22:08:07 +01:00
Martin Boonk
7c8d941e69
choozi - Recombine code for B1/B2 and use setUI
2022-12-18 15:46:22 +01:00
Martin Boonk
bca6722a1b
choozi - Better colors for B2 and prefer solid colors
2022-12-18 15:46:22 +01:00
Martin Boonk
b128d512a4
choozi - Do not keep backlight on
2022-12-18 15:46:22 +01:00
Martin Boonk
3e32c00192
choozi - Work indepent of the theme
2022-12-18 15:46:22 +01:00
rnist
8d06e30898
Default single offset small to false in the menu
2022-12-18 12:20:20 +02:00
rnist
419c123d6d
Updated version
2022-12-18 12:07:22 +02:00
rnist
d3e5a95854
Updated changelog
2022-12-18 12:06:16 +02:00
rnist
c873bbe0dd
Added setting to show single offset small, as if there is more than one
2022-12-18 11:59:07 +02:00
rnist
cf6ee6045f
Update app.js
2022-12-18 11:17:28 +02:00
Hugh Barney
a6e2207b4a
Simplestpp, removed fast load so that we have the simplest clock with clock_info support
2022-12-17 11:23:28 +00:00
Mo Abrahams
67e269486b
Add Xiaomi Mijia temperature sensor display
2022-12-17 00:27:25 +00:00
Gordon Williams
8425f0b50a
Update clock_info to avoid a redraw/general tidyups
2022-12-16 15:40:58 +00:00
Gordon Williams
260bb1bcda
notes on stuff to test
2022-12-16 15:16:33 +00:00
Gordon Williams
99fa71bf4e
new lcd clock app
2022-12-16 15:16:25 +00:00
Gordon Williams
e7edd54017
Fix messages app loading on clock without fast load
2022-12-16 11:00:00 +00:00
Gordon Williams
d3fb12dcf7
Merge pull request #2407 from lauzonhomeschool/patch-5
...
fix midnight recompute time in local timezone
2022-12-16 08:39:03 +00:00
Gordon Williams
a0746c0eeb
update changelog
2022-12-16 08:29:34 +00:00
Gordon Williams
012b1285f9
Merge pull request #2404 from dapgo/master
...
temp monitor app and correction on widgets
2022-12-16 08:28:48 +00:00
lauzonhomeschool
1a7f37ee8e
Update metadata.json
2022-12-15 19:58:36 -05:00
lauzonhomeschool
68fa1253a5
ChangeLog 0.17 midnight in local timezone
2022-12-15 19:58:20 -05:00
lauzonhomeschool
533d669395
boot.js - fix midnight in local timezone
2022-12-15 18:57:48 -05:00
dapgo
1cc536d718
resize image
2022-12-16 00:18:55 +01:00
dapgo
993af2903e
photos and screenshots
2022-12-16 00:16:48 +01:00
dapgo
650d04ab99
corrections suggested on #2404
2022-12-15 23:59:52 +01:00
dapgo
316631cccc
replace img by code
2022-12-15 13:19:37 +01:00
dapgo
cb4534a2af
New app, and correction on widgets
2022-12-15 13:02:10 +01:00
Gordon Williams
964ee01617
Ensure that we hide widgets if in fullscreen mode
...
(So that widgets are still hidden if launcher is fast-loaded)
2022-12-15 11:41:27 +00:00
Gordon Williams
1c7eb92ad5
messages Remove '.show' field, tidyup and fix .open if fast load not enabled
2022-12-15 10:34:40 +00:00
Gordon Williams
8a4f5930a1
Merge pull request #2385 from rigrig/messagelist
...
messagelist: new app
2022-12-15 09:35:14 +00:00
Gordon Williams
5e07b04f84
Merge pull request #2399 from dapgo/master
...
new widget (HW stats)
2022-12-15 09:34:27 +00:00
Gordon Williams
8eaa26ff19
Merge branch 'master' of github.com:espruino/BangleApps
2022-12-15 09:19:14 +00:00
Gordon Williams
a567016172
iOS Making ANCS message receive more resilient ( #2402 )
2022-12-15 09:19:10 +00:00
Gordon Williams
8f3f1154f8
Merge pull request #2400 from nxdefiant/master
...
kbswipe: Input of symbols.
2022-12-15 09:12:38 +00:00
Erik Andresen
34aeae7449
kbswipe: remove return
2022-12-15 07:38:44 +01:00
Erik Andresen
147283dc74
kbswipe: remove backtick from symbols
2022-12-15 07:24:25 +01:00
Erik Andresen
e9c83cbaa8
kbswipe
...
- Add return to alpha
- Enable backspace in symbols
2022-12-15 07:02:59 +01:00
xxDUxx
f40ddc9bdf
Update custom.html
2022-12-15 04:15:01 +01:00
xxDUxx
daf9ddba7d
Update custom.html
2022-12-15 03:13:16 +01:00
xxDUxx
e163d3b719
Update custom.html
2022-12-15 03:00:18 +01:00
xxDUxx
65870e20a6
Update custom.html
2022-12-15 02:56:46 +01:00
xxDUxx
2bb6466d10
Update custom.html
2022-12-15 02:50:49 +01:00
xxDUxx
f96de3daf3
Update custom.html
2022-12-15 02:42:16 +01:00
xxDUxx
f79b8cf297
Update custom.html
2022-12-15 02:38:49 +01:00
xxDUxx
f1d156aee8
Merge branch 'espruino:master' into master
2022-12-15 02:24:58 +01:00
Richard de Boer
6427068d72
widmessages: Fix messages not showing if UI auto-open is disabled
...
Fixes #2390
2022-12-14 23:03:33 +01:00
dapgo
af51bedb65
now ChangeLog has caps on L
2022-12-14 22:18:23 +01:00
dapgo
aa3495d983
Delete Changelog
2022-12-14 22:17:30 +01:00
Erik Andresen
9a44643d01
kbswipe: Input of symbols.
2022-12-14 22:14:01 +01:00
dapgo
1da832101d
file name with caps corrected
2022-12-14 22:10:17 +01:00
dapgo
9fd4964495
widhwbttm (hw stats)
...
A new bottom widget to show free mem and other stats
2022-12-14 21:59:50 +01:00
Richard de Boer
c0b7ccf949
messagelist: no fast unloading
...
Disabled because it is leaking memory (and we don't know why)
2022-12-14 20:51:33 +01:00
Richard de Boer
bc3ab8ef76
messagelist: new app
2022-12-14 20:45:27 +01:00
Gordon Williams
487742f037
0.61: Fix regression where loading into messages app stops back from working ( #2398 )
2022-12-14 17:24:31 +00:00
Gordon Williams
1dcf6085d5
Ensure Timer supplies an image for clkinfo items
2022-12-14 15:00:29 +00:00
Gordon Williams
44d6cdb6e4
Merge pull request #2397 from glemco/master
...
circlesclock: fixed crash if item has no image and cutting long text
2022-12-14 14:58:45 +00:00
Gordon Williams
6950e38365
Merge branch 'master' of github.com:espruino/BangleApps
2022-12-14 14:53:14 +00:00
Gordon Williams
99065debc7
Ensure Agenda supplies an image for clkinfo items ( fix #2397 )
2022-12-14 14:52:04 +00:00
glemco
f95ce3a84e
circlesclock: fixed crash if item has no image and cutting long overflowing text
2022-12-14 13:01:44 +01:00
Gordon Williams
f752a57b89
Merge branch 'master' into master
2022-12-14 10:56:04 +00:00
Gordon Williams
69660b69aa
Add BTHome thermometer
2022-12-14 10:23:36 +00:00
Gordon Williams
51304530f6
0.31: Remove calls to Bangle.loadWidgets as they are not needed and create warnings
2022-12-14 10:23:22 +00:00
Hank
d0e67164d0
0.31: Tweaking the swipe option; Added mylocation as a dependency.
2022-12-14 11:14:56 +01:00
xxDUxx
6726141fd9
Delete font-SairaCond.json
2022-12-12 19:51:58 +01:00
xxDUxx
e394e3dcb4
Delete font-Dosis.json
2022-12-12 19:51:33 +01:00
xxDUxx
5fad4dd774
Update custom.html
2022-12-12 19:40:04 +01:00
xxDUxx
ffccbbc9a3
Update custom.html
2022-12-12 17:39:49 +01:00
Gordon Williams
159042a727
Merge branch 'master' into master
2022-12-12 16:34:08 +00:00
Gordon Williams
5836d7de65
oops. didn't commit
2022-12-12 16:33:37 +00:00
pebl-hank
8962c2527e
Update ChangeLog
2022-12-12 17:17:47 +01:00
Hank
66e35d0d64
0.30: Another try on the swipe
2022-12-12 17:14:27 +01:00
Gordon Williams
62595c5a8f
Merge branch 'master' of github.com:espruino/BangleApps
2022-12-12 11:32:25 +00:00
Gordon Williams
6a434f35cc
0.03: Fix icons broken in 0v02 ( #2386 )
...
+ Store all icons in a separate binary file (much faster lookup)
2022-12-12 11:32:20 +00:00
Gordon Williams
526719f371
Merge pull request #2381 from LeonMatthes/master
...
CalClock: 0.06 - Improved multi-line text
2022-12-12 09:04:37 +00:00
Gordon Williams
dd103a7b43
Merge pull request #2387 from rigrig/messages-save-removal
...
messagegui: write "remove" messages to flash
2022-12-12 09:04:05 +00:00
Gordon Williams
214a018843
update shortnames
2022-12-12 09:01:00 +00:00
Gordon Williams
b0549bebca
Merge pull request #2388 from hughbarney/master
...
Added 'Firmware ClockInfo' and some teaks on screenshots and icons
2022-12-12 08:59:33 +00:00
Erik Andresen
5fe0a7ad6a
astrocalc: Update description
2022-12-12 07:37:36 +01:00
Erik Andresen
f6ee8333c4
astrocalc translations
2022-12-11 22:36:31 +01:00
Erik Andresen
340fc06678
astrocalc
...
fix typo
2022-12-11 22:16:39 +01:00
Erik Andresen
90b68051c5
astrocalc
...
- Compatibility with Bangle.js 2
- Get location from My Location
2022-12-11 22:09:16 +01:00
Hugh Barney
0a0c6f8d23
Lato, fixed screenshot filename
2022-12-11 19:13:36 +00:00
Hugh Barney
ad9ea67cba
fixed whitespace
2022-12-11 19:11:36 +00:00
Hugh Barney
8465d61d31
made icon transparent, fixed screenshot filename
2022-12-11 18:52:59 +00:00
Hugh Barney
776ef09608
added screenshot
2022-12-11 18:23:05 +00:00
Hugh Barney
8a67b1a63d
changed icon to be transparent
2022-12-11 17:56:18 +00:00
Richard de Boer
3b0f525bd2
messagegui: write "remove" messages to flash
...
Whoops: we didn't handle these at all, but are actually responsible for
saving them, even if the UI won't be launched.
Fixes #2380
2022-12-11 18:36:17 +01:00
Hugh Barney
3af685e072
Firmware ClockInfo
2022-12-11 17:25:38 +00:00
xxDUxx
93d6f6f521
Update font-Yumaro.json
2022-12-11 13:10:36 +01:00
xxDUxx
d1bcc76b6d
Update font-RubikOne.json
2022-12-11 13:10:16 +01:00
xxDUxx
8511512037
Update font-Phosphate.json
2022-12-11 13:10:01 +01:00
xxDUxx
1c05ff9635
Update font-LuckiestGuy.json
2022-12-11 13:09:38 +01:00
xxDUxx
a9fea588aa
Update font-Impact.json
2022-12-11 13:09:24 +01:00
xxDUxx
06a669ae9a
Update font-Bangers.json
2022-12-11 13:08:31 +01:00
xxDUxx
20b9950198
Update font-Anton.json
2022-12-11 13:06:39 +01:00
xxDUxx
166831ccb5
Delete screenshot.png
2022-12-11 13:06:02 +01:00
xxDUxx
1abcff6e0b
Delete font-Teko.json
2022-12-11 13:05:28 +01:00
xxDUxx
73292129ad
Delete font-Quicksand.json
2022-12-11 13:05:20 +01:00
xxDUxx
0832c9c748
Delete font-Phosphate.json
2022-12-11 13:05:11 +01:00
xxDUxx
2da9a2d2be
Delete font-Yumaro.json
2022-12-11 13:05:03 +01:00
xxDUxx
b4f71dc4af
Delete font-SairaEC.json
2022-12-11 13:04:55 +01:00
xxDUxx
9ac1e5a070
Delete font-Nunito.json
2022-12-11 13:04:47 +01:00
xxDUxx
73438fe24d
Delete font-OpenSansEC.json
2022-12-11 13:04:38 +01:00
xxDUxx
4f3790e7c8
Delete font-Impact.json
2022-12-11 13:04:29 +01:00
xxDUxx
7a3bae5aec
Delete font-SairaCond.json
2022-12-11 13:04:22 +01:00
xxDUxx
2f463f59e7
Delete font-Dosis.json
2022-12-11 13:04:11 +01:00
xxDUxx
fa54c01870
Delete font-DinAlternate.json
2022-12-11 13:03:52 +01:00
xxDUxx
9c0ca1bf50
Delete font-Dekko.json
2022-12-10 22:48:16 +01:00
xxDUxx
52354b5c7d
Delete font-BebasNeue.json
2022-12-10 22:48:07 +01:00
xxDUxx
8623d25470
Delete font-BarlowCond.json
2022-12-10 22:47:56 +01:00
xxDUxx
542b080b06
Delete font-YuseiMagic.json
2022-12-10 22:47:16 +01:00
xxDUxx
fe8f1b598c
Add files via upload
2022-12-10 22:46:40 +01:00
xxDUxx
123578d104
Add files via upload
2022-12-10 22:45:29 +01:00
xxDUxx
01579665d2
Delete temp
2022-12-10 22:44:42 +01:00
xxDUxx
d09af5bd48
Update custom.html
2022-12-10 22:42:47 +01:00
xxDUxx
091e67b26b
Update custom.html
2022-12-10 22:38:18 +01:00
xxDUxx
434c6a16d9
Merge branch 'espruino:master' into master
2022-12-10 22:35:07 +01:00
Leon Matthes
30bf43ecc2
CalClock: 0.06 - Improved multi-line text
2022-12-10 12:40:39 +01:00
xxDUxx
c40cb11cc2
Update custom.html
2022-12-10 11:39:48 +01:00
xxDUxx
8d088a3675
Update custom.html
2022-12-10 10:14:52 +01:00
xxDUxx
e7da2e3ac1
Update custom.html
2022-12-10 10:13:56 +01:00
xxDUxx
95ade1688a
Update custom.html
2022-12-10 10:13:06 +01:00
Hugh Barney
bff8fbacda
Simplest++ dropped the word clock from the app name
2022-12-09 18:52:30 +00:00
Gordon Williams
640fe08d9e
Merge pull request #2379 from lauzonhomeschool/patch-3
...
sched - improve support for date timezone, toLocalISOString
2022-12-09 17:11:01 +00:00
lauzonhomeschool
e0495a1b85
Update metadata.json
2022-12-09 12:02:42 -05:00
lauzonhomeschool
0502e90489
Update ChangeLog
2022-12-09 12:02:15 -05:00
Gordon Williams
31dadf83a0
Now re-adds widgets if they were hidden when fast-loading
2022-12-09 14:59:18 +00:00
Gordon Williams
25c50d2d97
0.21: Remade all icons without a palette for dark theme
2022-12-09 14:42:33 +00:00
Gordon Williams
870ecae41c
Change 3rd mode to show the time to next sunrise/sunset time (not actual time)
2022-12-09 13:31:55 +00:00
Gordon Williams
a115c3f862
Change 3rd mode to show the next sunrise/sunset time (not actual time)
2022-12-09 13:19:07 +00:00
Gordon Williams
79acfbb5a8
Calendar clockinfo
2022-12-09 13:14:02 +00:00
Gordon Williams
d7fbe66163
Merge branch 'master' of github.com:espruino/BangleApps
2022-12-09 10:36:14 +00:00
Gordon Williams
cd785f34aa
Merge branch 'master' into unlibrify-message-widgets
2022-12-09 10:34:38 +00:00
Gordon Williams
7fab8272e5
Add fast load capability
2022-12-09 10:33:38 +00:00
Gordon Williams
117560ffed
Fix 'srcs' being defined in global scope
2022-12-09 10:32:45 +00:00
Gordon Williams
d33106bc8f
Allow sunrise to show a 'range'
2022-12-09 10:32:35 +00:00
Gordon Williams
e303c15ac2
faster circles rendering
2022-12-09 10:32:16 +00:00
Gordon Williams
4476b816e1
Merge pull request #2378 from thyttan/lang
...
[Weather] remove remnant of merge conflict
2022-12-09 09:57:43 +00:00
Gordon Williams
a0d3d15dbf
Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps
...
+ Add a 'time' clockinfo that also displays a percentage of day left
2022-12-09 09:52:44 +00:00
Gordon Williams
7a2af0e61d
Fixing warnings
2022-12-09 09:52:34 +00:00
Gordon Williams
00a022c7c1
Use 'modules/suncalc.js' to avoid it being copied 8 times for different apps
2022-12-09 09:49:33 +00:00
Gordon Williams
7b18f54a76
oops
2022-12-09 08:44:11 +00:00
Gordon Williams
97b5cf0341
Merge pull request #2375 from rigrig/widmsggrid-provides-a-widget
...
widmsggrid: provides a "message" widget
2022-12-09 08:41:33 +00:00
Gordon Williams
ce99a3fb1d
Merge pull request #2377 from hughbarney/master
...
Added Simplest++ and Lato Clocks, both support fast load and clock_info's
2022-12-09 08:41:00 +00:00
Gordon Williams
aa1e485db8
0.59: Ensure we do write messages if messages app can't be fast loaded (see #2373 )
2022-12-09 08:34:50 +00:00
lauzonhomeschool
a9f0b83e11
boot.js toLocalISOString
2022-12-08 17:50:46 -05:00
lauzonhomeschool
c483cbc067
lib.js support timezone - toLocalISOString
...
Test scenario:
E.setTimeZone(-8);
date = new Date("2022-12-05T23:00");
date.toLocalISOString(); // -> "2022-12-05T23:00:00.000-0800"
getActiveAlarms([{on: true, t: 0, dow: 0b1111111, date: "2022-12-05"}], date); //should be marked as active, but isn't
getActiveAlarms([{on: true, t: 0, dow: 0b1111111, date: "2022-12-06"}], date); //should not be marked as active, but it is because it is already "tomorrow" in UTC
2022-12-08 17:48:56 -05:00
thyttan
5a519e372d
remove remnant of merge conflict
2022-12-08 23:12:30 +01:00
Richard de Boer
2becb161bb
widmsggrid: update README
2022-12-08 22:43:13 +01:00
Richard de Boer
ec410fdac7
Message widgets: we don't need a library
2022-12-08 22:33:04 +01:00
Richard de Boer
605f87bb8f
widmsggrid: provides a "message" widget
2022-12-08 21:57:54 +01:00
Hugh Barney
70bf7dc474
Merge remote-tracking branch 'upstream/master'
2022-12-08 20:28:22 +00:00
Hugh Barney
55ca187d5d
Lato version of Simplepp Clock
2022-12-08 20:12:47 +00:00
Gordon Williams
a808b1a87d
Merge pull request #2374 from pebl-hank/master
...
Reverted changes to implementation of 0.25
2022-12-08 16:15:31 +00:00
Hank
e2b34fdd0f
Reverted changes to implementation of 0.25
2022-12-08 16:23:53 +01:00
Richard de Boer
8e5489486e
messagegui: don't write to flash so often
...
fixes #2370
2022-12-07 21:56:07 +01:00
Richard de Boer
bdaa9661cd
messages: erase messages file instead of writing empty []
...
for #2370
2022-12-07 21:18:35 +01:00
Gordon Williams
7c17660dd3
Merge pull request #2371 from pebl-hank/master
...
Changed direction
2022-12-07 13:21:57 +00:00
Hank
3cf55b6649
Changed direction
2022-12-07 14:12:53 +01:00
Gordon Williams
e3d92ea3da
Merge pull request #2369 from pebl-hank/master
...
BangleJS2: Swipe down to rotate screen. So you can show the time to a friend real quick.
2022-12-07 11:36:37 +00:00
Hank
383f18f92f
Tidy up
2022-12-07 12:18:14 +01:00
Gordon Williams
416d5d0fff
Remove settings for what is displayed and instead allow circles to be changed by swiping
2022-12-07 10:54:34 +00:00
Gordon Williams
7cc1627653
Merge branch 'master' of github.com:espruino/BangleApps
2022-12-07 09:58:58 +00:00
Gordon Williams
973b8e1565
circlesclock 0.19: Remove old code and fixing clkinfo handling (fix HRM and other items that change)
2022-12-07 09:58:45 +00:00
Hank
9cd7106f38
Add Rotation on swipe Down
2022-12-07 10:27:29 +01:00
Hugh Barney
8f535ff067
Added simplestpp, updated icon
2022-12-06 23:43:07 +00:00
Hugh Barney
c5086ad935
Added simplestpp, updated icon
2022-12-06 23:28:06 +00:00
Hugh Barney
231cb0d35f
Added simplestpp, updated icon
2022-12-06 23:19:28 +00:00
Hugh Barney
424d784f20
Merge remote-tracking branch 'upstream/master'
2022-12-06 23:12:45 +00:00
Hugh Barney
b29a2c4d0b
Added simplestpp, basic clock with fast load and clock_info support
2022-12-06 23:12:14 +00:00
Gordon Williams
9f12e39b7a
Merge pull request #2368 from thyttan/podcast-addict
...
[podcast Addict Remote] shorten prepended info re intents in comment
2022-12-06 16:52:09 +00:00
Gordon Williams
102ce16498
Merge pull request #2366 from nxdefiant/master
...
noteify: Remove duplicate alarm widget
2022-12-06 13:50:16 +00:00
Erik Andresen
8fca0579ce
noteify: Remove duplicate alarm widget
2022-12-06 14:33:15 +01:00
Gordon Williams
2d379ea8f1
Merge pull request #2365 from thyttan/spotify-remote
...
[Remote for Spotify] remove unnecessary removeListener
2022-12-06 12:46:32 +00:00
thyttan
4b58d6a2e0
shorten prepended info re intents
2022-12-06 13:03:47 +01:00
Gordon Williams
4ca2add2ce
Merge pull request #2364 from thyttan/podcast-addict
...
[Podcast Addict Remote] remove only specific listeners
2022-12-06 11:53:06 +00:00
thyttan
4a7c6e4c2e
remove unnecessary removeListener
2022-12-06 12:50:23 +01:00
thyttan
cbdb072054
remove only specific listeners
2022-12-06 12:43:32 +01:00
thyttan
02cdc9fc93
remove only specific listeners
2022-12-06 12:20:52 +01:00
Gordon Williams
a3f77de725
Merge pull request #2356 from nxdefiant/sleepphasealarm
...
sleepphasealarm
2022-12-06 10:50:53 +00:00
Erik Andresen
224b4560cb
sleepphasealarm: format
2022-12-06 11:48:02 +01:00
Erik Andresen
cee04a21bf
sleepphasealarm: Do not run buzz() when 'js' is set
2022-12-06 11:45:50 +01:00
Gordon Williams
3e5c0538a9
Support for provides_widgets entry in metadata, and try and tag existing widgets
...
Support for 'default' tag and add it to apps that we expect would be used by default with the Bangle
split widalarm out of alarm
fixes https://github.com/espruino/BangleApps/issues/2353
2022-12-06 10:25:32 +00:00
Gordon Williams
26522b3bd8
Merge pull request #2358 from nxdefiant/gallery
...
gallery: Do not invert image colors
2022-12-06 09:26:18 +00:00
Gordon Williams
04d9c6a575
Merge pull request #2359 from thyttan/podcast-addict
...
[Podcast Addict Remote] compatibility with Fastload Utils
2022-12-06 09:25:37 +00:00
Gordon Williams
74dfa8fa95
Merge pull request #2357 from thyttan/spotify-remote
...
[Remote for Spotify] compatibility with Fastload Utils
2022-12-06 09:25:28 +00:00
thyttan
684c54e884
rebase on latest changes
2022-12-05 22:28:27 +01:00
thyttan
b124bfade5
spotrem - compatibility with Fastload Utils
2022-12-05 21:42:41 +01:00
Hugh Barney
22b97ac962
Prime Lato: changed to a prime icon
2022-12-05 20:41:42 +00:00
thyttan
350e0057f4
podadrem - compatibility with Fastload Utils
2022-12-05 21:40:28 +01:00
Erik Andresen
d06e4c5a5e
gallery: Do not invert image colors
2022-12-05 21:34:20 +01:00
Hugh Barney
cdfe284987
Merge remote-tracking branch 'upstream/master'
2022-12-05 20:32:37 +00:00
Hugh Barney
7114d646bc
Prime Lato: changed to a prime icon
2022-12-05 20:31:58 +00:00
Gordon Williams
ae6d53ffc3
bootloader 0.55: Add toLocalISOString polyfill for pre-2v15 firmwares
...
+ Only add boot info comments if settings.bootDebug was set
+ If settings.bootDebug is set, output timing for each section of .boot0
2022-12-05 17:09:09 +00:00
Erik Andresen
946f77d7b5
sleepphasealarm
...
Support javascript command to execute as defined in scheduler 'js' configuration
2022-12-05 18:06:17 +01:00
thyttan
ee21d0bb48
weather - autotranslate strings
2022-12-05 15:09:23 +01:00
thyttan
fb721b00a7
hrm - autotranslate strings
2022-12-05 15:09:23 +01:00
thyttan
db38c19701
recorder - autotranslate more strings
2022-12-05 15:09:23 +01:00
thyttan
6522e0311d
files - autotranslate strings
2022-12-05 15:09:23 +01:00
thyttan
67071d3722
android - autotranslate some strings
2022-12-05 15:06:47 +01:00
Gordon Williams
7a236dd9d3
Merge pull request #2350 from xxDUxx/master
...
ContourClock: New Version (fast load!)
2022-12-05 12:56:03 +00:00
Gordon Williams
64b002d1c1
Merge pull request #2348 from hughbarney/master
...
SlopeClock++ README update and debug feature for PrimeTimeLato
2022-12-05 10:11:32 +00:00
Gordon Williams
596a2be1f8
Update README.md
2022-12-05 10:09:40 +00:00
Gordon Williams
48d24623a3
Merge pull request #2346 from halemmerich/bthrm
...
bthrm - New GUI based on layout library
2022-12-05 10:08:42 +00:00
Gordon Williams
36aee255e3
Merge pull request #2323 from storm64/sleeplogalarm
...
[sleeplogalarm] New widget to trigger alarms early on light sleep or awake
2022-12-05 10:03:42 +00:00
xxDUxx
ca52522fc0
Update metadata.json
2022-12-05 11:03:21 +01:00
Gordon Williams
4249f6397e
Merge pull request #2349 from peerdavid/master
...
[AIClock] Added clkinfos
2022-12-05 10:01:54 +00:00
Gordon Williams
5f35b3a061
Merge pull request #2351 from halemmerich/widgetutils
...
widget_utils - Allow setting a time for hiding on swipeOn
2022-12-05 09:52:59 +00:00
Gordon Williams
6dda2fc7f1
Merge pull request #2352 from halemmerich/gpstrek
...
gpstrek - Workaround minifier issue
2022-12-05 09:50:03 +00:00
Gordon Williams
7dfed9a35e
Merge pull request #2355 from m-p-3/patch-2
...
messageicons: Bump version, update changelog
2022-12-05 09:48:49 +00:00
Gordon Williams
109bd4a963
Merge pull request #2347 from nxdefiant/master
...
kbswipe: Support input of numbers
2022-12-05 09:48:25 +00:00
xxDUxx
081f3b8eb6
Update contourclock.settings.js
2022-12-05 10:14:17 +01:00
m-p-3
768e2cb8f3
Update Changelog
2022-12-04 21:26:22 -05:00
m-p-3
72bbc3a406
Bump version
...
0.01 -> 0.02
2022-12-04 21:24:33 -05:00
storm64
ada3ea74c8
Merge branch 'espruino:master' into sleeplogalarm
2022-12-05 02:56:31 +01:00
Martin Boonk
2df4ba30f5
gpstrek - Workaround minifier issue
2022-12-04 21:13:10 +01:00
xxDUxx
179e012995
Delete apps/widtick directory
2022-12-04 20:33:26 +01:00
xxDUxx
df6eda645b
Update README.md
2022-12-04 20:31:13 +01:00
xxDUxx
06e8ba63ca
Update README.md
2022-12-04 20:31:04 +01:00
xxDUxx
c9dec5ce4a
Create README.md
2022-12-04 20:30:35 +01:00
Martin Boonk
dba3511e2a
imageclock - Disable auto hide of widgets
2022-12-04 20:26:18 +01:00
Erik Andresen
90e603b49d
kbswipe: Redo some patterns
2022-12-04 19:44:17 +01:00
Martin Boonk
8016e8ec53
bthrm - Correctly handle 0 values
2022-12-04 16:53:16 +01:00
David Peer
3673a0d7cf
Fixed json file
2022-12-04 16:43:41 +01:00
David Peer
fa70e5354c
aiclock -- support clkinfo module and updated icons of some clkinfos...
2022-12-04 16:42:24 +01:00
Hugh Barney
999e47a550
Updted slopeclkpp README
2022-12-04 14:24:45 +00:00
Erik Andresen
2183b53524
kbswipe: Redo some patterns
2022-12-04 11:46:12 +01:00
Hugh Barney
0fc43db0e4
Merge remote-tracking branch 'upstream/master'
2022-12-04 10:24:22 +00:00
Erik Andresen
6324ffb378
kbswipe: Bug fixes
2022-12-04 10:56:20 +01:00
xxDUxx
2b95ba68af
Update app.js
2022-12-03 21:50:46 +01:00
xxDUxx
c07d23ce17
Update app.js
2022-12-03 21:49:34 +01:00
xxDUxx
161030e927
Delete apps/widtick directory
2022-12-03 15:06:13 +01:00
xxDUxx
dfd1132bcf
Merge branch 'espruino:master' into development
2022-12-03 14:59:15 +01:00
xxDUxx
7925703ea1
Merge branch 'espruino:master' into master
2022-12-03 14:59:06 +01:00
xxDUxx
48ddf89913
Update ChangeLog
2022-12-03 14:57:48 +01:00
xxDUxx
2ea2983e36
Update contourclock.settings.js
2022-12-03 14:57:07 +01:00
xxDUxx
cd21548da8
Update ChangeLog
2022-12-03 14:51:48 +01:00
xxDUxx
94eb6f7544
Update contourclock.settings.js
2022-12-03 14:26:43 +01:00
xxDUxx
2abdfd991c
Update app.js
2022-12-03 14:19:04 +01:00
xxDUxx
51cbb46466
Update contourclock.settings.js
2022-12-03 14:04:42 +01:00
xxDUxx
3a65e3f0ef
Update metadata.json
2022-12-03 13:08:44 +01:00
xxDUxx
5308b42db1
Update app.js
2022-12-03 13:07:33 +01:00
Martin Boonk
ddbbef2bf8
bthrm - Change from timeouts to timestamps for resetting values
2022-12-03 00:05:48 +01:00
Martin Boonk
85c2f92e0a
bthrm - Bump version
2022-12-03 00:05:48 +01:00
Martin Boonk
e77a5f973c
bthrm - Emit copies of events when changing
2022-12-03 00:05:43 +01:00
Erik Andresen
39860e9bb2
kbswipe: Support uppercase input
2022-12-02 20:40:15 +01:00
Erik Andresen
48815b249e
kbswipe: Support input of numbers
...
To switch between the input of alphabetic and numeric characters tap the widget which displays either "123" or "ABC"
closes #1820
2022-12-02 19:38:51 +01:00
Martin Boonk
1530ed3915
bthrm - Reimplement viewer app with layout
2022-12-02 19:13:40 +01:00
Martin Boonk
6b6dc4b14e
bthrm - Show internal values if replacing HRM
2022-12-02 19:13:40 +01:00
Gordon Williams
11e5dc5905
messagesgui 0.57: Fix "unread Timeout" = off (previously defaulted to 60s)
2022-12-02 16:31:20 +00:00
Gordon Williams
1e9b3a6d9a
lightswitch 0.06: Fix issue where .draw was being called by reference (not allowing widgets to be hidden)
...
ref https://github.com/espruino/BangleApps/pull/2334
2022-12-02 09:04:03 +00:00
Gordon Williams
6bd7ba504c
Merge pull request #2342 from thyttan/aiclock
...
[AI Clock] Change to using widget_utils .hide()
2022-12-02 08:52:42 +00:00
thyttan
525b23a296
remove accidentally created file
2022-12-01 21:08:46 +01:00
thyttan
481ddb6a22
add more /*LANG*/ to some of the most installed apps
2022-12-01 21:03:15 +01:00
thyttan
6ea11508ef
use widget_utils .hide()
2022-12-01 19:26:40 +01:00
Gordon Williams
1bb9b68e6a
Merge pull request #2340 from myxor/weather_clkinfo
...
Weather clkinfo: weather condition with temperature
2022-12-01 14:24:27 +00:00
Marco H
d5fde1f046
Update metadata.json
2022-12-01 15:17:27 +01:00
Marco H
cb84cce203
Update ChangeLog
2022-12-01 15:17:18 +01:00
Marco H
d547ec97a6
Update clkinfo.js
2022-12-01 15:16:50 +01:00
Gordon Williams
546cfa7996
fix grey maps
2022-12-01 13:47:48 +00:00
Gabriele Monaco
bd6f3c9304
circlesclock: optional legacy weather icons
2022-12-01 13:06:17 +01:00
Gabriele Monaco
92bf3579f2
circlesclock: using the weather clkinfo instead of reading from the file
2022-12-01 13:06:16 +01:00
glemco
80bd13c1a2
Fixed short label and dynamic
2022-12-01 13:06:16 +01:00
Gabriele Monaco
0bd33f0efe
circlesclock: improved clkinfo handling
2022-12-01 13:06:16 +01:00
Gordon Williams
bca82d185b
Merge branch 'master' of github.com:espruino/BangleApps
2022-12-01 10:38:15 +00:00
Gordon Williams
a64feae3bd
Merge pull request #2330 from m-p-3/patch-1
...
Added several icons to MessageIcons' lib.js
2022-12-01 10:38:05 +00:00
Gordon Williams
b6c7dc7e3d
Merge pull request #2335 from rigrig/fix-messages-music
...
messages,messagegui: fix handling of music
2022-12-01 10:34:48 +00:00
Gordon Williams
218e2d5214
health 0.16: Code tidyup, add back button in top left of health app graphs
2022-12-01 10:32:49 +00:00
Gordon Williams
6d53b13079
Merge pull request #2332 from halemmerich/qcenter
...
qcenter - Fastload the clock on swipe
2022-12-01 10:12:57 +00:00
Gordon Williams
2c64d4a5a7
Merge pull request #2334 from thyttan/torch
...
[Torch] add loadWidgets to work with Fastload Utils app
2022-12-01 10:10:48 +00:00
Gordon Williams
4a2bd50830
Merge pull request #2333 from nxdefiant/master
...
gallery: Add interface
2022-12-01 10:07:25 +00:00
Gordon Williams
320f976e7a
Merge pull request #2338 from dustin-richards-was-here/master
...
Add "Confirm" button to alarm and timer edit menus
2022-12-01 09:55:11 +00:00
Dustin Richards
edcfd198fe
[alarm] add confirm button to edit timer menu
2022-12-01 02:29:00 -07:00
Dustin Richards
245c156468
[alarm] version bump
2022-12-01 02:19:41 -07:00
Dustin Richards
6fe79f47b6
[alarm] fix broken lambda
2022-12-01 02:10:00 -07:00
Dustin Richards
41046b9bb1
[alarm] add confirm button to edit alarm menu
2022-12-01 02:03:23 -07:00
Richard de Boer
050139c763
barclock: add Fast Loading
2022-12-01 01:16:23 +01:00
thyttan
ef74a18566
load widgets and hide them
2022-12-01 00:45:48 +01:00
Richard de Boer
e9c673e119
messages,messagegui: fix handling of music
...
The library combines musicinfo+musicstate messages, and waited for a
"complete" message before emitting the event.
But once you are playing music you don't get new music state events.
The problem was that when the first "complete" message arrives, the UI
is load()ed, so the library forgets its state, and doesn't emit anymore
music events until the play state changes.
This
- changes the library to keep combining music messages, but always
emit an event
- makes the UI only launch itself if it sees a "complete" music event
- makes the UI also combine musicinfo+musicstate messages
2022-11-30 23:58:36 +01:00
thyttan
e01e08db22
no swipeOn for HW=1
2022-11-30 23:40:47 +01:00
storm64
439ecd703d
[sleeplogalarm] Correct dependencies in metadata
2022-11-30 22:31:55 +01:00
storm64
59c745a743
[sleeplogalarm] Add sched dependency
2022-11-30 22:05:38 +01:00
thyttan
c4cbac0898
use widget_utils slideOn - needs further work
2022-11-30 21:45:57 +01:00
thyttan
95c5fd8bcf
only load widgets if fastload is installed
2022-11-30 21:10:06 +01:00
thyttan
f21a0c6a52
add loadWidgets to work with Fastload Utils app
2022-11-30 20:44:19 +01:00
Erik Andresen
88da8fbc24
gallery: Add interface
...
Based on imageconverter.html with added Util.writeStorage()/Util.eraseStorage()
2022-11-30 19:08:18 +01:00
Martin Boonk
36e331e360
qcenter - Bump version
2022-11-30 18:48:29 +01:00
Martin Boonk
557190b666
qcenter - Change tabs to spaces according to code style
2022-11-30 18:48:29 +01:00
Martin Boonk
e82f64b696
qcenter - Add settings json to data array
2022-11-30 18:48:29 +01:00
Martin Boonk
afa7975916
qcenter - Go back to settings menu instead of clock
2022-11-30 18:48:10 +01:00
Martin Boonk
97ce93a907
qcenter - Fix fast loading to clock and prevent fast loading all apps
2022-11-30 18:22:09 +01:00
Gordon Williams
dda81fe199
fix alignment of non-7x7 maps, non-flickery uploads, and allow huge (1MB) map uploads
2022-11-30 16:54:27 +00:00
m-p-3
1c475097e0
Fixed another typo
...
Line 58
2022-11-30 06:57:30 -05:00
Gordon Williams
45c5e15f20
fix https://github.com/espruino/BangleApps/issues/953 - new lock widget
2022-11-30 09:55:02 +00:00
Gordon Williams
1777799ae6
0.04: Fix 'Uncaught ReferenceError: "__FILE__" is not defined' error ( fix #2326 )
2022-11-30 09:37:39 +00:00
Gordon Williams
f55db143be
Merge pull request #2319 from nxdefiant/master
...
taglaunch: Backport PR 2316 for launch
2022-11-30 09:18:22 +00:00
Gordon Williams
0cc01f584b
Merge pull request #2322 from storm64/sleeplog
...
[sleeplog] Improved README + option to add functions triggered by sleeplog
2022-11-30 09:08:51 +00:00
Gordon Williams
49c86750fc
Merge pull request #2325 from rigrig/fix-messages-readme
...
messages: Fix/improve README
2022-11-30 09:03:13 +00:00
Gordon Williams
e9ee0c28f9
Merge pull request #2328 from LeonMatthes/calclock
...
CalClock: Version 0.5
2022-11-30 09:01:53 +00:00
Gordon Williams
70bb01f6da
Merge pull request #2327 from glemco/devel
...
weather: added weather condition to clkinfo
2022-11-30 09:00:52 +00:00
Gordon Williams
b82dc2b782
Merge pull request #2324 from rigrig/fix-messagesmusic
...
Fix messagesmusic
2022-11-30 08:52:14 +00:00
Erik Andresen
bfbd86bc33
sleepphasealarm: Minor tweaks
2022-11-30 09:34:17 +01:00
m-p-3
70307b3267
Fixed typo
...
At 132:16
2022-11-29 21:20:47 -05:00
m-p-3
938f881653
Added several icons to MessageIcons' lib.js
...
Also added some "colors" from the official branding guidelines with a reference to the source info.
Related to #2189
2022-11-29 21:17:24 -05:00
Leon Matthes
52d71ab0ca
CalClock: Version 0.5
...
- Use event colors
- Improved all day event support
2022-11-29 23:19:59 +01:00
Erik Andresen
5eda7ae889
noteify interface
...
Use write callback to wait for reload
2022-11-29 18:07:12 +01:00
glemco
52c807aea5
weather: added weather condition to clkinfo
...
picture is dynamically generated with the weather lib
2022-11-29 12:44:12 +01:00
Richard de Boer
6b9e6eb428
messages: Fix/improve README
...
It wasn't up-to-date anymore with how the library/gui now work, and
still mentioned `messagelib`.
2022-11-28 22:59:52 +01:00
Richard de Boer
f75cfa573e
messagesmusic: Fix loading message UI
2022-11-28 22:38:16 +01:00
storm64
9c42820dd1
[sleeplog] Correct typos found by @thyttan
2022-11-28 22:08:11 +01:00
Richard de Boer
4d48b8c05b
messagesmusic: Fix dependency on messages library (whoops)
2022-11-28 22:07:50 +01:00
storm64
4283fa2d9d
[sleeplogalarm] Add dependency in README
2022-11-28 21:54:21 +01:00
storm64
64dd7720a8
Merge branch 'espruino:master' into sleeplogalarm
2022-11-28 21:36:20 +01:00
storm64
c238a783ac
Merge branch 'espruino:master' into sleeplog
2022-11-28 21:29:27 +01:00
storm64
4f78515a71
[sleeplog] Reorder in README.md
2022-11-28 21:21:36 +01:00
Erik Andresen
7d8f813e2c
tetris: fix tag
2022-11-28 21:04:47 +01:00
Martin Boonk
a8ba0658d9
fastload - Fix build warnings
2022-11-28 20:26:46 +01:00
Martin Boonk
88b9f7eac8
fastload - Add versions to changelog
2022-11-28 20:17:10 +01:00
Martin Boonk
e86b716093
fastload - Remove debug prints
2022-11-28 20:02:58 +01:00
Martin Boonk
30b05f8d8e
fastload - Adds a README
2022-11-28 19:57:02 +01:00
Martin Boonk
65034377c6
fastload - Adds setting for hiding the loading screen
2022-11-28 19:57:02 +01:00
Martin Boonk
64567228a6
fastload - Adds setting for always loading to launcher
2022-11-28 19:56:58 +01:00
Martin Boonk
9a59935b21
fastload - Bump version
2022-11-28 19:56:21 +01:00
Martin Boonk
dc87171dcc
fastload - Allow redirecting to launcher for back function of setUI
2022-11-28 19:56:05 +01:00
Martin Boonk
13bbf669b4
fastload - Add fastload app
2022-11-28 19:56:00 +01:00
Erik Andresen
03f40ffca1
taglaunch: Backport PR 2316 for launch
2022-11-28 19:33:50 +01:00
Gordon Williams
a7364f716b
Keep messages version rising so it'll actually update to the new version automatically
2022-11-28 15:03:00 +00:00