Commit Graph

16501 Commits (5be8ef57f9e3f2e70419b2e4f6c6c9d8aa9ae64a)

Author SHA1 Message Date
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
Erik Andresen 4dd4a17511 waypoint_editor fixes:
-Display waypoint name instead of its index in remove menu
-fix icon
2023-06-26 21:26:42 +02:00
Gordon Williams 7dfabf9d7e
Merge pull request #2839 from nxdefiant/master
mylocation: Add option to set location from waypoint
2023-06-26 14:16:29 +01:00
Erik Andresen 712d31669e mylocation: drop dependency on waypoint 2023-06-26 13:59:21 +02:00
Gordon Williams 2ac8660030
Merge pull request #2837 from stweedo/boxclk
[boxclk] - v0.04 Update
2023-06-26 09:11:30 +01:00
Gordon Williams b4ef227674
Merge pull request #2838 from devsnd/master
a half-life alyx style clock
2023-06-26 08:55:59 +01:00
Gordon Williams 330450516f add dependency on mylocation 2023-06-26 08:51:09 +01:00
Gordon Williams 1eda4cb0bb
Merge pull request #2840 from thyttan/podcast-addict
podadrem: Issue newline before GB commands
2023-06-26 08:46:11 +01:00
thyttan ac448b5f36 podadrem: Issue newline before GB commands
reference: ba7a2f7996
2023-06-26 02:50:30 +02:00
Erik Andresen 73042fa58d mylocation: Add option to set location from waypoint 2023-06-25 21:43:14 +02:00
Tom Wallroth 99c3731ed4 a half-life alyx style clock 2023-06-25 16:19:22 +02:00
stweedo b52220a070 Only use drag handler if any box isDragging 2023-06-25 04:16:17 -05:00
Gordon Williams be5fcdd185
Merge pull request #2835 from npbreland/master
New Swatch Internet Time widget (widswatchbeats)
2023-06-23 15:21:27 +01:00
Gordon Williams d869fd6ade
Delete widget-icon.js 2023-06-23 15:21:06 +01:00
Nick Breland 30fbf1e4c9 Remove image line from metadata 2023-06-23 15:09:34 +01:00
Nick Breland 757649c427 Add 'Widget' to name 2023-06-23 10:15:53 +01:00
Nick Breland 78b98315ca Cleanup metadata, indentation, and smaller icon 2023-06-23 10:13:22 +01:00
Gordon Williams e5ebbf0ed4 Automatically create new track if the filename is different 2023-06-22 13:43:22 +01:00
Gordon Williams b469521f90 Merge branch 'master' of github.com:espruino/BangleApps 2023-06-22 10:04:54 +01:00