Commit Graph

51 Commits (595e4a71ea73f475b5e07dc70c808a3de8bf1eaf)

Author SHA1 Message Date
stweedo 624cf0f510
Revised suffix formatting in getDate function 2024-09-11 23:38:00 -05:00
stweedo 42dd3b94f4
Changed event handlers from an object to individual functions 2024-09-07 11:08:41 -05:00
stweedo 4bf23b4fbb Revise event handlers 2024-09-07 02:37:03 -05:00
stweedo 69d12f3114
Remove boxKeys declaration 2024-09-06 08:32:21 -05:00
stweedo 5f6fd9247d
Simplified code by removing boxKeys array 2024-09-06 08:21:00 -05:00
stweedo 48e02ba13f
Move check for cachedSize into calcBoxSize 2024-09-06 01:22:58 -05:00
stweedo 16a5650c41
Remove redundant code 2024-09-06 00:13:44 -05:00
stweedo 078e11173c
Update to V0.08 2024-09-05 23:42:39 -05:00
stweedo 53b72754ff
Update comments 2024-09-03 00:27:51 -05:00
stweedo 3cc5c3f31d
Restore custom background function, fix clockbg usage, restore img linked in readme 2024-09-03 00:20:29 -05:00
Rob Pilling 2c4e52d720 Apply background/clockbg 2024-08-05 19:59:57 +01:00
Rob Pilling 438c3b83c8 Revert dropped code 2024-08-05 19:59:44 +01:00
Rob Pilling 8de9870850 Revert changes from IDE 2024-08-05 19:59:24 +01:00
only-meeps ccee0c647d
Update app.js 2024-08-02 14:27:01 -07:00
only-meeps df89c22a00
Update app.js 2024-08-02 14:14:39 -07:00
only-meeps f5b91c1bdd
Update app.js 2024-07-13 04:59:48 -07:00
only-meeps d6503cfdd8
Update app.js 2024-07-13 04:51:49 -07:00
only-meeps d789d37de5
Update app.js 2024-07-13 04:41:09 -07:00
only-meeps 47854f6950
Update app.js
added clockbackground app functionality
2024-07-09 14:09:44 -07:00
stweedo 2c9ec746b6 Use Bangle.getHealthStatus("day").steps) instead 2023-06-27 08:34:42 -05:00
stweedo b52220a070 Only use drag handler if any box isDragging 2023-06-25 04:16:17 -05:00
stweedo e5e6b22810 Revert "Add new custom font library module"
This reverts commit 4922e135e3.
2023-06-22 01:47:02 -05:00
stweedo 83981d4a6c Revert "Update name"
This reverts commit a11792e31d.
2023-06-22 01:45:38 -05:00
stweedo a11792e31d Update name 2023-06-22 00:40:57 -05:00
stweedo 4922e135e3 Add new custom font library module 2023-06-22 00:36:02 -05:00
stweedo ecb2013ac4 Show month short or long using "shortMonth" 2023-06-21 12:50:44 -05:00
stweedo 1e25c97a45 Fix day of month suffix option 2023-06-20 01:50:35 -05:00
stweedo 37f3e10008 Fix merge conflicts 2023-06-20 01:28:41 -05:00
stweedo 6139af0efc Merge branch 'master' of https://github.com/stweedo/BangleApps 2023-06-20 01:20:20 -05:00
stweedo a0877336f8 New options - meridian, short/long, prefix/suffix 2023-06-20 01:11:13 -05:00
stweedo 3ad2c2dd0c Change drag threshold to > 1 2023-06-18 19:45:00 -05:00
stweedo c294a974e0 Fix bug if using theme colors w/ modded g.setColor 2023-06-18 19:11:48 -05:00
stweedo cac07237d4 Can now set and match theme colors from config 2023-06-18 17:49:41 -05:00
stweedo a23a24c67a Reduce timeout to prevent accidental saves 2023-06-17 17:00:52 -05:00
stweedo a862fdd567 Made require widget_utils a variable 2023-06-17 15:58:00 -05:00
stweedo a3b9cf2ead Check config exists, else default to 'boxclk.json' 2023-06-17 14:51:09 -05:00
stweedo 28431c1b51 Load box keys only once per app load, not per draw 2023-06-17 13:46:06 -05:00
stweedo dd10287fe7 Better looking comments 2023-06-17 13:39:56 -05:00
stweedo ecbc70cf88 Add threshhold to distinguish touch and drag 2023-06-17 13:21:16 -05:00
stweedo a87e867681 Add double tap to save positions 2023-06-17 00:54:40 -05:00
stweedo e3cab1d4e6 Formatting 2023-06-16 23:34:50 -05:00
stweedo 9c27ec1694 Update app for new menu, change screenshot 2023-06-16 20:14:27 -05:00
stweedo 47451511b5 Change order, add more comments for setUI 2023-06-16 12:57:58 -05:00
stweedo 6fe81e3279 Hid widgets when dragging and reenable when done 2023-06-16 11:43:44 -05:00
stweedo 0d9805d4ed Switch from function declarations to expressions 2023-06-16 11:00:11 -05:00
stweedo 004e5ae376 Added comments and reorgranized 2023-06-16 09:56:25 -05:00
stweedo c734ef8347 Wrap program in IIFE so variables don't leak 2023-06-16 09:24:11 -05:00
stweedo d44c537c66 changed function name 2023-06-16 01:47:04 -05:00
stweedo 7496c97ae2 Made custom font a function, touch/drag global 2023-06-16 00:50:42 -05:00
stweedo 654e8f9e2b Fixed launcher bug 2023-06-15 23:24:37 -05:00