Skip to content

Commit b73e174

Browse files
author
thyttan
committed
Merge branch 'dtlaunch' into app-loader
2 parents 98df68d + a62dfce commit b73e174

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

apps/dtlaunch/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ when moving pages. Add caching for faster startups.
3636
clearing cache when changing those settings.
3737
Bangle 2: Use a separate cache file from the standard launcher.
3838
Bangle 2: Don't leave cache file after uninstalling the app.
39+
0.29: (WIP) Bangle 2: Use fastloading when possible.

apps/dtlaunch/app-b2.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@
172172
} else {
173173
buzzLong();
174174
global.dtlaunch.handlePagePersist(page);
175-
load(apps[page*4+i].src);
175+
require("widget_utils").hide();
176+
Bangle.load(apps[page*4+i].src);
176177
}
177178
}
178179
selected=i;

apps/dtlaunch/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dtlaunch",
33
"name": "Desktop Launcher",
4-
"version": "0.28",
4+
"version": "0.29",
55
"description": "Desktop style App Launcher with six (four for Bangle 2) apps per page - fast access if you have lots of apps installed.",
66
"screenshots": [{"url":"shot1.png"},{"url":"shot2.png"},{"url":"shot3.png"}],
77
"icon": "icon.png",

0 commit comments

Comments
 (0)