mirror of https://github.com/espruino/BangleApps
0.10: Fix broken recorder settings (when launched from settings app)
parent
6872c38a8d
commit
624f91d8ef
|
@ -13,3 +13,4 @@
|
||||||
Move recording for CoreTemp to its own app
|
Move recording for CoreTemp to its own app
|
||||||
0.08: Memory usage improvements for recorder app itself
|
0.08: Memory usage improvements for recorder app itself
|
||||||
0.09: Show correct number for log in overwrite prompt
|
0.09: Show correct number for log in overwrite prompt
|
||||||
|
0.10: Fix broken recorder settings (when launched from settings app)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "recorder",
|
"id": "recorder",
|
||||||
"name": "Recorder",
|
"name": "Recorder",
|
||||||
"shortName": "Recorder",
|
"shortName": "Recorder",
|
||||||
"version": "0.09",
|
"version": "0.10",
|
||||||
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
|
"description": "Record GPS position, heart rate and more in the background, then download to your PC.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,outdoors,gps,widget",
|
"tags": "tool,outdoors,gps,widget",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(function(back) {
|
(function(back) {
|
||||||
// just go right to our app - we need all the memory
|
// just go right to our app - we need all the memory
|
||||||
load("record.app.js");
|
load("record.app.js");
|
||||||
})();
|
})
|
||||||
|
|
Loading…
Reference in New Issue