Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/espruino/EspruinoAppLoaderCore

Core code used for Bangle.js and Espruino app loaders
https://github.com/espruino/EspruinoAppLoaderCore

Fix app removal after recent code to make getting app info faster

2fde526572e9cd9181a7029194d97524c20dd270 authored over 3 years ago by Gordon Williams <[email protected]>
oops

39f89acf1468dc7d58ac54d15a092b2bd6d73cce authored over 3 years ago by Gordon Williams <[email protected]>
squash warnings

fa987efa85994fe0678bd6478451237472147158 authored over 3 years ago by Gordon Williams <[email protected]>
move global DEVICE_* to 'device' variable, allow 'customConnect', and move DEVICEINFO into utils.js (rather than storing for each loader)

37224e0da48ab7682704469ce1442181a6e1eefe authored over 3 years ago by Gordon Williams <[email protected]>
Retrieve only part of app.info file, makes connection faster

d790b7ac01d15209d5ace926114207c39c7ec9bd authored over 3 years ago by Gordon Williams <[email protected]>
updated image converter lib

f31241c0e6389d1862f1730e072c6ab4b0be6ac7 authored over 3 years ago by Gordon Williams <[email protected]>
Add 'tags' to app info. fix https://github.com/espruino/BangleApps/issues/788

27f9a7125146a38c4357d679ec783f6e98a983c6 authored over 3 years ago by Gordon Williams <[email protected]>
update image converter

8d9a012d62d40aae1b2304d0149440fb3c022393 authored over 3 years ago by Gordon Williams <[email protected]>
updated image converter

09133e1991c6430e93f1cab61704614649fc3f5e authored over 3 years ago by Gordon Williams <[email protected]>
fix lint error

3f2ff467f22b746da94160e59ff89b621601b261 authored over 3 years ago by Gordon Williams <[email protected]>
Merge pull request #4 from neshanjo/search-debounced

added debounce function and debounced search input field

38c1734659ccccb6d6e7028e70b73ebd13d8ad8d authored over 3 years ago by Gordon Williams <[email protected]>
added debounce function and debounced search input field

0ba4c2bd5503264279222b04a41505471c6622ff authored over 3 years ago by Johannes Schneider <[email protected]>
Ensure loading indicator goes away even if you upload then cancel immediately

7d04c488496c873f392c5a068f72a6c75df40f70 authored over 3 years ago by Gordon Williams <[email protected]>
Handle upload of evaluate:true files containing newlines

b545b9a8b2a71cd9f82f2096c56ae74db47b1ecd authored over 3 years ago by Gordon Williams <[email protected]>
fixing lint warnings/errors

0311fdb03bb3a032051c95277cab813e3da8e5d7 authored over 3 years ago by Gordon Williams <[email protected]>
fix regression if no app data

6e85add1068d3d7dbd4d1d31dbbbcbc595e53a68 authored over 3 years ago by Gordon Williams <[email protected]>
Allow appinfo to be run from node.js again

Allow url/content to be specified for 'data' files, and to allow the data only to be uploaded if ...

f0b97f5c480a09f7dc27edab93c0658d3d53867e authored over 3 years ago by Gordon Williams <[email protected]>
Handle case where watch face takes a long time to complete/causes error. In that case, retry after a full reset

e65920a91f9f7178c9d8ed6551ac7d9af0a5d6e1 authored almost 4 years ago by Gordon Williams <[email protected]>
Check for 'no response' as opposed to 'invalid response' and prompt user about 'programmable'. Also dump JSON to console on error for debugging

1b1293a5eb9b8bb9e4f743c4599f0587f597d368 authored almost 4 years ago by Gordon Williams <[email protected]>
Fix hacky favourites icons, add more customisation options

75404e497eb15b8f3d4c478f35ca05de9e7b6425 authored almost 4 years ago by Gordon Williams <[email protected]>
Minor format tweaks from lint

30998cd374f088b15542a1900b8c3a00aa6ef2e2 authored almost 4 years ago by Gordon Williams <[email protected]>
Fix lint error re:escapes

236e6ce2a0949b18e9a2036c9cbad1794f9078c2 authored almost 4 years ago by Gordon Williams <[email protected]>
Fix error on console if there's an app with no tags

f9020126eebd81abef204c6771914ff2c31160a1 authored almost 4 years ago by Gordon Williams <[email protected]>
Ensure tools searches the BangleApps library path first

8bfdeebf705ced95699dcbbccfa05a99e7d3f4a9 authored about 4 years ago by Gordon Williams <[email protected]>
Fix https://github.com/espruino/BangleApps/issues/593

0389671ba6678a12c9f35644ffb96c190bbe0278 authored about 4 years ago by Gordon Williams <[email protected]>
Decrease chunk size - makes progress indicator update more often on Bangle, which looks better

e2775902a3e3d88a1f6378fc33290ac6c3d9a1a5 authored about 4 years ago by Gordon Williams <[email protected]>
Fix newline in 'BTN3 to reload'

b08532283ca10f55f249097df847b2e52c740d31 authored about 4 years ago by Gordon Williams <[email protected]>
If uploading to a system that only supports single apps, auto-load the app after upload

ea074e0e15d9c98380da6b5a43f76590a52b16ce authored about 4 years ago by Gordon Williams <[email protected]>
minor tidyups, add hidePrompt and give showPrompt a dimmed background

f3092088eea15b2014a668a99ed9815d97dddb6d authored about 4 years ago by Gordon Williams <[email protected]>
refactoring to tidy up duplicate app description code

f085754b0c111923d6dc2ca9549fc40b6ce06bd7 authored about 4 years ago by Gordon Williams <[email protected]>
Refactor of APP_SOURCECODE_URL into Const

06204c852d5cd8101fc8e23ef8d43903c25a4edc authored about 4 years ago by Gordon Williams <[email protected]>
Add version comparison function

6906d262c89a5f2f68c8cff8f1706b1bd490d40f authored about 4 years ago by Gordon Williams <[email protected]>
Allow toast messages with a delay

689b05a31210cf005abbbe9457b6a305c2c7e625 authored about 4 years ago by Gordon Williams <[email protected]>
Retrieve device name and version from the device we're connecting to

809d1f9451dfed5e57476c35b708220cfac1f029 authored about 4 years ago by Gordon Williams <[email protected]>
Add option to not show a message, and also add a progress bar

551cd9df1b82945dbfc6c9779b6bf65ef6a0e4f0 authored about 4 years ago by Gordon Williams <[email protected]>
Fix error handling of http request

59ff466965bb495af4ed587a424d635fcd3f828e authored about 4 years ago by Gordon Williams <[email protected]>
Better handling of 'RAM' type apps

62615f6ea4855381e0b4b4b74f8ca69aa594181e authored over 4 years ago by Gordon Williams <[email protected]>
Handle 'RAM' as filename to allow direct uploads

1b66c4ce1ba71036bcb612a2f16bbd7fbc2c66de authored over 4 years ago by Gordon Williams <[email protected]>
Fix regression where JS files weren't scanned for modules

c99967381280f483877c3f11ae7b0d4dc8c53e0e authored over 4 years ago by Gordon Williams <[email protected]>
Adding CI support

981ca59ffcf59d8847946112361ff25e241c1c82 authored over 4 years ago by Gordon Williams <[email protected]>
allow index.js to work even if not all buttons are defined

9708e1a15ee20734a24f6f2913078aa8bba625dc authored over 4 years ago by Gordon Williams <[email protected]>
fix serviceworker bug after refactor

925a4cb607c0ffbc2f5fdd4baca34290d8da2350 authored over 4 years ago by Gordon Williams <[email protected]>
Fix upload issue if heatshrink fails to compress, and now allow pretokenisation/etc on 'custom' JS files (if a URL is given).

b0b26841d3e8b6bea155829122c42eda9fd94b90 authored over 4 years ago by Gordon Williams <[email protected]>
Fix issue on Espruino boards when no apps installed

7428f1dd737e61498123dc72dbe3a0e7997d24b4 authored over 4 years ago by Gordon Williams <[email protected]>
Initial commit from https://github.com/espruino/BangleApps/commit/243f432d0dad4ce1ca65ab751ca4c8fac2e8beec

20a09f4f225ad0edae5e9b52b98900ebe8ef97cc authored over 4 years ago by Gordon Williams <[email protected]>