Commit Graph

13387 Commits (d90959d2f9f89d1db14ef2d70e459bfe82d13749)

Author SHA1 Message Date
Gordon Williams d90959d2f9 Widgets can now be made visible by swiping down (#2196) 2022-11-23 14:31:20 +00:00
Gordon Williams 0a285a80f1 stop non-default apps pushing themselves up to the top of the apps list using sort-order 2022-11-23 11:02:26 +00:00
Gordon Williams 3f6aff95c9
Merge pull request #2306 from halemmerich/quicklaunch
quicklaunch - Respect appRect on touch events
2022-11-23 10:57:12 +00:00
Gordon Williams 14bb091684 Merge branch 'master' of github.com:espruino/BangleApps 2022-11-23 10:47:43 +00:00
Gordon Williams 6868ca321e widget utils swipeOn now updates appRect to match where the widgets are - see https://github.com/espruino/BangleApps/pull/2306 2022-11-23 10:46:52 +00:00
Gordon Williams cf3e574b8f oops - forgot to commit changelog 2022-11-23 10:42:25 +00:00
Gordon Williams 3836212aa1
Merge pull request #2292 from Rarder44/Messages-Light
[Messages light] - new message GUI app
2022-11-23 10:41:13 +00:00
Gordon Williams c039069db7 slopeclockpp 0.04: Changed to use clock_info for displayed data (see #2226)
Made fonts smaller to avoid overlap when (eg) 22:00
      Allowed black/white background (as that can look nice too)
2022-11-23 10:36:03 +00:00
Gordon Williams f9433dc4be clock_info now remembers what was shown before 2022-11-23 10:00:54 +00:00
Gordon Williams 032d769f97 note 2022-11-23 09:35:13 +00:00
Gordon Williams 6cae9442ec
Merge pull request #2251 from glemco/devel
[WIP] circlesclock: load circles from clkinfo
2022-11-23 09:13:40 +00:00
Gordon Williams ff7777a0d6
Merge pull request #2305 from halemmerich/imageclock
Imageclock - Better widgets and performance
2022-11-23 08:49:29 +00:00
Gabriele Monaco c435bc217d circlesclock: load circles from clkinfo 2022-11-22 12:55:40 +01:00
Martin Boonk d0899bb362 quicklaunch - Respect appRect on touch events 2022-11-21 22:33:28 +01:00
Gordon Williams 11f63df3b1 Big addInteractive changes - allow >1 clock_info on screen at once. Each can have focus, and fix redraw queue issue 2022-11-21 19:53:08 +00:00
Martin Boonk 22bf24f4b5 imageclock - Bump version 2022-11-21 20:47:58 +01:00
Martin Boonk 7988e258ce imageclock - Use new widget_utils slideOn() 2022-11-21 20:47:58 +01:00
Martin Boonk c20a594987 imageclock - Load widgets after first full draw 2022-11-21 20:47:58 +01:00
Martin Boonk ac7986189c imageclock - Combine drawing code into app file on upload 2022-11-21 20:47:57 +01:00
Martin Boonk e787560fb3 imageclock - Use shorter variable names 2022-11-21 20:42:59 +01:00
Gordon Williams 7eda9dee49 fix tools when running under node.js 2022-11-21 16:37:45 +00:00
Gordon Williams c4e1fd01be Added clkinfosunrise to allow clocks to display sunrise and sunset if they use clock_info 2022-11-21 16:37:04 +00:00
Gordon Williams bf6e0ed5ca Use heatshrink/imageconverter from webtools - see https://github.com/espruino/BangleApps/pull/2299 2022-11-21 12:16:27 +00:00
Gordon Williams 22db965863
Merge pull request #2299 from halemmerich/addPuckJsLocally
apploader - Load puck.js locally
2022-11-21 12:05:32 +00:00
Gordon Williams 6554c1a9d0
Merge pull request #2301 from halemmerich/widgetutils
widget_utils - Prevent initial draw clearing on global g
2022-11-21 10:45:32 +00:00
Gordon Williams ddfaad7aed bump version 2022-11-21 10:44:09 +00:00
Gordon Williams 313222800d
Merge pull request #2296 from Kedlub/msgfix
[ios] Add letters to unicodeRemap
2022-11-21 10:43:19 +00:00
Gordon Williams 6051bff000
Merge pull request #2302 from myxor/mylocation_v0.08
MyLocation v0.08: Allow setting location from webinterface in the AppLoader
2022-11-21 10:40:34 +00:00
Gordon Williams 462aa72a58
Merge pull request #2293 from lauzonhomeschool/patch-1
Update README.md to hint about how to require Bangle modules.
2022-11-21 09:37:02 +00:00
Gordon Williams e254034c78
Merge pull request #2294 from lauzonhomeschool/patch-2
Update README.md, state the IDE error that we are fixing
2022-11-21 09:35:42 +00:00
Gordon Williams a38288fd29
Merge pull request #2291 from nxdefiant/master
taglaunch: New launcher
2022-11-21 09:34:44 +00:00
Gordon Williams abd2aaea02
Merge pull request #2290 from Rarder44/rebble-fix
[Rebble] fix draw before widget hide
2022-11-21 09:30:32 +00:00
Marco H 998855b099 Allow setting location from webinterface in the AppLoader 2022-11-21 10:20:23 +01:00
Gordon Williams 81ac568350 Merge branch 'master' of github.com:espruino/BangleApps 2022-11-21 09:19:34 +00:00
Gordon Williams 60320a0e00 Fix weather clkinfo icons - see #2251 2022-11-21 09:19:31 +00:00
Gordon Williams 0cf5afc712
Merge pull request #2298 from thyttan/quicklaunch
[Quick Launch] Revert "Use Bangle.load(), remove the special 'Show launcher' entry"
2022-11-21 09:09:54 +00:00
Martin Boonk b2965fe4e2 widget_utils - Prevent initial draw clearing on global g 2022-11-21 00:33:49 +01:00
Martin Boonk 906dcf1461 apploader - Load puck.js locally 2022-11-20 22:35:33 +01:00
thyttan 8d6b7cb0d7 bump to 0.07 after reverting 0.06 2022-11-20 17:32:44 +01:00
thyttan 40ab4bb6d1 Revert "Use Bangle.load(), remove the special 'Show launcher' entry"
This reverts commit e115cac82a.
2022-11-20 17:25:21 +01:00
Kedlub 698a04922f Add letters to unicodeRemap
Added characters with caron to unicodeRemap, to properly display messages in Czech language
2022-11-20 10:29:40 +01:00
lauzonhomeschool ef47fc6858
Update README.md 2022-11-20 00:11:13 -05:00
lauzonhomeschool 85efd91e00
Update README.md
It's frustrating for newcomers to try to tweak an existing app in the Web IDE and get "Module ... not found" and not know why, when this section just seem to state that any "require" should work.  The extra note clarifies this.
2022-11-20 00:03:55 -05:00
Gordon Williams 72265bebff Merge branch 'master' of github.com:espruino/BangleApps 2022-11-19 19:22:30 +00:00
Gordon Williams a03a036ba5 Add widget_utils swipeOn method to hide widgets and allow them to be swiped back onto the screen 2022-11-19 19:22:21 +00:00
Erik Andresen 061d4f3f72 taglauncher: fix tag sort 2022-11-19 06:42:30 +01:00
Erik Andresen 66a6e3d3e8 taglauncher: Add sortorder 2022-11-19 06:29:54 +01:00
Erik Andresen c0c46bbc6c taglaunch: update description 2022-11-18 22:25:45 +01:00
Erik Andresen c6e13c651d taglaunch: update description 2022-11-18 22:24:41 +01:00
Erik Andresen cd14794a42 taglaunch: format 2022-11-18 22:07:19 +01:00