Commit Graph

14864 Commits (4dc02a5a3217d4ceb2b26eb0a24126fd1dab99a6)

Author SHA1 Message Date
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
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
Gordon Williams 380af9c600
Merge pull request #2592 from elykittytee/master
fixed the screenshot name
2023-02-22 16:04:49 +00: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
Gordon Williams 95384820e2
Merge pull request #2590 from BartS23/UpdateSubmodule
add dependabot config for submodules
2023-02-22 08:57:14 +00:00
Gordon Williams 55f47c4b86
Merge pull request #2589 from bobrippling/stopw
New clock info: stopw
2023-02-22 08:20:04 +00: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
BartS23 2edf19251c add dependabot config 2023-02-20 21:40:55 +01:00
Martin Boonk 8e91bb35c4 powermanager - Add a bit of readme describing the widget 2023-02-20 20:56:52 +01:00