Commit Graph

4166 Commits (f5adb2a03205a97292c161b079921ecee7d2d495)

Author SHA1 Message Date
adrian w kirk f5adb2a032 Matrix clock: taken out unneeded callbacks 2021-09-27 22:18:28 +01:00
awkirk71 292bf52fa0
Merge branch 'espruino:master' into master 2021-09-27 22:10:49 +01:00
adrian w kirk b745553a79 Matrix clock: making speed of shards more constant by making the shards display themselves even when off screen 2021-09-27 21:20:45 +01:00
Gordon Williams 28bd9e8354 Swap icons! 2021-09-27 18:13:53 +01:00
Gordon Williams 8a662407d4
Merge pull request #824 from nebbishhacker/layout
Lazy Layout: don't assume bg starts out cleared
2021-09-27 17:09:21 +01:00
Ben Whittaker be5539d948 Lazy Layout: don't assume bg is already cleared 2021-09-27 11:00:22 -04:00
Gordon Williams 688a77efa2 Merge branch 'master' of github.com:espruino/BangleApps 2021-09-27 15:29:00 +01:00
Gordon Williams 107ddab9f2 oops - tag as clocks 2021-09-27 15:28:52 +01:00
Gordon Williams adb997a396
Merge pull request #822 from nxdefiant/master
CSC sensor app
2021-09-27 09:37:31 +01:00
adrian w kirk 8f5e58e2bc Matrix clock: Optimized the character generation and management 2021-09-27 00:50:03 +01:00
adrian w kirk 5ed1ce1c96 Matrix Clock: added matrix icon 2021-09-27 00:07:13 +01:00
Gordon Williams f3fd0f256a
Merge pull request #821 from nebbishhacker/layout
Layout fixes
2021-09-25 14:35:45 +01:00
Erik Andresen feb9ce8ee5 CSC sensor app
cadence time ist 1/1024s
2021-09-25 12:45:42 +02:00
Ben Whittaker 221c3acc94 Layout: make `pad` behave more consistently
Fixes the second test case in #819
2021-09-24 17:43:56 -04:00
adrian w kirk 9b7bd7c156 Matrix Clock - First version 2021-09-24 15:30:26 +01:00
awkirk71 72b9722666
Merge pull request #3 from espruino/master
Sync with espruino master
2021-09-24 13:00:36 +01:00
Gordon Williams 71471d3779 quick kickstarter mention 2021-09-24 09:03:02 +01:00
Ben Whittaker 807ac743fc Layout: only set fillxy/y if null
Fixes #820
2021-09-23 22:32:06 -04:00
Gordon Williams 16fe84704b add test for accellog 2021-09-23 13:02:24 +01:00
Gordon Williams 0109a8114b Ensure padding works correctly (fix #819), also add Layout test harness basics 2021-09-23 12:47:12 +01:00
Gordon Williams 3b8c365b0f Update calculator - now shows currently active operation 2021-09-23 11:43:38 +01:00
Gordon Williams 0da2a699e5 Add clocks used for KickStarter campaign: https://www.kickstarter.com/projects/gfw/banglejs-2-the-open-smart-watch 2021-09-23 11:42:58 +01:00
Erik Andresen 891a32bf44 New CSC sensor app
add support for cadence sensor
2021-09-23 08:27:19 +02:00
Gordon Williams 3b15a7f922 Notifications - fullscreen now works with Bangle.js 2, and better supports themes 2021-09-21 10:50:04 +01:00
Gordon Williams aaea30f303 update for new layout 2021-09-21 10:34:42 +01:00
Gordon Williams 47bf4edd8e Fix 'removing undefined' message
Automatically install dependencies correctly https://github.com/espruino/BangleApps/issues/792 - previously it'd fail to then install the original app the first time
2021-09-21 10:34:32 +01:00
Gordon Williams 2fd4d4ded1 widpedom 0.19: Allow goal in large font mode
Stop goal drawing outside widget area
      Fix issue with widget overwrite in large font mode
      Memory usage enhancements
2021-09-21 10:17:38 +01:00
Gordon Williams 7631587e43 Merge branch 'master' of github.com:espruino/BangleApps 2021-09-21 09:23:22 +01:00
Gordon Williams 456343f7e6
Merge pull request #816 from hughbarney/master
fix alarm widget for bangle 2, fix widpedom width when displaying large text
2021-09-21 09:23:16 +01:00
Gordon Williams 55589044b3
Merge pull request #817 from nebbishhacker/weatherrefactor
Weather: refactoring and reduced ram usage
2021-09-21 09:15:04 +01:00
Gordon Williams ca35cd9ee7 new tools that solves pretokenise + unminified library include 2021-09-21 09:03:41 +01:00
Ben Whittaker 5925628cf6 Weather: refactoring and reduced ram usage
These changes reduce the memory usage of the ram widget by up to 70
JSVars, depending on the weather.
2021-09-20 16:44:41 -04:00
hughbarney e30550a49a Merge remote-tracking branch 'upstream/master' 2021-09-20 12:21:02 +01:00
hughbarney 88f8138ecf fix alarm widget for b2, set widget size for widpedom with large text 2021-09-20 12:20:50 +01:00
Gordon Williams 50ec8d970e
Merge pull request #798 from rigrig/layout-img-object
Layout: add support for "img" with object or ArrayBuffer Graphics object
2021-09-20 10:14:16 +01:00
Gordon Williams bc2ed2f495
Merge branch 'master' into layout-img-object 2021-09-20 10:14:10 +01:00
Gordon Williams 2a1b1915a6
Merge pull request #814 from nebbishhacker/weathertheme
Weather: Add theme support and unknown icon
2021-09-20 10:12:10 +01:00
Gordon Williams e9c67bcc72
Merge pull request #813 from hughbarney/master
Fixed widbatpc for Bangle 2
2021-09-20 10:11:30 +01:00
Gordon Williams 876ae9de4b
Merge pull request #815 from nebbishhacker/shortcuts
Remove errant log statement
2021-09-20 09:00:43 +01:00
Ben Whittaker 363e0301fa Remove errant log statement 2021-09-19 19:21:16 -04:00
Ben Whittaker 6b1233e630 Add checks for mist-related weather conditions 2021-09-19 14:37:19 -04:00
Ben Whittaker 2f3c996396 Add theme support and unknown icon 2021-09-18 14:02:59 -04:00
hughbarney c0c61ccc15 Merge remote-tracking branch 'upstream/master' 2021-09-18 16:04:11 +01:00
hughbarney 4d55673f78 Added README and screenshot for widbatpc 2021-09-18 16:03:44 +01:00
hughbarney b7a101dca3 Updated version, added README for widbatpc 2021-09-18 16:03:00 +01:00
hughbarney d66ece6a21 fixed widbatpc for bangle 2 2021-09-18 15:59:58 +01:00
Gordon Williams cc2e1bbd5f Merge branch 'master' of github.com:espruino/BangleApps 2021-09-17 19:38:22 +01:00
Gordon Williams fc11f68d2e remove solid bg - not needed now we fill the bg anyway 2021-09-17 19:38:02 +01:00
Gordon Williams fba8d49da9
Merge pull request #812 from hughbarney/master
Pastel clock - configurable clock with 5 custom fonts, supports b1 and b2
2021-09-17 08:47:42 +01:00
hughbarney 9ce6c4c9ca Merge remote-tracking branch 'upstream/master' 2021-09-16 20:17:18 +01:00