Commit Graph

12121 Commits (b93e2dd9136c3778d939109abd7f58247c8c6a66)

Author SHA1 Message Date
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
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
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
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
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
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
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
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
qucchia 9c05a142c0 Fix ‘kbmorse’ 2022-07-23 11:10:49 +02:00
qucchia 81eb874e71 Allow Noteify on Bangle.js 1 2022-07-22 15:14:03 +02:00
Gordon Williams f70ccd5aea messages 0.48: When getting new message from the clock, only buzz once the messages app is loaded 2022-07-22 11:23:21 +01:00
Gordon Williams e071978335 Stop searching for modules if they are defined inside the app we're uploading 2022-07-22 11:22:47 +01:00
Gordon Williams ac563fa5bd
Merge pull request #2054 from qucchia/master
Auto-generate types
2022-07-22 10:47:46 +01:00
qucchia aee02b93e3 TypeScript: Add JSDoc comments 2022-07-22 11:27:08 +02:00
qucchia b3496a0c74 TypeScript: remove build:types 2022-07-22 09:59:16 +02:00
qucchia 0300bfe773 Types: fix broken library URLs 2022-07-22 09:58:49 +02:00
qucchia 2f7edabf87 Include all types, overriding JS defaults 2022-07-22 08:21:47 +02:00
Gordon Williams 13db51c636 tweak for higher output power 2022-07-21 15:45:26 +01:00
Gordon Williams 752d2561ca openstmap 0.13: Use a single image file with 'frames' of data (drastically reduces file count, possibility of >1 map on device) 2022-07-21 15:45:17 +01:00
Gordon Williams d546bd0d18 update openstreetmap tile provider since although opentopomap has nicer maps, it's too slow/unreliable 2022-07-21 15:12:39 +01:00