mirror of https://github.com/espruino/BangleApps
0.17: Don't display 'Loading...' now the watch has its own loading screen
parent
43dc4da5d8
commit
72208c2c06
|
@ -16,3 +16,4 @@
|
||||||
0.14: Use default Bangle formatter for booleans
|
0.14: Use default Bangle formatter for booleans
|
||||||
0.15: Support for unload and quick return to the clock on 2v16
|
0.15: Support for unload and quick return to the clock on 2v16
|
||||||
0.16: Use a cache of app.info files to speed up loading the launcher
|
0.16: Use a cache of app.info files to speed up loading the launcher
|
||||||
|
0.17: Don't display 'Loading...' now the watch has its own screen
|
||||||
|
|
|
@ -60,7 +60,6 @@ E.showScroller({
|
||||||
E.showMessage(/*LANG*/"App Source\nNot found");
|
E.showMessage(/*LANG*/"App Source\nNot found");
|
||||||
setTimeout(drawMenu, 2000);
|
setTimeout(drawMenu, 2000);
|
||||||
} else {
|
} else {
|
||||||
E.showMessage(/*LANG*/"Loading...");
|
|
||||||
load(app.src);
|
load(app.src);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "launch",
|
"id": "launch",
|
||||||
"name": "Launcher",
|
"name": "Launcher",
|
||||||
"shortName": "Launcher",
|
"shortName": "Launcher",
|
||||||
"version": "0.16",
|
"version": "0.17",
|
||||||
"description": "This is needed to display a menu allowing you to choose your own applications. You can replace this with a customised launcher.",
|
"description": "This is needed to display a menu allowing you to choose your own applications. You can replace this with a customised launcher.",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
|
|
Loading…
Reference in New Issue