fixing versions/etc o remove lint warnings
parent
42202a2a8b
commit
596a8183c0
|
|
@ -1 +1,2 @@
|
||||||
0.01: Basic agenda with events from GB
|
0.01: Basic agenda with events from GB
|
||||||
|
0.02: Added settings page to force calendar sync
|
||||||
|
|
|
||||||
|
|
@ -9,4 +9,4 @@
|
||||||
0.08: Handling of alarms
|
0.08: Handling of alarms
|
||||||
0.09: Alarm vibration, repeat, and auto-snooze now handled by sched
|
0.09: Alarm vibration, repeat, and auto-snooze now handled by sched
|
||||||
0.10: Fix SMS bug
|
0.10: Fix SMS bug
|
||||||
0.11: Use default Bangle formatter for booleans
|
0.12: Use default Bangle formatter for booleans
|
||||||
|
|
|
||||||
|
|
@ -591,7 +591,6 @@ function getWeatherIconByCode(code) {
|
||||||
default:
|
default:
|
||||||
return weatherRainy;
|
return weatherRainy;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
case 6:
|
case 6:
|
||||||
return weatherSnowy;
|
return weatherSnowy;
|
||||||
case 7:
|
case 7:
|
||||||
|
|
@ -607,9 +606,8 @@ function getWeatherIconByCode(code) {
|
||||||
default:
|
default:
|
||||||
return weatherCloudy;
|
return weatherCloudy;
|
||||||
}
|
}
|
||||||
break;
|
default:
|
||||||
default:
|
return undefined;
|
||||||
return undefined;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "football",
|
"id": "football",
|
||||||
"name": "football",
|
"name": "football",
|
||||||
"shortName": "football",
|
"shortName": "football",
|
||||||
"version": "1.00",
|
"version": "1.01",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
"description": "Classic football game of the CASIO chronometer",
|
"description": "Classic football game of the CASIO chronometer",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
0.11: Changes...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue