Commit Graph

2316 Commits (2ce854323d62f7b63d97e0cc817336898225cd57)

Author SHA1 Message Date
Marko.Kl.Berkenbusch@gmail.com 9850892c7c Add magnetometer/accelerometer rotation mode 2020-08-21 22:43:55 -04:00
Gordon Williams cd465c12bd fix github icon after recent refactor 2020-08-21 17:03:52 +01:00
Gordon Williams 25cf1b9338 revert lint changes - looks like recursive .eslintignore is not supported 2020-08-21 15:23:04 +01:00
Gordon Williams 27d57623ed Update docs, tweak eslintignores 2020-08-21 15:17:16 +01:00
Gordon Williams 78d0e630c4 update lint test 2020-08-21 15:02:37 +01:00
Gordon Williams 55082c8290 Merge branch 'master' of github.com:espruino/BangleApps 2020-08-21 14:59:53 +01:00
Gordon Williams f150f3d8da Refactoring of common code into 'core', in preparation for a generic 'Espruino App Loader' 2020-08-21 14:59:43 +01:00
Gordon Williams d250e69f41
Merge pull request #542 from jjok/gatt-battery-service
BLE GATT Battery Service
2020-08-18 13:15:19 +01:00
Gordon Williams de45bdecba
Merge branch 'master' into gatt-battery-service 2020-08-18 13:13:15 +01:00
jonathan 536eeb1679 Change from widget to to bootloader 2020-08-18 11:29:15 +01:00
Gordon Williams cf2cade092
Merge pull request #549 from paulcockrell/master
Update MarioClock - Jumping sprites
2020-08-18 10:19:55 +01:00
Paul Cockrell 164d484dcb Update MarioClock
Add jumping sprites for all characters
2020-08-18 09:49:04 +01:00
Gordon Williams f89f069a3f tweak 2020-08-18 09:18:01 +01:00
Gordon Williams 747602bdc1 Merge branch 'master' of github.com:espruino/BangleApps 2020-08-18 09:16:58 +01:00
Gordon Williams f0ee77b38e update docs about app type 2020-08-18 09:16:35 +01:00
jonathan ffc057654b Change to boot code, instead of widget 2020-08-17 20:53:11 +01:00
Gordon Williams ab7637cd18
Merge pull request #546 from berkenbu/master
ViewSTL app
2020-08-17 10:08:19 +01:00
marko 1cdf5d5ba8 Pacify travis 2020-08-13 21:49:50 -04:00
marko 6294402ebe Attempt to pacify automatic checker 2020-08-13 18:44:50 -04:00
marko c06e3b2458 Remove spurous semicolon from icon.js 2020-08-13 18:16:53 -04:00
marko deb597b307 Add viewstl README.md to apps.json 2020-08-13 17:20:06 -04:00
marko c5eac57074 Add README.md 2020-08-13 17:15:07 -04:00
marko d2aa245a0e And another typo 2020-08-13 14:11:02 -04:00
marko ed1970456d Fix another app list typo 2020-08-13 14:06:51 -04:00
marko fe09696579 Fix app list 2020-08-13 13:59:00 -04:00
marko e810285486 Fix author 2020-08-13 13:54:33 -04:00
Gordon Williams 32415c7189 fix lint error 2020-08-07 12:10:03 +01:00
Gordon Williams a8dc1dbb17 OpenSeizureDetector Widget 2020-08-07 12:06:58 +01:00
jonathan 65fa125774 Finish renaming widget 2020-08-07 00:35:06 +01:00
jonathan 3830289a5e Initial commit of BLE GATT Battery Service 2020-08-07 00:18:05 +01:00
Gordon Williams c4e62a3819 simpletimer: Fix buzz that doesn't stop (fix #521) 2020-07-30 10:15:25 +01:00
Gordon Williams 9582c84708 docs 2020-07-30 10:04:14 +01:00
Gordon Williams cb0b228f0e Settings 0.21: Add passkey pairing option (BETA), Add whitelist option (fix #78) 2020-07-30 09:59:20 +01:00
Gordon Williams 529c2403b3 Merge branch 'passkey_pairing' 2020-07-30 09:08:31 +01:00
Gordon Williams d501e8d45f Merge branch 'master' of github.com:espruino/BangleApps 2020-07-30 09:04:34 +01:00
Gordon Williams aa48f5038f Allow Gadgetbridge to work even with programmable:off 2020-07-30 09:04:06 +01:00
Gordon Williams 10459bb9d8
Merge pull request #538 from kuleszdl/master
Add Changelog for v0.01 apps that lack a changelog
2020-07-30 08:12:38 +01:00
Gordon Williams 35cce62dd4 Add no->non from https://github.com/espruino/BangleApps/pull/536 2020-07-30 07:51:11 +01:00
Daniel Kulesz 069abf1a83 Add Changelog for v0.01 apps that lack a changelog 2020-07-29 21:00:41 +02:00
Gordon Williams 8beb44510b improve linking to apps via hash 2020-07-21 11:56:07 +01:00
Gordon Williams e0a0b4a54d
Merge pull request #531 from rigrig/battery_warning
Battery warning
2020-07-21 09:26:32 +01:00
Richard de Boer 7228f8b2fa widbatwarn: add readme+screenshot 2020-07-20 23:06:58 +02:00
Richard de Boer a1629d9ac9 widbatwarn: create Battery Warning 2020-07-20 22:23:24 +02:00
Gordon Williams 0af0778fb4
Merge pull request #530 from rigrig/notify_api
Notify api
2020-07-20 08:38:01 +01:00
Richard de Boer 6406788165 gbridge: Modified music notification for updated 'notify' library 2020-07-19 21:59:59 +02:00
Richard de Boer 48bf67dfb1 notifyfs: Update notify API for #527
Also some cleanup:
 - fall back to "src" if title is missing
 - move message-splitting into separate function
 - make icon position depend on whether titlebar is present
2020-07-19 21:59:28 +02:00
Richard de Boer 7bb98d38e0 notify: Update notify API for #527
Also some cleanup:
 - fall back to "src" if title is missing
 - move message-splitting into separate function
2020-07-19 21:57:49 +02:00
Richard de Boer 8df352cca9 Add some sample GB() messages, for testing purposes 2020-07-19 21:54:25 +02:00
Gordon Williams 8b0e70b117 banglerun: Use offscreen buffer for flickerless updates 2020-07-17 08:23:13 +01:00
Gordon Williams 81bca5ca04 0.03: Fix distance >=10 km (fix #529) 2020-07-17 08:11:31 +01:00