Commit Graph

12051 Commits (91728c147f977c5da90e7531554bbc4819f9d8a5)

Author SHA1 Message Date
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 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
Gordon Williams f7870c0cab Add app to show location of others using the app 2022-07-21 15:10:11 +01:00
Gordon Williams b72fbb627e make descriptions less confusing for folks that just want to update AGPS from the app loader 2022-07-21 15:09:40 +01:00
qucchia 61835e8d64 Update types with events 2022-07-21 12:50:04 +02:00
qucchia defd8050f4 Define types for ‘g’ and ‘WIDGETS’ 2022-07-21 12:36:05 +02:00
qucchia 194827a947 Update types from new script 2022-07-21 12:30:15 +02:00
Gordon Williams ced301650f
Merge pull request #2055 from xxDUxx/master
TinyVario: Fixed some bugs, cleaned up menus
2022-07-21 08:55:53 +01:00
qucchia 3b84f17a22 Further improve types documentation 2022-07-20 21:07:18 +02:00
qucchia 0526ed86ea Types: improve require function 2022-07-20 20:35:57 +02:00
qucchia 2311fe91ec Update types 2022-07-20 19:23:16 +02:00
qucchia 1d400aa8a7 Update to new types 2022-07-20 17:57:03 +02:00
xxDUxx b3be86f5be
Merge branch 'espruino:master' into master 2022-07-20 17:40:51 +02:00
xxDUxx 533fc9861f
Merge pull request #13 from xxDUxx/development
Development
2022-07-20 17:39:16 +02:00
xxDUxx 63a40bd61b
Update app.js 2022-07-20 16:38:32 +02:00
xxDUxx 4c75ee4391
Update metadata.json 2022-07-20 16:31:53 +02:00
xxDUxx a5fe5b3aa4
Update ChangeLog 2022-07-20 16:31:34 +02:00
xxDUxx 7fe89b9b41
Update app.js 2022-07-20 16:29:18 +02:00
qucchia cbd6e7d7f8 Update TypeScript README 2022-07-20 16:23:38 +02:00
Timothy Skipper 51ac93a0ce
Merge pull request #1 from espruino/master
Merge
2022-07-20 16:17:16 +02:00
qucchia e552f08a71 Documentation: fix relative links 2022-07-20 16:12:48 +02:00
qucchia bfa05bb8bf Format documentation comments as Markdown 2022-07-20 15:51:15 +02:00