Skip to content

Commit

Permalink
Merge branch 'myapps' into fastload
Browse files Browse the repository at this point in the history
  • Loading branch information
d3nd3 committed Jul 5, 2023
2 parents 9880d09 + f9674d4 commit 5d24621
Show file tree
Hide file tree
Showing 5 changed files with 716 additions and 696 deletions.
1 change: 1 addition & 0 deletions apps/fastload/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
0.04: (WIP) Allow use of app history when going back (`load()` or `Bangle.load()` calls without specified app).
0.05: New option 'FastLoad into Widget-less' keep widgets in RAM but hide them.
0.06: Code overhaul increase readability.

1 change: 1 addition & 0 deletions apps/fastload/boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ let checkApp = function(n){
return cache[n].fast;
};


let appHistory, resetHistory, recordHistory;
if (SETTINGS.useAppHistory){
appHistory = s.readJSON("fastload.history.json",true)||[];
Expand Down
3 changes: 2 additions & 1 deletion apps/lcars/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
0.25: Add more colors to the settings and add the ability to disable the data charts+Markup.
0.26: Use widget_utils.
0.27: Report latest HRM rather than HRM 10 minutes ago (fix #2395)
0.28: Battery Vref implemented correctly.
0.28: Battery Vref implemented correctly.
0.29: Support fastload
Loading

0 comments on commit 5d24621

Please sign in to comment.