1
0
Fork 0
Commit Graph

13873 Commits (ca018daec7bb76d9209eca9a6a5d17bf74dfd540)

Author SHA1 Message Date
MissionMake ca018daec7
Update ChangeLog 2022-12-31 20:33:09 -08:00
MissionMake 3fa2bcf8f1
adding game tag 2022-12-31 20:28:36 -08:00
MissionMake bc04b5b1f9
fix json syntax 2022-12-31 20:25:03 -08:00
MissionMake a7f5e8337d
Adding Banglejs 2 to supports 2022-12-31 20:23:53 -08:00
MissionMake 1ac44b2d1d
fix json syntax 2022-12-31 20:20:13 -08:00
MissionMake 526bfad4c1
Updating to add screenshots 2022-12-31 20:13:11 -08:00
MissionMake 69fc1a1e11
Uploading Screenshot images 2022-12-31 20:11:28 -08:00
MissionMake b8caa4def9
Update ChangeLog 2022-12-31 20:07:10 -08:00
MissionMake b490efd535
Create ChangeLog 2022-12-31 19:57:16 -08:00
MissionMake 28b99810c6
Changed back to white
attempting to troubleshoot the icon to show up in the app menu
2022-12-31 19:40:49 -08:00
MissionMake 181b6a153d
Continued troubleshooting draw colors
removed set color to white and changed the icons to white on transparent
2022-12-31 19:36:05 -08:00
MissionMake ffade319ab
Updating all draw colors to white 2022-12-31 19:26:49 -08:00
MissionMake 91848d8475
Replacing with black icon 2022-12-31 19:10:24 -08:00
MissionMake 26fd1302c1
Replaced White icon with Black 2022-12-31 19:05:21 -08:00
MissionMake ffdda8e7d5
Delete app.png 2022-12-31 19:04:54 -08:00
MissionMake 50c302fdea
Adding images as text 2022-12-31 19:00:01 -08:00
MissionMake b81a4f59de
Update metadata.json 2022-12-31 18:30:06 -08:00
MissionMake acae5d2a30
Add files via upload 2022-12-31 18:27:00 -08:00
MissionMake 37ea895a7f
Create metadata.json 2022-12-31 18:23:55 -08:00
MissionMake c58476ebe3
Create app-icon.js 2022-12-31 18:19:14 -08:00
MissionMake c93bc83bde
Create app.js 2022-12-31 18:13:48 -08:00
Gordon Williams 1f1b8a20d5 Merge branch 'master' of github.com:espruino/BangleApps 2022-12-19 12:23:42 +00:00
Gordon Williams c47bc078ac stability 2022-12-19 12:23:31 +00:00
Gordon Williams 93a4fc248c
Merge pull request #2415 from halemmerich/choozi
Choozi - Recombine app files and some improvements
2022-12-19 12:15:41 +00:00
Gordon Williams 70de58ce24 Allocate the font bitmap in RAM at startup - saves ~200ms on each redraw 2022-12-19 12:14:52 +00:00
Gordon Williams 67e91e6873 0.08: Stability improvements - ensure we continue even if a flat string can't be allocated
Stop ClockInfo text drawing outside the allocated area
Fix https://github.com/espruino/BangleApps/issues/2394
2022-12-19 12:09:30 +00:00
Martin Boonk 36557e4f5e choozi - Rename drawArc to fillArc 2022-12-19 13:01:28 +01:00
Martin Boonk bc20ce3f5b choozi - Correct README file 2022-12-19 12:53:01 +01:00
Martin Boonk d8543f4d41 choozi - Fix library not working standalone 2022-12-19 12:52:33 +01:00
Gordon Williams 39418b43dd 0.08: Don't completely remove the lock widget when screen unlocked (use 1px) to ensure appRect/drawWidgets still thinks there are widgets (fix #2409, #2413) 2022-12-19 10:27:04 +00:00
Gordon Williams 5b6eed5f9c 0.04: Now shows message icons again (#2416) 2022-12-19 10:17:08 +00:00
Gordon Williams ed4bb988af
Merge pull request #2408 from dashavoo/mitherm
Add Xiaomi Mijia temperature sensor display
2022-12-19 09:26:21 +00:00
Gordon Williams 0addc3e1d3
Merge pull request #2411 from TheLastProject/patch-1
Update changelog link to https
2022-12-19 09:23:56 +00:00
Gordon Williams 285b03dbb9 Ensure that widgets_utils swipeOn falls back on Bangle.js 1 - fix #2414 2022-12-19 09:18:45 +00:00
Gordon Williams 9a6d85a22c
Merge pull request #2410 from rnist/hworldclock-single-offset-small
[Hank's World Clock] Setting for single extra timezone small
2022-12-19 09:13:05 +00:00
Martin Boonk 68523875a8 choozi - Bump version 2022-12-18 22:37:03 +01:00
Martin Boonk 9c2c0618f6 choozi - Fix selection animation on B2 2022-12-18 22:08:07 +01:00
Martin Boonk c0be24a552 choozi - New icons 2022-12-18 22:08:07 +01:00
Martin Boonk 6204206df3 choozi - Only write if actually changed 2022-12-18 22:08:07 +01:00
Martin Boonk 6539dc48b1 choozi - Save into normal file instead of storage file 2022-12-18 22:08:07 +01:00
Martin Boonk f467227d8d choozi - Extract drawing of arcs into lib for others to use 2022-12-18 22:08:07 +01:00
Martin Boonk f8d241bac4 choozi - Prefer undithered colors only on B2 2022-12-18 22:08:07 +01:00
Martin Boonk 7da2e3857e choozi - Update screenshots 2022-12-18 22:08:07 +01:00
Martin Boonk f01a673eff choozi - Fix direction of UI 2022-12-18 22:08:07 +01:00
Martin Boonk 5307fc83c7 choozi - Bigger segments to make distiguishing dithered colors easier 2022-12-18 22:08:07 +01:00
Martin Boonk 4c16e31631 choozi - Better colors 2022-12-18 22:08:07 +01:00
Martin Boonk 7c8d941e69 choozi - Recombine code for B1/B2 and use setUI 2022-12-18 15:46:22 +01:00
Martin Boonk bca6722a1b choozi - Better colors for B2 and prefer solid colors 2022-12-18 15:46:22 +01:00
Martin Boonk b128d512a4 choozi - Do not keep backlight on 2022-12-18 15:46:22 +01:00
Martin Boonk 3e32c00192 choozi - Work indepent of the theme 2022-12-18 15:46:22 +01:00