mirror of https://github.com/espruino/BangleApps
clkinfostopw 0.10: Timer ClockInfo now uses +- icons, and changes timer from 'T-5 min' to just '5 min' to aid readability
parent
13f74e1542
commit
0918ece048
|
@ -1,3 +1,4 @@
|
||||||
0.01: New clkinfo!
|
0.01: New clkinfo!
|
||||||
0.02: Added format option, reduced battery usage
|
0.02: Added format option, reduced battery usage
|
||||||
0.03: Hardcode colon-format, show milliseconds for the first minute
|
0.03: Hardcode colon-format, show milliseconds for the first minute
|
||||||
|
0.04: Change clockinfo name from timer->Timer, now uses same menu with smpltmr
|
|
@ -40,7 +40,7 @@
|
||||||
};
|
};
|
||||||
var img = function () { return atob("GBiBAAAAAAB+AAB+AAAAAAB+AAH/sAOB8AcA4A4YcAwYMBgYGBgYGBg8GBg8GBgYGBgAGAwAMA4AcAcA4AOBwAH/gAB+AAAAAAAAAA=="); };
|
var img = function () { return atob("GBiBAAAAAAB+AAB+AAAAAAB+AAH/sAOB8AcA4A4YcAwYMBgYGBgYGBg8GBg8GBgYGBgAGAwAMA4AcAcA4AOBwAH/gAB+AAAAAAAAAA=="); };
|
||||||
return {
|
return {
|
||||||
name: "timer",
|
name: "Timer",
|
||||||
img: img(),
|
img: img(),
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
const img = () => atob("GBiBAAAAAAB+AAB+AAAAAAB+AAH/sAOB8AcA4A4YcAwYMBgYGBgYGBg8GBg8GBgYGBgAGAwAMA4AcAcA4AOBwAH/gAB+AAAAAAAAAA==");
|
const img = () => atob("GBiBAAAAAAB+AAB+AAAAAAB+AAH/sAOB8AcA4A4YcAwYMBgYGBgYGBg8GBg8GBgYGBgAGAwAMA4AcAcA4AOBwAH/gAB+AAAAAAAAAA==");
|
||||||
|
|
||||||
return {
|
return {
|
||||||
name: "timer",
|
name: "Timer",
|
||||||
img: img(),
|
img: img(),
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "clkinfostopw",
|
"id": "clkinfostopw",
|
||||||
"name": "Stop Watch Clockinfo",
|
"name": "Stop Watch Clockinfo",
|
||||||
"version":"0.03",
|
"version":"0.04",
|
||||||
"description": "A simple stopwatch, shown via clockinfo",
|
"description": "A simple stopwatch, shown via clockinfo",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "clkinfo",
|
"type": "clkinfo",
|
||||||
|
|
Loading…
Reference in New Issue