1
0
Fork 0
Commit Graph

842 Commits (55f06a9647e8e0f13401d5e8c6a09d7d93407d8a)

Author SHA1 Message Date
marko 55f06a9647 Add wheel circumference setting 2020-09-09 15:26:50 -04:00
marko 04cda3681f Add wheel circumference setting 2020-09-09 15:25:00 -04:00
marko 379323f935 Fix apps.json 2020-09-08 17:37:51 -04:00
marko 255a89dc95 New CSC sensor app, first commit 2020-09-08 17:35:08 -04:00
Gordon Williams 243f432d0d
Merge pull request #553 from singintime/master
banglerun v0.05
2020-08-31 11:03:40 +01:00
computermacgyver 2dd43b022a Bump version and add readme to apps.json 2020-08-31 09:55:28 +01:00
singintime dda628beed banglerun v0.05 2020-08-31 10:16:16 +02:00
Gordon Williams 9675565550
Merge pull request #552 from berkenbu/master
Fix great circle formula in distance calculation
2020-08-26 07:46:35 +01:00
marko a2397ca421 Fix great circle formula in gpsnav 2020-08-25 10:38:40 -04:00
Gordon Williams 8c34d4b673
Merge pull request #551 from computermacgyver/master
New app: World Clock
2020-08-24 07:41:17 +01:00
Gordon Williams 87822fe617
Merge pull request #550 from berkenbu/master
Add accelerometer/magnetometer rotation mode
2020-08-24 07:39:59 +01:00
computermacgyver 1714b44d88 icon+typo 2020-08-24 00:36:12 +01:00
computermacgyver a29faacade adding to apps.json - fix typo 2020-08-23 23:58:30 +01:00
computermacgyver 05803858c8 adding to apps.json 2020-08-23 23:56:09 +01:00
Marko.Kl.Berkenbusch@gmail.com 9850892c7c Add magnetometer/accelerometer rotation mode 2020-08-21 22:43:55 -04: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
Paul Cockrell 164d484dcb Update MarioClock
Add jumping sprites for all characters
2020-08-18 09:49:04 +01:00
jonathan ffc057654b Change to boot code, instead of widget 2020-08-17 20:53:11 +01:00
marko deb597b307 Add viewstl README.md to apps.json 2020-08-13 17:20:06 -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 a8dc1dbb17 OpenSeizureDetector Widget 2020-08-07 12:06:58 +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 cb0b228f0e Settings 0.21: Add passkey pairing option (BETA), Add whitelist option (fix #78) 2020-07-30 09:59:20 +01:00
Gordon Williams aa48f5038f Allow Gadgetbridge to work even with programmable:off 2020-07-30 09:04:06 +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
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
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
bengwalker c9b6ca5fc3
Merge branch 'master' into master 2020-07-16 09:24:13 +02:00
Richard de Boer e2b7fc8541 notifyfs: fix custom render callback 2020-07-14 21:25:19 +02:00
Gordon Williams 45c8d7a49f Merge branch 'master' of github.com:espruino/BangleApps 2020-07-14 13:47:42 +01:00
Gordon Williams 8b029f7d02 Add ordnance survey app 2020-07-14 13:47:33 +01:00
Stefano Baldan b490945445 minionclk v0.03 2020-07-13 10:35:17 +02:00
Gordon Williams c99e4e53a8 mark created files 2020-07-09 11:30:47 +01:00
Gordon Williams 51a3c01fe1 Added acceleration recorder 2020-07-09 11:27:44 +01:00
Richard de Boer a5f3118859 gbridge: Handle notify- events
So dismissing notifications on the phone also clears them on the watch
2020-07-07 20:53:00 +02:00
Richard de Boer 9c55b47263 notify/notifyfs: Add notification ID option
So you can hide a notification only if it hasn't been replaced yet.
2020-07-07 20:45:03 +02:00
berkenbu a16f026e2b
gpsrec ver 0.12 - openstreetmap plotting 2020-07-03 23:06:41 -04:00
Richard de Boer b172017f2e gbridge: Don't keep LCD on while playing music
Looks like this fell through during the 'notify' upgrade.
Some apps can keep the LCD pretty much awake all the time with
"position" updates.
2020-06-30 22:48:00 +02:00
Gordon Williams 3f74e96bc5 verticalclock 0.05: Stop hours being displayed wrong if moving from 2 digits to 1 (fix #516) 2020-06-29 08:39:11 +01:00
Gordon Williams 484f2c7eb2
Merge pull request #511 from paulcockrell/master
BugFix: Marioclock use of fillPoly adjustments
2020-06-29 08:33:06 +01:00
Gordon Williams da11909d4e
Merge pull request #514 from capybara1/pr-cprassist
Added first version of CRP Assist app
2020-06-29 08:32:36 +01:00