Compare commits

..

18 Commits

Author SHA1 Message Date
Tanner 4c506c7913 Make weather or temp data grey if it's old 2026-06-13 11:24:21 -06:00
tanner 8275abdb57 Swap stop watch positions 2026-03-12 12:58:52 -06:00
tanner 1c433fc56b Display both feels like and outdoor temperatures 2026-03-12 12:52:51 -06:00
tanner 14bda5c29f Use clearInterval to clear the stopwatch interval 2026-03-10 16:58:57 -06:00
tanner ea58f2101f Increase buzz duration 2026-03-10 16:54:44 -06:00
tanner 07bb582ddd feat: Initialize buzz state for stopwatches
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-03-10 16:22:44 -06:00
tanner 6d965dd016 feat: Add timed buzzing alerts to stopwatches
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-03-10 16:22:18 -06:00
tanner 04511d029c Disable submenu logging 2026-03-09 14:15:18 -06:00
tanner d2d89b361e fix: Load default stopwatch data if file is missing
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-03-09 14:12:12 -06:00
tanner 0b4d8d84c4 refactor: Improve stopwatch management and display 2026-03-09 14:12:06 -06:00
tanner dc44ac9910 fix: Ensure stopwatches display when paused and on app load
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-03-09 13:40:19 -06:00
tanner f96bddf0ba feat: Implement pause and stop functions for stopwatches
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
2026-03-09 13:29:58 -06:00
tanner dda3130c56 Begin writing stop watch 2026-03-09 13:26:41 -06:00
tanner 9091d7a783 Remove old grid code 2026-03-09 12:02:39 -06:00
tanner 4a4be26977 Remove Anton font, unindent 1 level 2026-03-09 11:55:37 -06:00
tanner b4c6f1b0c8 Add UTC time to watch face 2026-02-25 19:44:58 -07:00
tanner 0f343e753f Dont cancel message timeout 2024-09-10 15:42:51 -06:00
tanner 6bd1f2f05b Add pull menu command, token auth to bangle requests 2024-09-09 13:59:01 -06:00
3 changed files with 406 additions and 320 deletions
+1
View File
@@ -0,0 +1 @@
.aider*
+403 -318
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -239,7 +239,7 @@ function showMusicMessage(msg) {
}
function showMessageScroller(msg) {
cancelReloadTimeout();
//cancelReloadTimeout(); // commented out because this is the new message display and we want it to disappear
active = "scroller";
var bodyFont = fontLarge;
g.setFont(bodyFont);
@@ -248,7 +248,7 @@ function showMessageScroller(msg) {
lines = [lines[0]];
var titleCnt = lines.length;
//if (titleCnt) lines.push(""); // add blank line after title
lines = lines.concat(g.wrapString(msg.body, g.getWidth()-10)) //,["",/*LANG*/"< Back"]);
lines = lines.concat(g.wrapString(msg.body, g.getWidth()-10)); //,["",/*LANG*/"< Back"]);
E.showScroller({
h : g.getFontHeight(), // height of each menu item in pixels
c : lines.length, // number of menu items