Commit Graph

13337 Commits (061d4f3f720d06cf6dfd02560a61ba3aec0095d2)

Author SHA1 Message Date
xxDUxx 9bf672f28e
Create widalt.wid.js 2022-08-02 09:27:26 +02:00
adrian w kirk c3ce292289 sliding clock: testing with current clock faces
- added left side date style
2022-08-01 20:41:42 +01:00
Gordon Williams 2288b4d029 StorageFile.write doesn't take an offset/length
fix https://github.com/espruino/BangleApps/issues/2068
2022-08-01 15:50:28 +01:00
Gordon Williams 2b514addb2 android 0.15: Allow method/body/headers to be specified for `http` (needs Gadgetbridge 0.68.0b or later) 2022-08-01 10:19:59 +01:00
Gordon Williams 52c18b9822
Merge pull request #2069 from glemco/master
agenda: disable past events display from settings
2022-08-01 09:01:13 +01:00
adrian w kirk b95360232f sliding clock: testing with current english clock 2022-07-31 23:42:09 +01:00
adrian w kirk 74b5dc9441 sliding clock: changed styling properties to map based.
- Added english formatter with date
2022-07-31 16:17:24 +01:00
Gabriele Monaco a25ec8b133 agenda: disable past events display from settings 2022-07-31 16:09:25 +02:00
xxDUxx b7baf9ed3f
Update app.js 2022-07-31 11:16:18 +02:00
lu713691 1fc4dcde62 Sliding Clock: BUGIFX: build failure due to semi colons 2022-07-31 00:17:24 +01:00
lu713691 395d7ac62f Sliding Clock: sliding clock can now be styled using styling properties 2022-07-30 22:47:21 +01:00
lu713691 99adaa5ab6 Sliding Clock: BUGFIX: variable clock speed being overwritten 2022-07-30 19:31:04 +01:00
lu713691 0d3dc9f582 Sliding Clock: Added Text moving in a different rotation 2022-07-30 19:24:44 +01:00
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