Commit Graph

15349 Commits (9767eb6594de573432daa259e1fa308cb7f7db0c)

Author SHA1 Message Date
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
Ronin0000 814fbdd61e
Merge branch 'espruino:master' into master 2021-09-25 08:01:44 -07: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
Ronin0000 83d88a1ea1
Merge branch 'espruino:master' into master 2021-09-24 19:35:52 -07: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
Ronin0000 c9bed74ec2
Merge branch 'espruino:master' into master 2021-09-23 15:21:18 -07: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
Ronin0000 1f130c53b4
Update interface.html 2021-09-22 07:25:41 -07:00
Ronin0000 3d8ebe82c2
Update interface.html 2021-09-21 21:07:20 -07:00
Ronin0000 2ca58d2cc4
Update custom.html 2021-09-21 21:02:14 -07:00
Ronin0000 d8c149073f
Update apps.json 2021-09-21 21:01:31 -07:00
Ronin0000 ceab5d46a2
Rename schoolCalender.js to app.js 2021-09-21 20:58:01 -07:00
Ronin0000 9b344eb1ec
Merge branch 'espruino:master' into master 2021-09-21 07:24:54 -07: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
Ronin0000 ec453c0e10
Update README.md 2021-09-20 19:45:50 -07: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
Ronin0000 a8f7fe7292
Update interface.html 2021-09-20 07:31:41 -07:00
Ronin0000 51c41d5c48
Merge branch 'espruino:master' into master 2021-09-20 07:25:50 -07: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
Ronin0000 b7a4ecb578
Update interface.html 2021-09-19 16:48:24 -07:00
Ronin0000 82320ab073
Update interface.html 2021-09-19 16:40:43 -07:00
Ben Whittaker 363e0301fa Remove errant log statement 2021-09-19 19:21:16 -04:00