Ishidres
|
2964acf199
|
Merge pull request #1 from Ishidres/feat/sleep-detection-improvements
Aktualisieren von settings.js
|
2024-03-13 11:19:51 +01:00 |
Gordon Williams
|
89898f1ce5
|
Merge pull request #3234 from bobrippling/feat/smpltmr-menu-reset
smpltmr: reset clkinfo to "main" timer after no interaction
|
2024-03-13 09:22:37 +00:00 |
Ishidres
|
4491b65415
|
Aktualisieren von settings.js
|
2024-03-12 23:52:44 +01:00 |
Rob Pilling
|
cdbe4aa3ee
|
Merge pull request #3253 from espruino/dependabot/submodules/core-0222d3c
build(deps): bump core from `bd301be` to `0222d3c`
|
2024-03-12 22:09:43 +00:00 |
Rob Pilling
|
9ba1c16d40
|
Merge pull request #3254 from espruino/dependabot/submodules/webtools-8d671ad
build(deps): bump webtools from `af870d7` to `8d671ad`
|
2024-03-12 22:09:37 +00:00 |
Rob Pilling
|
80021226ff
|
Merge pull request #3255 from KTibow/patch-8
calculator: Update README
|
2024-03-12 22:09:13 +00:00 |
Anton
|
2325d4183c
|
Warn about undefined variables
|
2024-03-12 12:57:37 +01:00 |
Rob Pilling
|
0943d20231
|
clock_info: remove redundant focus call
|
2024-03-12 07:39:00 +00:00 |
Rob Pilling
|
1d6457ed19
|
clock_info: set CLKINFO_FOCUS on start
|
2024-03-12 07:38:17 +00:00 |
Kendell R
|
3701375192
|
Update calculator README
|
2024-03-11 17:59:48 -07:00 |
dependabot[bot]
|
48478a586e
|
build(deps): bump webtools from `af870d7` to `8d671ad`
Bumps [webtools](https://github.com/espruino/EspruinoWebTools) from `af870d7` to `8d671ad`.
- [Commits](af870d7b83...8d671ad0df )
---
updated-dependencies:
- dependency-name: webtools
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-12 00:40:25 +00:00 |
dependabot[bot]
|
7005bd8905
|
build(deps): bump core from `bd301be` to `0222d3c`
Bumps [core](https://github.com/espruino/EspruinoAppLoaderCore) from `bd301be` to `0222d3c`.
- [Commits](bd301be332...0222d3c5ac )
---
updated-dependencies:
- dependency-name: core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-12 00:40:23 +00:00 |
Rob Pilling
|
6ff12f54cf
|
layout.d.ts: Layout type - merge extracted ids union
|
2024-03-11 22:46:35 +00:00 |
Rob Pilling
|
19a041e410
|
layout.d.ts: Fix ExtractIds
|
2024-03-11 22:41:55 +00:00 |
Rob Pilling
|
a496a7db60
|
Merge pull request #3246 from ellabellla/master
New app, hassio: Home Assistant API Interface
|
2024-03-11 22:03:28 +00:00 |
Rob Pilling
|
70620c1dab
|
clock_info: Update README with show/hide arg and focus+blur
|
2024-03-11 21:52:32 +00:00 |
Rob Pilling
|
736b9f0433
|
clock_info: permit focus/blur to cancel a redraw
|
2024-03-11 21:47:54 +00:00 |
Ishidres
|
9220c720a4
|
Fix typo
|
2024-03-11 18:24:56 +01:00 |
Ishidres
|
7325cc4d3a
|
Add check for wearing status and set status accordingly
|
2024-03-11 18:17:00 +01:00 |
Ishidres
|
c046fcd182
|
Add wear temperature setting
|
2024-03-11 18:15:02 +01:00 |
Ishidres
|
ff92b515b6
|
Fix comparison operator in isNotWorn function
|
2024-03-11 18:14:08 +01:00 |
Ishidres
|
c4a25b6be1
|
Determine if worn based on temperature threshold
|
2024-03-11 18:10:13 +01:00 |
Ishidres
|
1aa6474974
|
Merge branch 'master' into feat/sleep-detection-improvements
|
2024-03-11 17:52:57 +01:00 |
Gordon Williams
|
43728e0343
|
Merge pull request #2819 from thyttan/android-gb-activity-tracks
android: interfacing GB activity tracks
|
2024-03-11 11:05:17 +00:00 |
ellabellla
|
154c54f941
|
fix: move settings to data
|
2024-03-11 21:48:36 +11:00 |
ellabellla
|
3e22a9690a
|
refactor: use readStorageJSON function
|
2024-03-11 21:46:30 +11:00 |
ellabellla
|
04d838dccc
|
fix: remove unused variable
|
2024-03-11 21:40:20 +11:00 |
ellabellla
|
a391f9a1b3
|
fix: remove inlined module code
|
2024-03-11 21:39:21 +11:00 |
thyttan
|
87ccb9492b
|
android: Add Activity Tracks sync support
Lets Gadgetbridge fetch logs created with the `recorder` app.
|
2024-03-11 11:13:29 +01:00 |
Rob Pilling
|
9c16fa6c79
|
clock_info: bump version
|
2024-03-11 08:57:51 +00:00 |
Rob Pilling
|
54907714a2
|
smpltmr: reset clkinfo to "main" timer on blur
|
2024-03-11 08:57:51 +00:00 |
Rob Pilling
|
33088c6257
|
clock_info: call focus() after redraw
|
2024-03-11 08:57:51 +00:00 |
Rob Pilling
|
2c92c94574
|
clock_info: s/unfocus/blur/
|
2024-03-11 08:53:51 +00:00 |
Rob Pilling
|
8f86d9297b
|
clock_info: add focus and unfocus to item
|
2024-03-11 08:53:42 +00:00 |
Rob Pilling
|
30d1bc7c4c
|
clock_info: pass options through to show(), hide() & run()
|
2024-03-11 08:53:23 +00:00 |
Rob Pilling
|
a667fc8061
|
clock_info: factor out focus/defocus
|
2024-03-11 08:40:00 +00:00 |
Rob Pilling
|
3f87305a2d
|
Merge pull request #3245 from jordimas/rellotge-060
rellotge: Fixes typos and BTN1 to show launcher
|
2024-03-10 09:46:00 +00:00 |
Jordi Mas
|
e52d43cf78
|
Enable to user to swipe down/up widgets
|
2024-03-09 20:07:03 +01:00 |
Jordi Mas
|
11b0f7063b
|
Load widgets after setUI()
|
2024-03-09 17:52:05 +01:00 |
Rob Pilling
|
59b32f50fe
|
Merge pull request #3247 from jordimas/catalan
Update Catalan translation
|
2024-03-09 15:46:30 +00:00 |
Rob Pilling
|
f9a76b8b87
|
Merge pull request #3241 from pavelmachek/m_22_folderl
folderlauncher: add a way to move apps between folders from web interface
|
2024-03-09 15:46:06 +00:00 |
Rob Pilling
|
c12e2912c8
|
Merge pull request #3239 from naden/master
regattatimer: tweak image setup
|
2024-03-09 15:40:31 +00:00 |
Rob Pilling
|
f5bab107f5
|
Merge branch 'master'
Conflicts:
apps/regattatimer/ChangeLog
apps/regattatimer/metadata.json
|
2024-03-09 15:37:25 +00:00 |
Jordi Mas
|
96409e08f5
|
Update Catalan translation
|
2024-03-09 13:36:40 +01:00 |
Pavel Machek
|
30ba92e555
|
folderlauncher: revert version back to 0.03 as requested.
|
2024-03-09 12:20:41 +01:00 |
ellabellla
|
a92d27e3b0
|
fix: semi colon
|
2024-03-09 21:42:00 +11:00 |
ellabellla
|
8fd67340d4
|
fix: ensure hrm value
|
2024-03-09 20:26:41 +11:00 |
ellabellla
|
2d2896e179
|
fix: typo
|
2024-03-09 16:11:12 +11:00 |
ellabellla
|
bcbbf17af7
|
fix: hassio changlog
|
2024-03-09 15:59:19 +11:00 |
ellabellla
|
6614b93e95
|
feat: hassio
|
2024-03-09 15:58:00 +11:00 |