mirror of https://github.com/espruino/BangleApps
Bump version for all apps with fixed undefined variables
parent
f96050d3bf
commit
cad2ffe283
|
@ -1 +1,2 @@
|
||||||
0.01: New Widget!
|
0.01: New Widget!
|
||||||
|
0.02: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "1button",
|
"id": "1button",
|
||||||
"name": "One-Button-Tracker",
|
"name": "One-Button-Tracker",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "A widget that turns BTN1 into a tracker, records time of button press/release.",
|
"description": "A widget that turns BTN1 into a tracker, records time of button press/release.",
|
||||||
"icon": "widget.png",
|
"icon": "widget.png",
|
||||||
"type": "widget",
|
"type": "widget",
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: Faster maze generation
|
0.02: Faster maze generation
|
||||||
0.03: Avoid clearing bottom widgets
|
0.03: Avoid clearing bottom widgets
|
||||||
0.04: Minor code improvements
|
0.04: Minor code improvements
|
||||||
|
0.05: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "acmaze",
|
{ "id": "acmaze",
|
||||||
"name": "AccelaMaze",
|
"name": "AccelaMaze",
|
||||||
"shortName":"AccelaMaze",
|
"shortName":"AccelaMaze",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Tilt the watch to roll a ball through a maze.",
|
"description": "Tilt the watch to roll a ball through a maze.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
|
|
|
@ -8,3 +8,4 @@
|
||||||
0.08: Fixed zero steps issue caused by 0.07
|
0.08: Fixed zero steps issue caused by 0.07
|
||||||
0.09: Prettied up user interface, decluttered graphs
|
0.09: Prettied up user interface, decluttered graphs
|
||||||
0.10: Minor code improvements
|
0.10: Minor code improvements
|
||||||
|
0.11: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "activepedom",
|
"id": "activepedom",
|
||||||
"name": "Active Pedometer",
|
"name": "Active Pedometer",
|
||||||
"shortName": "Active Pedometer",
|
"shortName": "Active Pedometer",
|
||||||
"version": "0.10",
|
"version": "0.11",
|
||||||
"description": "(NOT RECOMMENDED) Pedometer that filters out arm movement and displays a step goal progress. Steps are saved to a daily file and can be viewed as graph. The `Health` app now provides step logging and graphs.",
|
"description": "(NOT RECOMMENDED) Pedometer that filters out arm movement and displays a step goal progress. Steps are saved to a daily file and can be viewed as graph. The `Health` app now provides step logging and graphs.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "outdoors,widget",
|
"tags": "outdoors,widget",
|
||||||
|
|
|
@ -13,3 +13,4 @@
|
||||||
0.09: Use default Bangle formatter for booleans
|
0.09: Use default Bangle formatter for booleans
|
||||||
0.10: Use Bangle.setUI({remove:...}) to allow loading the launcher without a full reset on 2v16
|
0.10: Use Bangle.setUI({remove:...}) to allow loading the launcher without a full reset on 2v16
|
||||||
Modified to avoid leaving functions defined when using setUI({remove:...})
|
Modified to avoid leaving functions defined when using setUI({remove:...})
|
||||||
|
0.11: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "antonclkplus",
|
"id": "antonclkplus",
|
||||||
"name": "Anton Clock Plus",
|
"name": "Anton Clock Plus",
|
||||||
"shortName": "Anton Clock+",
|
"shortName": "Anton Clock+",
|
||||||
"version": "0.10",
|
"version": "0.11",
|
||||||
"description": "A clock using the bold Anton font, optionally showing seconds and date in ISO-8601 format.",
|
"description": "A clock using the bold Anton font, optionally showing seconds and date in ISO-8601 format.",
|
||||||
"readme":"README.md",
|
"readme":"README.md",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
|
|
|
@ -7,3 +7,4 @@
|
||||||
0.07: Added potato GLaDOS and quote functionality when you tap her
|
0.07: Added potato GLaDOS and quote functionality when you tap her
|
||||||
0.08: Fixed drawing issues with the quotes and added more
|
0.08: Fixed drawing issues with the quotes and added more
|
||||||
0.09: Minor code improvements
|
0.09: Minor code improvements
|
||||||
|
0.10: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "aptsciclk",
|
"id": "aptsciclk",
|
||||||
"name": "Apeture Science Clock",
|
"name": "Apeture Science Clock",
|
||||||
"shortName":"AptSci Clock",
|
"shortName":"AptSci Clock",
|
||||||
"version": "0.09",
|
"version": "0.10",
|
||||||
"description": "A clock based on the portal series",
|
"description": "A clock based on the portal series",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}],
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
|
|
|
@ -5,3 +5,4 @@
|
||||||
0.05: Enable widgets
|
0.05: Enable widgets
|
||||||
0.06: Fix azimuth (bug #2651), only show degrees
|
0.06: Fix azimuth (bug #2651), only show degrees
|
||||||
0.07: Minor code improvements
|
0.07: Minor code improvements
|
||||||
|
0.08: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "astrocalc",
|
"id": "astrocalc",
|
||||||
"name": "Astrocalc",
|
"name": "Astrocalc",
|
||||||
"version": "0.07",
|
"version": "0.08",
|
||||||
"description": "Calculates interesting information on the sun like sunset and sunrise and moon cycles for the current day based on your location from MyLocation app",
|
"description": "Calculates interesting information on the sun like sunset and sunrise and moon cycles for the current day based on your location from MyLocation app",
|
||||||
"icon": "astrocalc.png",
|
"icon": "astrocalc.png",
|
||||||
"tags": "app,sun,moon,cycles,tool,outdoors",
|
"tags": "app,sun,moon,cycles,tool,outdoors",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
0.01: Beta version for Bangle 2 paired with Chrome (2021/12/11)
|
0.01: Beta version for Bangle 2 paired with Chrome (2021/12/11)
|
||||||
0.02: The app is now a clock, the data is greyed after the connection is lost (2021/12/22)
|
0.02: The app is now a clock, the data is greyed after the connection is lost (2021/12/22)
|
||||||
0.03: Set the Awair's IP directly on the webpage (2021/12/27)
|
0.03: Set the Awair's IP directly on the webpage (2021/12/27)
|
||||||
|
0.04: Minor code improvements
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}],
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
"version":"0.03",
|
"version": "0.04",
|
||||||
"description": "Displays the level of CO2, VOC, PM 2.5, Humidity and Temperature, from your Awair device.",
|
"description": "Displays the level of CO2, VOC, PM 2.5, Humidity and Temperature, from your Awair device.",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock,tool,health",
|
"tags": "clock,tool,health",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
0.01: Initial version of Balltastic released! Happy!
|
0.01: Initial version of Balltastic released! Happy!
|
||||||
0.02: Set LCD timeout for Espruino 2v10 compatibility
|
0.02: Set LCD timeout for Espruino 2v10 compatibility
|
||||||
0.03: Now also works on Bangle.js 2
|
0.03: Now also works on Bangle.js 2
|
||||||
|
0.04: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "balltastic",
|
"id": "balltastic",
|
||||||
"name": "Balltastic",
|
"name": "Balltastic",
|
||||||
"version": "0.03",
|
"version": "0.04",
|
||||||
"description": "Simple but fun ball eats dots game.",
|
"description": "Simple but fun ball eats dots game.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"bangle2-balltastic-screenshot.png"}],
|
"screenshots": [{"url":"bangle2-balltastic-screenshot.png"}],
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
Clean up code
|
Clean up code
|
||||||
0.03: Add software back button on main menu
|
0.03: Add software back button on main menu
|
||||||
0.04: Minor code improvements
|
0.04: Minor code improvements
|
||||||
|
0.05: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "banglexercise",
|
{ "id": "banglexercise",
|
||||||
"name": "BanglExercise",
|
"name": "BanglExercise",
|
||||||
"shortName":"BanglExercise",
|
"shortName":"BanglExercise",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Can automatically track exercises while wearing the Bangle.js watch.",
|
"description": "Can automatically track exercises while wearing the Bangle.js watch.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}],
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
|
|
|
@ -11,3 +11,4 @@
|
||||||
0.11: Initial port to the BangleJS2
|
0.11: Initial port to the BangleJS2
|
||||||
0.12: Remove debug log
|
0.12: Remove debug log
|
||||||
0.13: Minor code improvements
|
0.13: Minor code improvements
|
||||||
|
0.14: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "batchart",
|
"id": "batchart",
|
||||||
"name": "Battery Chart",
|
"name": "Battery Chart",
|
||||||
"shortName": "Battery Chart",
|
"shortName": "Battery Chart",
|
||||||
"version": "0.13",
|
"version": "0.14",
|
||||||
"description": "A widget and an app for recording and visualizing battery percentage over time.",
|
"description": "A widget and an app for recording and visualizing battery percentage over time.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "app,widget,battery,time,record,chart,tool",
|
"tags": "app,widget,battery,time,record,chart,tool",
|
||||||
|
|
|
@ -5,3 +5,4 @@
|
||||||
0.05: proper fix for the race condition in queueDraw()
|
0.05: proper fix for the race condition in queueDraw()
|
||||||
0.06: Tell clock widgets to hide.
|
0.06: Tell clock widgets to hide.
|
||||||
0.07: Better battery graphic - now has green, yellow and red sections; battery status reflected in the bar across the middle of the screen; current battery state checked only once every 15 minutes, leading to longer-lasting battery charge
|
0.07: Better battery graphic - now has green, yellow and red sections; battery status reflected in the bar across the middle of the screen; current battery state checked only once every 15 minutes, leading to longer-lasting battery charge
|
||||||
|
0.08: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "bigdclock",
|
{ "id": "bigdclock",
|
||||||
"name": "Big digit clock containing just the essentials",
|
"name": "Big digit clock containing just the essentials",
|
||||||
"shortName":"Big digit clk",
|
"shortName":"Big digit clk",
|
||||||
"version":"0.07",
|
"version": "0.08",
|
||||||
"description": "A clock containing just the essentials, made as easy to read as possible for those of us that need glasses. It contains the time, the day-of-week, the day-of-month, and the current battery state-of-charge.",
|
"description": "A clock containing just the essentials, made as easy to read as possible for those of us that need glasses. It contains the time, the day-of-week, the day-of-month, and the current battery state-of-charge.",
|
||||||
"icon": "bigdclock.png",
|
"icon": "bigdclock.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
0.04: Add options for units in locale and recording GPS
|
0.04: Add options for units in locale and recording GPS
|
||||||
0.05: Allow toggling of "max" values (screen tap) and recording (button press)
|
0.05: Allow toggling of "max" values (screen tap) and recording (button press)
|
||||||
0.06: Fix local unit setting
|
0.06: Fix local unit setting
|
||||||
|
0.07: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "bikespeedo",
|
"id": "bikespeedo",
|
||||||
"name": "Bike Speedometer (beta)",
|
"name": "Bike Speedometer (beta)",
|
||||||
"shortName": "Bike Speedometer",
|
"shortName": "Bike Speedometer",
|
||||||
"version": "0.06",
|
"version": "0.07",
|
||||||
"description": "Shows GPS speed, GPS heading, Compass heading, GPS altitude and Barometer altitude from internal sources",
|
"description": "Shows GPS speed, GPS heading, Compass heading, GPS altitude and Barometer altitude from internal sources",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"Screenshot.png"}],
|
"screenshots": [{"url":"Screenshot.png"}],
|
||||||
|
|
|
@ -5,3 +5,4 @@
|
||||||
0.05: move setUI() up before draw() as to not have a false positive 'sanity
|
0.05: move setUI() up before draw() as to not have a false positive 'sanity
|
||||||
check' when building on github.
|
check' when building on github.
|
||||||
0.06: Minor code improvements
|
0.06: Minor code improvements
|
||||||
|
0.07: Minor code improvements
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"shortName":"BinWatch",
|
"shortName":"BinWatch",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}],
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
"version": "0.06",
|
"version": "0.07",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"allow_emulator":true,
|
"allow_emulator":true,
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
...
|
...
|
||||||
0.02: First update with ChangeLog Added
|
0.02: First update with ChangeLog Added
|
||||||
0.03: updated watch face to use the ClockFace library
|
0.03: updated watch face to use the ClockFace library
|
||||||
|
0.04: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "bowserWF",
|
"id": "bowserWF",
|
||||||
"name": "Bowser Watchface",
|
"name": "Bowser Watchface",
|
||||||
"shortName": "Bowser Watchface",
|
"shortName": "Bowser Watchface",
|
||||||
"version": "0.03",
|
"version": "0.04",
|
||||||
"description": "Let bowser show you the time",
|
"description": "Let bowser show you the time",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: New app!
|
0.01: New app!
|
||||||
0.02: Minor code improvements
|
0.02: Minor code improvements
|
||||||
|
0.03: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "breath",
|
"id": "breath",
|
||||||
"name": "Breathing App",
|
"name": "Breathing App",
|
||||||
"shortName": "Breathing App",
|
"shortName": "Breathing App",
|
||||||
"version": "0.02",
|
"version": "0.03",
|
||||||
"description": "app to aid relaxation and train breath syncronicity using haptics and visualisation, also displays HR",
|
"description": "app to aid relaxation and train breath syncronicity using haptics and visualisation, also displays HR",
|
||||||
"icon": "app-icon.png",
|
"icon": "app-icon.png",
|
||||||
"tags": "tools,health",
|
"tags": "tools,health",
|
||||||
|
|
|
@ -41,3 +41,4 @@
|
||||||
Additional logging on errors
|
Additional logging on errors
|
||||||
Add debug option for disabling active scanning
|
Add debug option for disabling active scanning
|
||||||
0.17: New GUI based on layout library
|
0.17: New GUI based on layout library
|
||||||
|
0.18: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "bthrm",
|
"id": "bthrm",
|
||||||
"name": "Bluetooth Heart Rate Monitor",
|
"name": "Bluetooth Heart Rate Monitor",
|
||||||
"shortName": "BT HRM",
|
"shortName": "BT HRM",
|
||||||
"version": "0.17",
|
"version": "0.18",
|
||||||
"description": "Overrides Bangle.js's build in heart rate monitor with an external Bluetooth one.",
|
"description": "Overrides Bangle.js's build in heart rate monitor with an external Bluetooth one.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screen.png"}],
|
"screenshots": [{"url":"screen.png"}],
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: Write available data on reset or kill
|
0.02: Write available data on reset or kill
|
||||||
0.03: Buzz short on every finished measurement and longer if all are done
|
0.03: Buzz short on every finished measurement and longer if all are done
|
||||||
0.04: Minor code improvements
|
0.04: Minor code improvements
|
||||||
|
0.05: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "bthrv",
|
"id": "bthrv",
|
||||||
"name": "Bluetooth Heart Rate variance calculator",
|
"name": "Bluetooth Heart Rate variance calculator",
|
||||||
"shortName": "BT HRV",
|
"shortName": "BT HRV",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Calculates HRV from a a BT HRM with interval data",
|
"description": "Calculates HRV from a a BT HRM with interval data",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Use fractional numbers and scale the points to keep working consistently on whole screen
|
0.02: Use fractional numbers and scale the points to keep working consistently on whole screen
|
||||||
0.03: Use default Bangle formatter for booleans
|
0.03: Use default Bangle formatter for booleans
|
||||||
|
0.04: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "Touchscreen Calibration",
|
"name": "Touchscreen Calibration",
|
||||||
"shortName":"Calibration",
|
"shortName":"Calibration",
|
||||||
"icon": "calibration.png",
|
"icon": "calibration.png",
|
||||||
"version":"0.03",
|
"version": "0.04",
|
||||||
"description": "(NOT RECOMMENDED) A simple calibration app for the touchscreen. Please use the Touchscreen Calibration in the Settings app instead.",
|
"description": "(NOT RECOMMENDED) A simple calibration app for the touchscreen. Please use the Touchscreen Calibration in the Settings app instead.",
|
||||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: Bugfixes
|
0.02: Bugfixes
|
||||||
0.03: Use Bangle.setBacklight()
|
0.03: Use Bangle.setBacklight()
|
||||||
0.04: Add option to buzz after computer move
|
0.04: Add option to buzz after computer move
|
||||||
|
0.05: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "chess",
|
"id": "chess",
|
||||||
"name": "Chess",
|
"name": "Chess",
|
||||||
"shortName": "Chess",
|
"shortName": "Chess",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Chess game based on the [p4wn engine](https://p4wn.sourceforge.net/). Drag on the touchscreen to move the green cursor onto a piece, select it with a single touch and drag the now red cursor around. Release the piece with another touch to finish the move. The button opens a menu.",
|
"description": "Chess game based on the [p4wn engine](https://p4wn.sourceforge.net/). Drag on the touchscreen to move the green cursor onto a piece, select it with a single touch and drag the now red cursor around. Release the piece with another touch to finish the move. The button opens a menu.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
0.02: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "clickms",
|
"id": "clickms",
|
||||||
"name": "Click Master",
|
"name": "Click Master",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "Get several friends to start the game, then compete to see who can press BTN1 the most!",
|
"description": "Get several friends to start the game, then compete to see who can press BTN1 the most!",
|
||||||
"icon": "click-master.png",
|
"icon": "click-master.png",
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
Add a 'time' clockinfo that also displays a percentage of day left
|
Add a 'time' clockinfo that also displays a percentage of day left
|
||||||
0.03: Change 3rd mode to show the time to next sunrise/sunset time (not actual time)
|
0.03: Change 3rd mode to show the time to next sunrise/sunset time (not actual time)
|
||||||
0.04: Minor code improvements
|
0.04: Minor code improvements
|
||||||
|
0.05: Minor code improvements
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ "id": "clkinfosunrise",
|
{ "id": "clkinfosunrise",
|
||||||
"name": "Sunrise Clockinfo",
|
"name": "Sunrise Clockinfo",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "For clocks that display 'clockinfo' (messages that can be cycled through using the clock_info module) this displays sunrise and sunset based on the location from the 'My Location' app",
|
"description": "For clocks that display 'clockinfo' (messages that can be cycled through using the clock_info module) this displays sunrise and sunset based on the location from the 'My Location' app",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "clkinfo",
|
"type": "clkinfo",
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Minor code improvements
|
0.02: Minor code improvements
|
||||||
|
0.03: Minor code improvements
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ "id": "contacts",
|
{ "id": "contacts",
|
||||||
"name": "Contacts",
|
"name": "Contacts",
|
||||||
"version": "0.02",
|
"version": "0.03",
|
||||||
"description": "Provides means of storing user contacts, viewing/editing them on device and from the App loader",
|
"description": "Provides means of storing user contacts, viewing/editing them on device and from the App loader",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
|
|
|
@ -7,3 +7,4 @@
|
||||||
fixed bangle2 colors for chrono and last lap highlight
|
fixed bangle2 colors for chrono and last lap highlight
|
||||||
added screen for bangle2 and a small README
|
added screen for bangle2 and a small README
|
||||||
0.05: Minor code improvements
|
0.05: Minor code improvements
|
||||||
|
0.06: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "devstopwatch",
|
"id": "devstopwatch",
|
||||||
"name": "Dev Stopwatch",
|
"name": "Dev Stopwatch",
|
||||||
"shortName": "Dev Stopwatch",
|
"shortName": "Dev Stopwatch",
|
||||||
"version": "0.05",
|
"version": "0.06",
|
||||||
"description": "Stopwatch with 5 laps supported (cyclically replaced)",
|
"description": "Stopwatch with 5 laps supported (cyclically replaced)",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "stopwatch,chrono,timer,chronometer",
|
"tags": "stopwatch,chrono,timer,chronometer",
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Tweaked proximity identification settings
|
0.02: Tweaked proximity identification settings
|
||||||
|
0.03: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "diract",
|
"id": "diract",
|
||||||
"name": "DirAct",
|
"name": "DirAct",
|
||||||
"shortName": "DirAct",
|
"shortName": "DirAct",
|
||||||
"version": "0.02",
|
"version": "0.03",
|
||||||
"description": "Proximity interaction detection.",
|
"description": "Proximity interaction detection.",
|
||||||
"icon": "diract.png",
|
"icon": "diract.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
0.01: Initial version
|
0.01: Initial version
|
||||||
0.02: Added BangleJS Two
|
0.02: Added BangleJS Two
|
||||||
0.03: Minor code improvements
|
0.03: Minor code improvements
|
||||||
|
0.04: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "edisonsball",
|
"id": "edisonsball",
|
||||||
"name": "Edison's Ball",
|
"name": "Edison's Ball",
|
||||||
"shortName": "Edison's Ball",
|
"shortName": "Edison's Ball",
|
||||||
"version": "0.03",
|
"version": "0.04",
|
||||||
"description": "Hypnagogia/Micro-Sleep alarm for experimental use in exploring sleep transition and combating drowsiness",
|
"description": "Hypnagogia/Micro-Sleep alarm for experimental use in exploring sleep transition and combating drowsiness",
|
||||||
"icon": "app-icon.png",
|
"icon": "app-icon.png",
|
||||||
"tags": "sleep,hyponagogia,quick,nap",
|
"tags": "sleep,hyponagogia,quick,nap",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
0.02: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "espruinoterm",
|
"id": "espruinoterm",
|
||||||
"name": "Espruino Terminal",
|
"name": "Espruino Terminal",
|
||||||
"shortName": "Espruino Term",
|
"shortName": "Espruino Term",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "Send commands to other Espruino devices via the Bluetooth UART interface, and see the result on a VT100 terminal. Customisable commands!",
|
"description": "Send commands to other Espruino devices via the Bluetooth UART interface, and see the result on a VT100 terminal. Customisable commands!",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}],
|
"screenshots": [{"url":"screenshot.png"}],
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: Move to Bangle.setUI to launcher support
|
0.02: Move to Bangle.setUI to launcher support
|
||||||
0.03: Tell clock widgets to hide.
|
0.03: Tell clock widgets to hide.
|
||||||
0.04: Minor code improvements
|
0.04: Minor code improvements
|
||||||
|
0.05: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "fclock",
|
"id": "fclock",
|
||||||
"name": "fclock",
|
"name": "fclock",
|
||||||
"shortName": "F Clock",
|
"shortName": "F Clock",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "Simple design of a digital clock",
|
"description": "Simple design of a digital clock",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
|
@ -2,4 +2,5 @@
|
||||||
1.10: Download cards data from Trello public board
|
1.10: Download cards data from Trello public board
|
||||||
1.20: Configuration instructions added and card layout optimized
|
1.20: Configuration instructions added and card layout optimized
|
||||||
1.30: Font size can be changed in Settings
|
1.30: Font size can be changed in Settings
|
||||||
1.31: Fix for fast-loading support
|
1.31: Fix for fast-loading support
|
||||||
|
1.32: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "flashcards",
|
"id": "flashcards",
|
||||||
"name": "Flash Cards",
|
"name": "Flash Cards",
|
||||||
"shortName": "Flash Cards",
|
"shortName": "Flash Cards",
|
||||||
"version": "1.31",
|
"version": "1.32",
|
||||||
"description": "Flash cards based on public Trello board",
|
"description": "Flash cards based on public Trello board",
|
||||||
"readme":"README.md",
|
"readme":"README.md",
|
||||||
"screenshots" : [ { "url":"screenshot.png" }],
|
"screenshots" : [ { "url":"screenshot.png" }],
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
0.01: New app!
|
||||||
|
0.02: Minor code improvements
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "flow",
|
"id": "flow",
|
||||||
"name": "FLOW",
|
"name": "FLOW",
|
||||||
"shortName": "FLOW",
|
"shortName": "FLOW",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "A game where you have to help a flow avoid white obstacles thing by tapping! This is a demake of an app which I forgot the name of. Press BTN(1) to restart. See if you can get to 2500 score!",
|
"description": "A game where you have to help a flow avoid white obstacles thing by tapping! This is a demake of an app which I forgot the name of. Press BTN(1) to restart. See if you can get to 2500 score!",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "game",
|
"tags": "game",
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: attempt to import
|
0.01: attempt to import
|
||||||
0.02: Make it possible for Fastload Utils to fastload into this app.
|
0.02: Make it possible for Fastload Utils to fastload into this app.
|
||||||
|
0.03: Minor code improvements
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ "id": "forge",
|
{ "id": "forge",
|
||||||
"name": "App Forge",
|
"name": "App Forge",
|
||||||
"version":"0.02",
|
"version": "0.03",
|
||||||
"description": "Easy way to run development versions of your apps",
|
"description": "Easy way to run development versions of your apps",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: RAM efficient version of `fourTwentyTz.js` (as suggested by @gfwilliams).
|
0.02: RAM efficient version of `fourTwentyTz.js` (as suggested by @gfwilliams).
|
||||||
0.03: `mkFourTwentyTz.js` now handles new timezonedb.com CSV format
|
0.03: `mkFourTwentyTz.js` now handles new timezonedb.com CSV format
|
||||||
0.04: Tell clock widgets to hide.
|
0.04: Tell clock widgets to hide.
|
||||||
|
0.05: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "ftclock",
|
"id": "ftclock",
|
||||||
"name": "Four Twenty Clock",
|
"name": "Four Twenty Clock",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "A clock that tells when and where it's going to be 4:20 next",
|
"description": "A clock that tells when and where it's going to be 4:20 next",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot1.png"}],
|
"screenshots": [{"url":"screenshot.png"}, {"url":"screenshot1.png"}],
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: New App! Very limited course support.
|
0.01: New App! Very limited course support.
|
||||||
0.02: Course search added to BangleApps page
|
0.02: Course search added to BangleApps page
|
||||||
|
0.03: Minor code improvements
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ "id": "golfview",
|
{ "id": "golfview",
|
||||||
"name": "Golf View",
|
"name": "Golf View",
|
||||||
"version":"0.02",
|
"version": "0.03",
|
||||||
"description": "This app will provide you with on course data to support your golf game!",
|
"description": "This app will provide you with on course data to support your golf game!",
|
||||||
"icon": "golfview.png",
|
"icon": "golfview.png",
|
||||||
"tags": "outdoors, gps",
|
"tags": "outdoors, gps",
|
||||||
|
|
|
@ -6,3 +6,4 @@
|
||||||
0.06: Move waypoints.json (and editor) to 'waypoints' app
|
0.06: Move waypoints.json (and editor) to 'waypoints' app
|
||||||
0.07: Add support for b2
|
0.07: Add support for b2
|
||||||
0.08: Fix not displaying of wpindex = 0, correct compass drawing and nm calculation on b2
|
0.08: Fix not displaying of wpindex = 0, correct compass drawing and nm calculation on b2
|
||||||
|
0.09: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "gpsnav",
|
"id": "gpsnav",
|
||||||
"name": "GPS Navigation",
|
"name": "GPS Navigation",
|
||||||
"version": "0.08",
|
"version": "0.09",
|
||||||
"description": "Displays GPS Course and Speed, + Directions to waypoint and waypoint recording, now with waypoint editor",
|
"description": "Displays GPS Course and Speed, + Directions to waypoint and waypoint recording, now with waypoint editor",
|
||||||
"screenshots": [{"url":"screenshot-b2.png"}],
|
"screenshots": [{"url":"screenshot-b2.png"}],
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: Added Source Code
|
0.01: Added Source Code
|
||||||
|
0.02: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "gsat",
|
"id": "gsat",
|
||||||
"name": "Geek Squad Appointment Timer",
|
"name": "Geek Squad Appointment Timer",
|
||||||
"shortName": "gsat",
|
"shortName": "gsat",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "Starts a 20 minute timer for appointments at Geek Squad.",
|
"description": "Starts a 20 minute timer for appointments at Geek Squad.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
0.01: First Release
|
0.01: First Release
|
||||||
0.02: WIP
|
0.02: WIP
|
||||||
0.03: Minor code improvements
|
0.03: Minor code improvements
|
||||||
|
0.04: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "guitarsongs",
|
{ "id": "guitarsongs",
|
||||||
"name": "Guitar Songs",
|
"name": "Guitar Songs",
|
||||||
"shortName":"Guitar Songs",
|
"shortName":"Guitar Songs",
|
||||||
"version": "0.03",
|
"version": "0.04",
|
||||||
"description": "Songs lyrics and guitar chords",
|
"description": "Songs lyrics and guitar chords",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"screenshots": [{"url": "screenshot.png"}],
|
"screenshots": [{"url": "screenshot.png"}],
|
||||||
|
|
|
@ -7,4 +7,5 @@
|
||||||
0.07: Update clock_info to avoid a redraw
|
0.07: Update clock_info to avoid a redraw
|
||||||
0.08: Allow swiping to switch triggers
|
0.08: Allow swiping to switch triggers
|
||||||
0.09: Improve web interface, arrows in UI
|
0.09: Improve web interface, arrows in UI
|
||||||
0.10: Issue newline before GB commands (solves issue with console.log and ignored commands)
|
0.10: Issue newline before GB commands (solves issue with console.log and ignored commands)
|
||||||
|
0.11: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "ha",
|
"id": "ha",
|
||||||
"name": "Home Assistant",
|
"name": "Home Assistant",
|
||||||
"version": "0.10",
|
"version": "0.11",
|
||||||
"description": "Integrates your Bangle.js into Home Assistant using Android Integration/Gadgetbridge",
|
"description": "Integrates your Bangle.js into Home Assistant using Android Integration/Gadgetbridge",
|
||||||
"icon": "ha.png",
|
"icon": "ha.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
0.02: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "hamloc",
|
"id": "hamloc",
|
||||||
"name": "QTH Locator / Maidenhead Locator System",
|
"name": "QTH Locator / Maidenhead Locator System",
|
||||||
"shortName": "QTH Locator",
|
"shortName": "QTH Locator",
|
||||||
"version": "0.01",
|
"version": "0.02",
|
||||||
"description": "Convert your current GPS location to the Maidenhead locator system used by HAM amateur radio operators",
|
"description": "Convert your current GPS location to the Maidenhead locator system used by HAM amateur radio operators",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,outdoors,gps",
|
"tags": "tool,outdoors,gps",
|
||||||
|
|
|
@ -3,3 +3,4 @@
|
||||||
0.03: Fix hour/minute wrapping code for new menu system
|
0.03: Fix hour/minute wrapping code for new menu system
|
||||||
0.04: Use default Bangle formatter for booleans
|
0.04: Use default Bangle formatter for booleans
|
||||||
0.05: Support BangleJS 2
|
0.05: Support BangleJS 2
|
||||||
|
0.06: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "hardalarm",
|
"id": "hardalarm",
|
||||||
"name": "Hard Alarm",
|
"name": "Hard Alarm",
|
||||||
"shortName": "HardAlarm",
|
"shortName": "HardAlarm",
|
||||||
"version": "0.05",
|
"version": "0.06",
|
||||||
"description": "Make sure you wake up! Count to the right number to turn off the alarm",
|
"description": "Make sure you wake up! Count to the right number to turn off the alarm",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,alarm,widget",
|
"tags": "tool,alarm,widget",
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
0.04: Use `messages` library to check for new messages
|
0.04: Use `messages` library to check for new messages
|
||||||
0.05: Use `messages` library to open message GUI
|
0.05: Use `messages` library to open message GUI
|
||||||
0.06: Minor code improvements
|
0.06: Minor code improvements
|
||||||
|
0.07: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "hcclock",
|
"id": "hcclock",
|
||||||
"name": "Hi-Contrast Clock",
|
"name": "Hi-Contrast Clock",
|
||||||
"version": "0.06",
|
"version": "0.07",
|
||||||
"description": "Hi-Contrast Clock : A simple yet very bold clock that aims to be readable in high luninosity environments. Uses big 10x5 pixel digits. Use BTN 1 to switch background and foreground colors.",
|
"description": "Hi-Contrast Clock : A simple yet very bold clock that aims to be readable in high luninosity environments. Uses big 10x5 pixel digits. Use BTN 1 to switch background and foreground colors.",
|
||||||
"icon": "hcclock-icon.png",
|
"icon": "hcclock-icon.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
|
@ -14,3 +14,4 @@
|
||||||
0.06: Tag HRM power requests to allow this ot work alongside other widgets/apps (fix #799)
|
0.06: Tag HRM power requests to allow this ot work alongside other widgets/apps (fix #799)
|
||||||
0.07: Theme support
|
0.07: Theme support
|
||||||
0.08: Use default Bangle formatter for booleans
|
0.08: Use default Bangle formatter for booleans
|
||||||
|
0.09: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "heart",
|
"id": "heart",
|
||||||
"name": "Heart Rate Recorder",
|
"name": "Heart Rate Recorder",
|
||||||
"shortName": "HRM Record",
|
"shortName": "HRM Record",
|
||||||
"version": "0.08",
|
"version": "0.09",
|
||||||
"description": "Application that allows you to record your heart rate. Can run in background",
|
"description": "Application that allows you to record your heart rate. Can run in background",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,health,widget",
|
"tags": "tool,health,widget",
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: Core functionnality
|
0.01: Core functionnality
|
||||||
0.02: Offer to enable HID if disabled. Handle with/without media keys
|
0.02: Offer to enable HID if disabled. Handle with/without media keys
|
||||||
|
0.03: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "hidbkbd",
|
"id": "hidbkbd",
|
||||||
"name": "Binary Bluetooth Keyboard",
|
"name": "Binary Bluetooth Keyboard",
|
||||||
"shortName": "Binary BT Kbd",
|
"shortName": "Binary BT Kbd",
|
||||||
"version": "0.02",
|
"version": "0.03",
|
||||||
"description": "Enable HID in settings, pair with your phone/PC, then type messages using the onscreen keyboard by tapping repeatedly on the key you want",
|
"description": "Enable HID in settings, pair with your phone/PC, then type messages using the onscreen keyboard by tapping repeatedly on the key you want",
|
||||||
"icon": "hid-binary-keyboard.png",
|
"icon": "hid-binary-keyboard.png",
|
||||||
"tags": "bluetooth",
|
"tags": "bluetooth",
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
...
|
...
|
||||||
0.10: First update with ChangeLog Added
|
0.10: First update with ChangeLog Added
|
||||||
0.11: Minor code improvements
|
0.11: Minor code improvements
|
||||||
|
0.12: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{ "id": "homework",
|
{ "id": "homework",
|
||||||
"name": "Homework",
|
"name": "Homework",
|
||||||
"shortName":"Homework",
|
"shortName":"Homework",
|
||||||
"version": "0.11",
|
"version": "0.12",
|
||||||
"description": "A simple app to manage homework",
|
"description": "A simple app to manage homework",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool",
|
"tags": "tool",
|
||||||
|
|
|
@ -20,3 +20,4 @@
|
||||||
0.33: Tidy up and fix clearInterval(undefined) errors
|
0.33: Tidy up and fix clearInterval(undefined) errors
|
||||||
0.34: Fix 'fast load' so clock doesn't always redraw when screen unlocked/locked
|
0.34: Fix 'fast load' so clock doesn't always redraw when screen unlocked/locked
|
||||||
0.35: Minor code improvements
|
0.35: Minor code improvements
|
||||||
|
0.36: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"id": "hworldclock",
|
"id": "hworldclock",
|
||||||
"name": "Hanks World Clock",
|
"name": "Hanks World Clock",
|
||||||
"shortName": "Hanks World Clock",
|
"shortName": "Hanks World Clock",
|
||||||
"version": "0.35",
|
"version": "0.36",
|
||||||
"description": "Current time zone plus up to three others",
|
"description": "Current time zone plus up to three others",
|
||||||
"allow_emulator":true,
|
"allow_emulator":true,
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
0.01: New library
|
0.01: New library
|
||||||
0.02: Minor code improvements
|
0.02: Minor code improvements
|
||||||
|
0.03: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "icons",
|
"id": "icons",
|
||||||
"name": "Icons",
|
"name": "Icons",
|
||||||
"version": "0.02",
|
"version": "0.03",
|
||||||
"description": "Library containing useful icons for apps",
|
"description": "Library containing useful icons for apps",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -10,4 +10,5 @@
|
||||||
The clock face is redrawn less often, hoping to save some battery
|
The clock face is redrawn less often, hoping to save some battery
|
||||||
Option to show the seconds when unlocked, even when otherwise hidden by other settings
|
Option to show the seconds when unlocked, even when otherwise hidden by other settings
|
||||||
Broke out config loading into separate file to avoid duplicating a whole bunch of code
|
Broke out config loading into separate file to avoid duplicating a whole bunch of code
|
||||||
Added support for fast loading
|
Added support for fast loading
|
||||||
|
0.10: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "infoclk",
|
"id": "infoclk",
|
||||||
"name": "Informational clock",
|
"name": "Informational clock",
|
||||||
"version": "0.09",
|
"version": "0.10",
|
||||||
"description": "A configurable clock with extra info and shortcuts when unlocked, but large time when locked",
|
"description": "A configurable clock with extra info and shortcuts when unlocked, but large time when locked",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
|
0.02: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ "id": "kineticscroll",
|
{ "id": "kineticscroll",
|
||||||
"name": "Kinetic Scroll",
|
"name": "Kinetic Scroll",
|
||||||
"shortName":"Kinetic Scroll",
|
"shortName":"Kinetic Scroll",
|
||||||
"version":"0.01",
|
"version": "0.02",
|
||||||
"description": "Replacement for the system scroller with kinetic scrolling.",
|
"description": "Replacement for the system scroller with kinetic scrolling.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "bootloader",
|
"type": "bootloader",
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
0.01: Created my first BangleJS app!
|
0.01: Created my first BangleJS app!
|
||||||
|
0.02: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "MacWatch",
|
"name": "MacWatch",
|
||||||
"shortName":"MacWatch",
|
"shortName":"MacWatch",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version":"0.01",
|
"version": "0.02",
|
||||||
"description": "Simple clock with classic Mac font",
|
"description": "Simple clock with classic Mac font",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
0.04: Changed clock to use 12/24 hour format based on locale
|
0.04: Changed clock to use 12/24 hour format based on locale
|
||||||
0.05: Tell clock widgets to hide.
|
0.05: Tell clock widgets to hide.
|
||||||
0.06: Widgets can now be made visible by swiping down (#2196)
|
0.06: Widgets can now be made visible by swiping down (#2196)
|
||||||
|
0.07: Minor code improvements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "MacWatch2",
|
"name": "MacWatch2",
|
||||||
"shortName":"MacWatch2",
|
"shortName":"MacWatch2",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"version":"0.06",
|
"version": "0.07",
|
||||||
"description": "Classic Mac Finder clock",
|
"description": "Classic Mac Finder clock",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
|
|
|
@ -6,3 +6,4 @@
|
||||||
0.05: Add message icon for 'jira'
|
0.05: Add message icon for 'jira'
|
||||||
0.06: Add message icon for 'molly' and 'threema libre'
|
0.06: Add message icon for 'molly' and 'threema libre'
|
||||||
0.07: Minor code improvements
|
0.07: Minor code improvements
|
||||||
|
0.08: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "messageicons",
|
"id": "messageicons",
|
||||||
"name": "Message Icons",
|
"name": "Message Icons",
|
||||||
"version": "0.07",
|
"version": "0.08",
|
||||||
"description": "Library containing a list of icons and colors for apps",
|
"description": "Library containing a list of icons and colors for apps",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
0.02: Redraw only when seconds change
|
0.02: Redraw only when seconds change
|
||||||
0.03: Fix typo in redraw check
|
0.03: Fix typo in redraw check
|
||||||
0.04: Register as clock and implement fast loading
|
0.04: Register as clock and implement fast loading
|
||||||
|
0.05: Minor code improvements
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "miclock2",
|
"id": "miclock2",
|
||||||
"name": "Mixed Clock 2",
|
"name": "Mixed Clock 2",
|
||||||
"version": "0.04",
|
"version": "0.05",
|
||||||
"description": "White color variant of the Mixed Clock with thicker clock hands for better readability in the bright sunlight, extra space under the clock for widgets and seconds in the digital clock.",
|
"description": "White color variant of the Mixed Clock with thicker clock hands for better readability in the bright sunlight, extra space under the clock for widgets and seconds in the digital clock.",
|
||||||
"icon": "clock-mixed.png",
|
"icon": "clock-mixed.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue