Commit Graph

14627 Commits (a2010999e4c7dfdf4a83ee48163c0ad70f9eb241)

Author SHA1 Message Date
lu713691 f69b9744fc Sliding Clock: BUGFIX: Sliding off to the bottom and sliding new time from side was resulting in a blank row 2022-07-30 16:08:43 +01:00
lu713691 df7281383e Sliding Clock: Now adding styling hooks so that rows can be placed as well as follow on from previous rows 2022-07-30 11:59:43 +01:00
lu713691 36096d76c3 Sliding Clock: Add row context to display row object so row properties can be stored/used for styling 2022-07-30 10:53:21 +01:00
lu713691 af2b83e64e Sliding Clock: Can now slide on and off both left and right 2022-07-29 22:49:48 +01:00
Gordon Williams 51bb637572
Merge pull request #2066 from rigrig/fix-weather-clockiness
weather: don't mark app as CLOCK.
2022-07-29 08:07:41 +01:00
Richard de Boer 929c6171d6
weather: don't mark app as CLOCK.
This matters for widgets that hide themselves for clocks
2022-07-28 21:48:09 +02:00
Gordon Williams 8efcb22ec4 quick image clock tweaks - give up on 3bpp images as palette handling (rendering 3->8bpp) makes it tricky 2022-07-28 17:05:44 +01:00
Gordon Williams 6c46718acf custom image clock for bangle.js 2 2022-07-28 15:15:06 +01:00
Gordon Williams 1c261bea03
Merge pull request #2065 from rigrig/improve-messages-memory
messages: improve memory usage
2022-07-28 08:45:22 +01:00
Gordon Williams bbe21b129f
Merge pull request #2064 from rigrig/fix-widcw-memory-leak
widcw: fix memory leak
2022-07-28 08:43:34 +01:00
Gordon Williams 11a03bfb82
Merge pull request #2063 from qucchia/typescript-2
Move tsconfig.json
2022-07-28 08:42:57 +01:00
Gordon Williams a751c0cca5
Merge pull request #2062 from qucchia/typescript
Typescript
2022-07-28 08:38:39 +01:00
frederic wagner 9ccc958d1f simulated=false 2022-07-28 08:38:04 +02:00
frederic wagner 70ad233920 better fonts 2022-07-28 08:23:17 +02:00
adrian w kirk 245e083ee0 sliding clock: refactored to initialize the sliding rows from functions rather than data so styling can be introduced 2022-07-27 23:37:55 +01:00
Richard de Boer b854e58a96
messages: improve memory usage
Clear `layout` when going back from message to list
2022-07-27 20:08:47 +02:00
Richard de Boer ded3b25d3e
widcw: fix memory leak
Repeated redrawing would create multiple redraw-timeouts
2022-07-27 19:45:40 +02:00
qucchia 667684def0 Move tsconfig.json 2022-07-27 17:48:12 +02:00
qucchia 66eba7ec02 TypeScript: Update types 2022-07-27 17:42:20 +02:00
qucchia 0c2abfb7e1 TypeScript: Refer to Espruino README 2022-07-27 17:41:59 +02:00
frederic wagner 0dfb187737 more fix 2022-07-27 17:21:51 +02:00
frederic wagner b056f85a95 bugfix in segment detection 2022-07-27 15:35:00 +02:00
Gordon Williams 489582ee91 shownearby: 0.02: Ensure we reset advertising after exiting so the watch can be connected to! 2022-07-27 10:17:12 +01:00
adrian w kirk 381ba5ec65 sliding clock: refactored sliding clock so that it only loads 1 clock face. The intention being that we can start adding more complexity and individuality to each clock face 2022-07-27 00:01:56 +01:00
Gordon Williams 91728c147f Big refactor to attempt to merge all the waypoints code into one place. At least 3 apps had basically identical interface.html files, and yet wpmoto had a great map-based editor. 2022-07-26 16:14:04 +01:00
frederic wagner da72a24199 bugfix for speed 2022-07-26 16:59:04 +02:00
Gordon Williams e9fdb1dee5 Merge branch 'master' of github.com:espruino/BangleApps 2022-07-26 14:54:58 +01:00
Gordon Williams 66fa53b809 Add check for files expected in certain app types - remove warnings about `textinput` 2022-07-26 14:54:34 +01:00
Gordon Williams 7693849111
Merge pull request #2061 from xxDUxx/master
bugfixes, new vario display
2022-07-26 13:51:54 +01:00
xxDUxx 457766edf6
Update app.js 2022-07-26 14:24:06 +02:00
xxDUxx efa50f5d9b
Update app.js 2022-07-26 14:19:51 +02:00
xxDUxx e8d50c6b0d
Update metadata.json 2022-07-26 14:18:41 +02:00
xxDUxx 636f6f17a0
Update ChangeLog 2022-07-26 14:18:26 +02:00
xxDUxx 79066f2086
Update app.js 2022-07-26 14:17:37 +02:00
xxDUxx fa8493a634
Update app.js 2022-07-26 14:11:16 +02:00
Gordon Williams 8404ae5cc8 Make getting device data more resilient to extra data being sent on the console during connection 2022-07-26 10:00:43 +01:00
Gordon Williams db956fcb46 Fix issue where BLE compatibility mode checkbox didn't show the current state 2022-07-26 09:58:54 +01:00
frederic wagner 84e9d12a09 turn gps off 2022-07-26 09:44:42 +02:00
frederic wagner e26aafc4fa removed waypoints detection code 2022-07-26 09:09:08 +02:00
frederic wagner e022f5894f another non working waypoints detection algorithm 2022-07-26 09:02:52 +02:00
frederic wagner cb4ee0d8e9 debuging direction 2022-07-26 08:43:52 +02:00
Gordon Williams 2d99d5f92c messages 0.49: Change messages icon (to fit within 24px) and ensure widget renders icons centrally if they're not 24px 2022-07-25 15:53:59 +01:00
Gordon Williams 34230b019f fix https://github.com/espruino/BangleApps/issues/2060 2022-07-25 12:06:53 +01:00
Gordon Williams d604d73a70
Merge pull request #2058 from qucchia/fix-kbmorse
Fix kbmorse
2022-07-25 11:50:18 +01:00
Gordon Williams 30f507a2ae
Merge pull request #2059 from rigrig/messages-widget-memory
messages: reduce widget memory usage
2022-07-25 11:44:50 +01:00
Gordon Williams 661c33e9ab
Merge pull request #2056 from qucchia/master
Allow Noteify on Bangle.js 1
2022-07-25 10:35:13 +01:00
Richard de Boer 3be786841e
messages: reduce widget memory usage
Don't keep entire messages in memory: we only need `src` for icon+color
2022-07-23 21:33:42 +02:00
qucchia 8a3e6c2b8d Update types 2022-07-23 20:36:14 +02:00
frederic wagner 054c72e11c forgot simulation 2022-07-23 16:26:07 +02:00
frederic wagner 61d5e46e86 avg speed 2022-07-23 16:25:38 +02:00