Skip to content

Commit 4f409ae

Browse files
author
thyttan
committed
Merge branch 'dtlaunch' into app-loader
2 parents 4154f1e + fd919da commit 4f409ae

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

apps/dtlaunch/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ when moving pages. Add caching for faster startups.
3535
0.28: Bangle 2: Fix showClocks and showLaunchers settings not taking effect by
3636
clearing cache when changing those settings.
3737
Bangle 2: Use a separate cache file from the standard launcher.
38+
Bangle 2: Don't leave cache file after uninstalling the app.

apps/dtlaunch/metadata.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
{"name":"dtlaunch.settings.js","url":"settings-b2.js", "supports": ["BANGLEJS2"]},
1717
{"name":"dtlaunch.img","url":"app-icon.js","evaluate":true}
1818
],
19-
"data": [{"name":"dtlaunch.json"}]
19+
"data": [
20+
{"name":"dtlaunch.json"},
21+
{"name":"dtlaunch.cache.json"}
22+
]
2023
}

0 commit comments

Comments
 (0)