Commit Graph

16372 Commits (3df2f223aa6f720692f0f083fc80c0dfddeae777)

Author SHA1 Message Date
stweedo a3b9cf2ead Check config exists, else default to 'boxclk.json' 2023-06-17 14:51:09 -05:00
stweedo 7b4d9d0e08 Add double tap to save info to README 2023-06-17 14:04:04 -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 970a68c6a7 Removed some redundancy, better formatting 2023-06-17 02:20:48 -05:00
stweedo 4c897f4bea Update screenshot 2023-06-17 00:57:08 -05:00
stweedo a87e867681 Add double tap to save positions 2023-06-17 00:54:40 -05:00
stweedo e94fc4368a Add double tap to save positions 2023-06-17 00:53:48 -05:00
stweedo e3cab1d4e6 Formatting 2023-06-16 23:34:50 -05:00
stweedo bc7451cbea Merge branch 'boxclk' of https://github.com/stweedo/BangleApps into boxclk 2023-06-16 20:14:29 -05:00
stweedo 9c27ec1694 Update app for new menu, change screenshot 2023-06-16 20:14:27 -05:00
stweedo c3b07613e2
Update metadata.json - Removed space 2023-06-16 19:16:20 -05:00
stweedo 51e1f9e7da Add menu for multiple configs, update README 2023-06-16 19:04:20 -05:00
stweedo b0ffa73a01 Increased contrast of bg 2023-06-16 14:25:23 -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 a15c69f068 Remove extra comma 2023-06-16 09:26:14 -05:00
stweedo c734ef8347 Wrap program in IIFE so variables don't leak 2023-06-16 09:24:11 -05:00
stweedo 0a4e01fd2c Rename img to show app, adjust border pos on batt 2023-06-16 08:55:44 -05:00
stweedo 6519ef4301 Rename img to show app name, move json to data 2023-06-16 08:52:48 -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 96c6446b55 Update starting positions 2023-06-15 23:37:00 -05:00
stweedo 654e8f9e2b Fixed launcher bug 2023-06-15 23:24:37 -05:00
stweedo 54d45fcabb Update readme 2023-06-15 22:55:13 -05:00
stweedo f6afee8f90 Merge branch 'boxclk' of https://github.com/stweedo/BangleApps into boxclk 2023-06-15 22:05:49 -05:00
stweedo fb5cd4f152 change screenshot 2023-06-15 22:05:24 -05:00
stweedo 7acdf5e7db
Update metadata.json 2023-06-15 21:57:36 -05:00
stweedo b72ad55791
Create README.md 2023-06-15 21:57:04 -05:00
stweedo 2a86dea55d name change 2023-06-15 21:17:11 -05:00
stweedo 4575649194 name change 2023-06-15 21:13:48 -05:00
stweedo 9001d4b3e9 [boxclk] - initial release candidate 2023-06-15 21:11:39 -05:00
Gordon Williams 7fd240ec70
Merge pull request #2826 from trufae/batchart
Port the batchart app to banglejs2
2023-06-15 08:57:34 +01:00
Gordon Williams fc92e407d6
Merge pull request #2825 from kevdliu/folder-launcher-vib-setting
[folderlaunch] Add setting to disable vibration
2023-06-15 08:54:57 +01:00
kevdliu ffe6a65134 address comments 2023-06-14 19:17:57 -04:00
pancake 5463ba1b9e Port the batchart app to banglejs2 2023-06-15 00:46:59 +02:00
kevdliu e1330880f2 add setting to disable vibration 2023-06-14 15:44:27 -04:00
Rob Pilling 69df7b35e5 clkinfostopw: remove unused setting code 2023-06-14 20:41:38 +01:00
Gordon Williams c004336e3e
Merge pull request #2823 from philipandresen/wrkmem
Revert "remove workaround fixed by a0e2d92"
2023-06-14 15:25:57 +01:00
Philip Andresen 517ee99a7e Increment version number to allow revert prop 2023-06-14 09:46:33 -04:00
Philip Andresen 7d16971062 Revert "remove workaround fixed by a0e2d92"
This reverts commit f947105677.
I didn't realize this wouldn't be fixed until
2v19 was available, which isn't quite yet! Adding
the workaround back in until 2v19 is out.
2023-06-14 09:41:20 -04:00
Gordon Williams 4ebe589aa1
Merge pull request #2820 from philipandresen/kbmatry_1_07
kbmatry1.07 Fix glitchy widget showthrough
2023-06-14 08:39:46 +01:00
Gordon Williams bfe9d5de91
Merge pull request #2818 from philipandresen/wrkmem
[wrkmem] A working memory prosthesis
2023-06-14 08:30:47 +01:00
Gordon Williams 540eae1ddd
Merge pull request #2821 from bobrippling/popcon-fixes
Catch additional errors from readJSON (via typescript)
2023-06-14 08:15:33 +01:00
Philip Andresen f947105677 remove workaround fixed by a0e2d92 2023-06-13 18:26:28 -04:00
Rob Pilling fd27ebea52 popcon: version bump 2023-06-13 23:25:47 +01:00
Rob Pilling e7bc7321de folderlaunch: version bump 2023-06-13 23:25:30 +01:00