Commit Graph

16519 Commits (85224c58e2ca8abcbe8e9c5a7fb28896166e31a5)

Author SHA1 Message Date
Rob Pilling d956fc917e rep: better background blue 2023-06-30 08:26:44 +01:00
Rob Pilling c446f0962f rep: rename step 2023-06-30 08:26:44 +01:00
Rob Pilling 2d27ef4c2c rep: work around index drawing bug 2023-06-30 08:26:44 +01:00
Rob Pilling 1fb88b5059 rep: better drawing of rep index 2023-06-30 08:26:44 +01:00
Rob Pilling 9f9a33d963 rep: rename Layout for access to enum 2023-06-30 08:26:44 +01:00
Rob Pilling d913368ff1 rep: rotated idx label 2023-06-30 08:26:44 +01:00
Rob Pilling 2440613de1 rep: handle setFont(undefined) 2023-06-30 08:26:44 +01:00
Rob Pilling e83b582928 rep: pull out renderDuration() 2023-06-30 08:26:44 +01:00
Rob Pilling 75c6972f3f rep: move reps to JSON file 2023-06-30 08:26:44 +01:00
Rob Pilling cefc0eb054 rep TODO 2023-06-30 08:26:44 +01:00
Rob Pilling 444a909c5b rep: UI & colour tweaks, and README 2023-06-30 08:26:44 +01:00
Rob Pilling 057ee7df03 rep: working display, fixed unit problems with reps etc 2023-06-30 08:26:44 +01:00
Rob Pilling ef26eae665 rep: more layout/design tweaks 2023-06-30 08:26:44 +01:00
Rob Pilling a783ee6435 rep: trim duration 2023-06-30 08:26:44 +01:00
Rob Pilling fabe88034f rep: alignment tweaks 2023-06-30 08:26:44 +01:00
Rob Pilling 8036509b18 layout.d.ts: add btnBorder 2023-06-30 08:26:44 +01:00
Rob Pilling 38bccb540d Layout.md: separate the docs for `options` 2023-06-30 08:26:44 +01:00
Rob Pilling 553d363f90 layout.d.ts: alignment fixes 2023-06-30 08:26:44 +01:00
Rob Pilling 739ddb731f layout.d.ts: Layout's fill can be any proportion 2023-06-30 08:26:44 +01:00
Rob Pilling efd1891ff5 layout.d.ts: render(), layout(), debug() and clear() accept any layout hierarchy 2023-06-30 08:26:44 +01:00
Rob Pilling 223fc5087b rep: incrementing counter 2023-06-30 08:26:44 +01:00
Rob Pilling b4e5e8e1df rep: initial WIP layout 2023-06-30 08:26:44 +01:00
Rob Pilling 6a768768b6 rep metadata 2023-06-30 08:26:44 +01:00
Rob Pilling 6a82fb72db rep: initial WIP app 2023-06-30 08:26:44 +01:00
Rob Pilling 9c72a8210d layout.d.ts: add rotation / l.r 2023-06-30 08:26:44 +01:00
Rob Pilling 557b426b63 typescript: remove `Layout_` naming hack 2023-06-30 08:26:44 +01:00
Gordon Williams 5c483bbd88
Merge pull request #2848 from stweedo/gassist
[gassist] - New app for voice control
2023-06-30 08:11:08 +01:00
Rob Pilling 3e8e2adb60 chimer: sleep between buzzes, instead of during 2023-06-29 22:57:49 +01:00
stweedo 297d8b15ac Fix scoping, add 'file' variable 2023-06-29 12:25:38 -05:00
frederic wagner ca9082f266 gipy: stroke + less frames on lock 2023-06-29 16:56:00 +02:00
Gordon Williams d8c41b56ed messagegui 0.73: Add sharp left+right nav icons 2023-06-29 15:02:35 +01:00
stweedo 6d58a466b2 [gassist] - New app for voice control 2023-06-29 08:43:45 -05:00
frederic wagner 0c7aff4c5f gipy: fix for svg 2023-06-29 15:14:17 +02:00
frederic wagner 193f9c388e bugfix release: solving some map problems 2023-06-29 14:52:35 +02:00
Gordon Williams 2aa3dc5c29
Merge pull request #2846 from thyttan/spotify-remote
spotrem: Send GB wake command only once
2023-06-29 08:42:54 +01:00
Gordon Williams ca124b2d32
Merge pull request #2845 from thyttan/podcast-addict
podadrem: Send GB wake command only once
2023-06-29 08:42:40 +01:00
thyttan 74091b6659 quicklaunch:compat w app history of Fastload Utils
Compatibility with 'Fastload Utils' App History feature by checking the trace on launch

remove some spaces

correct logic for checking the trace at launch `!=` -> `==`
2023-06-29 00:07:20 +02:00
thyttan 1c81d2dce5 fastreset: add new app 'Fast Reset'
add app 'Fast Reset' (boot code)

use the more descriptive `Bangle.showClock` instead of `load(".bootcde")`

fix scope of buzzTimeout id variable

compact the code a little bit

change metadata and readme to reflect a shortened timeout
2023-06-29 00:05:37 +02:00
thyttan cead4b3531 fastload: Add app history functionality
Add app history functionality

add semicolons that were missing according to Web IDE

fix intendtation in if statement

fewer storage manipulations, tweak some logic

comment regarding resetting history

undo `const SETTINGS` -> `let settings`

describe app history in readme

In settings, don't allow app history and load to launcher to be active at the same time

change `launchedApps` -> `appHistory`

(somewhat unstable commit) tweaking logic around loading `.bootcde` at system initiation to make the history and resetting of history work as expected

add to comment re loading `.bootcde` an extra time on init

Revert "add to comment re loading `.bootcde` an extra time on init"

This reverts commit b4aaccf35c820a1c7e7a22040c3958b4fc92e5c6.

Revert "(somewhat unstable commit) tweaking logic around loading `.bootcde` at system initiation to make the history and resetting of history work as expected"

This reverts commit 51dddfc30ac65572891efee1daf6099f7a3b19f4.

tweak when settings page is autoupdated

Change description for app history. Add contributor.

quicklaunch shall not be recorded in the history

Add setting to exclude quicklaunch from history, if it is present

remove print statements

If long press HW button do reset history. Set some variables to null if app history is disabled.

add info re long press HW button resets history

remove check for 'fastload.5.boot.js'. it would show up in the app history during development because the web ide said to load the uploaded app. it should not be needed in normal operations of the app for users.

fewer checks for if useAppHistory is true, by first declaring some variables and then defining them inside an if-statement

add recommendation of 'Fast Reset' app in readme
2023-06-28 23:58:27 +02:00
thyttan 5bd3070131 spotrem: Send GB wake command only once
...instead of twice like we did before. It should not be needed now we
issue a newline before GB commands.
2023-06-28 23:24:35 +02:00
thyttan 55429b2c67 podadrem: Send GB wake command only once
...instead of twice like we did before. It should not be needed now we
issue a newline before GB commands.
2023-06-28 23:11:33 +02:00
Gordon Williams 2cd1caa2bd
Merge pull request #2844 from nxdefiant/master
openstmap & recorder changes
2023-06-28 11:59:36 +01:00
Erik Andresen bb598bbb6c recorder: set scale on OpenStMap plot
When plotting with OpenStMap scale map to track width & height
2023-06-28 12:15:20 +02:00
nxdefiant c67964bf61
Merge branch 'espruino:master' into master 2023-06-28 11:09:11 +02:00
Erik Andresen bf58db6a31 openstmap: sort maps by scale desc
This results in the map with the highest resolution (lowest scale) to be
drawn last
2023-06-28 11:08:19 +02:00
Gordon Williams 95b2a45793
Merge pull request #2843 from thyttan/swscroll
swscroll: fix check boxes not behaving
2023-06-28 08:27:10 +01:00
Gordon Williams 13b0aa1e11
Merge pull request #2841 from nxdefiant/master
waypoint_editor fixes:
2023-06-28 08:24:36 +01:00
Gordon Williams 49c9db7967
Merge pull request #2842 from stweedo/master
[boxclk] - Update v0.05: Fix step count not resetting
2023-06-28 08:22:38 +01:00
thyttan 8f5d097120 swscroll: fix check boxes not behaving
... by more properly rebasing on latest E_showScroller_Q3.js from
Espruino.
2023-06-27 23:52:45 +02:00
stweedo 2c9ec746b6 Use Bangle.getHealthStatus("day").steps) instead 2023-06-27 08:34:42 -05:00