paul
|
7a8e06c561
|
better keywords in json description
|
2020-04-29 19:17:25 +02:00 |
Gordon Williams
|
a4b8113997
|
Merge pull request #362 from nxdefiant/master
Add Joystick app
|
2020-04-29 13:29:40 +01:00 |
Gordon Williams
|
9d8260dbf1
|
Merge branch 'master' of github.com:espruino/BangleApps
|
2020-04-29 08:33:05 +01:00 |
Gordon Williams
|
768cb4935f
|
Fix broken aclock
|
2020-04-29 08:32:54 +01:00 |
Erik Andresen
|
894306e2e7
|
Merge remote-tracking branch 'upstream/master'
|
2020-04-29 09:27:00 +02:00 |
Francesco Bedussi
|
bc0c04f060
|
feat: add calendar app
|
2020-04-29 00:12:06 +02:00 |
Gordon Williams
|
517c35a37d
|
Added BLE HID option for Joystick and bare Keyboard, update HID apps to send correct info
|
2020-04-28 15:23:02 +01:00 |
msdeibel
|
29a832a4c2
|
Finalize BatChart 0.09 update
|
2020-04-28 11:30:44 +02:00 |
bengwalker
|
2436c2e7d4
|
Update apps.json
Add a link to README.md for metronome-app
|
2020-04-28 09:22:30 +02:00 |
Erik Andresen
|
b45caf8e02
|
hidjoystick: Added check for HID
|
2020-04-28 07:20:40 +02:00 |
Erik Andresen
|
33c5d61f82
|
hidjoystick: icon fixes
|
2020-04-28 07:02:34 +02:00 |
Erik Andresen
|
aff7d6eb84
|
hidjoystick: update description
|
2020-04-28 06:47:14 +02:00 |
Erik Andresen
|
cfd5da6da7
|
Initial commit of hidjoystick
|
2020-04-27 23:22:53 +02:00 |
Gordon Williams
|
4efa199aca
|
Merge pull request #356 from Purple-Tentacle/master
Active Pedometer 0.04
|
2020-04-27 15:21:06 +01:00 |
fredericrous
|
35470a151e
|
improve ui, add 2 player local
prepare the ground for 2 players bluetooth
|
2020-04-27 12:17:34 +01:00 |
Gordon Williams
|
c893101661
|
Merge branch 'master' of github.com:espruino/BangleApps
|
2020-04-27 11:43:39 +01:00 |
Gordon Williams
|
e3e57267b4
|
new about page pixels
|
2020-04-27 11:43:35 +01:00 |
Gordon Williams
|
de8e95af1e
|
Merge pull request #352 from lixas/master
bugfix: Bar Clock does not lauch if Languages app is not installed
|
2020-04-27 10:12:27 +01:00 |
Gordon Williams
|
568a479324
|
Merge pull request #353 from rigrig/ball_maze
ballmaze game: Navigate a ball through a maze using the accelerometer
|
2020-04-27 09:55:43 +01:00 |
Purple-Tentacle
|
7630f1f23e
|
Active Pedometer 0.04
|
2020-04-27 10:35:59 +02:00 |
Richard de Boer
|
66264ea61c
|
ballmaze game: Navigate a ball through a maze using the accelerometer
|
2020-04-26 03:29:45 +02:00 |
Ignas Bukys
|
cff313e89d
|
version update
|
2020-04-25 23:05:36 +03:00 |
Amos Blanton
|
1223184ee0
|
Add imprecise word clock.
|
2020-04-25 12:11:07 +02:00 |
Dimitri Gigot
|
e93a9125e4
|
put toucher.json correctly in the apps.json
|
2020-04-23 15:53:51 +00:00 |
Dimitri Gigot
|
e40829ea73
|
0.06: Complete rewrite in 80x80, better perf, add settings
|
2020-04-23 13:46:06 +00:00 |
Gordon Williams
|
61d2c84284
|
Merge pull request #343 from paulcockrell/master
BuffGym [Enhancement] - Add web interface for customisation
|
2020-04-23 13:22:48 +01:00 |
Paul Cockrell
|
2ebdf0c6c3
|
Add Changelog and bump version in apps.json
|
2020-04-23 11:45:45 +01:00 |
Gordon Williams
|
80ff424ac9
|
stopwatch: Ensure seconds counter is in sync with subseconds (fix #341)
|
2020-04-23 10:53:09 +01:00 |
Gordon Williams
|
a389ed5dbe
|
Torch: Change start sequence to BTN1/3/1/3 to avoid accidental turning on (fix #342)
|
2020-04-23 10:28:42 +01:00 |
Paul Cockrell
|
edd1b73bc0
|
Update apps.json to use new buffgym file names. Fix buzz command
|
2020-04-23 10:11:28 +01:00 |
Paul Cockrell
|
a0d6f8741e
|
Add interface to apps.json for BuffGym app
|
2020-04-23 09:51:15 +01:00 |
Gordon Williams
|
bf5bf91967
|
mclock: Improve performance, attempt to remove occasional glitch when LCD on (fix #279)
|
2020-04-22 13:17:31 +01:00 |
Gordon Williams
|
899eaee98e
|
Merge pull request #340 from rigrig/weather_app
Weather widget+app
|
2020-04-22 10:14:08 +01:00 |
Richard de Boer
|
6d07882eae
|
Revert "locale: Measure temperature in Kelvin"
This reverts commit 26d8855e
|
2020-04-22 10:59:00 +02:00 |
Gordon Williams
|
3357f3ccdc
|
Merge pull request #338 from jeffmer/master
Update apps.json entry for gpsnav
|
2020-04-22 08:57:23 +01:00 |
Gordon Williams
|
06fc54f831
|
oops - fix sanity check errors
|
2020-04-22 08:56:50 +01:00 |
Gordon Williams
|
f175baf2bd
|
Merge branch 'master' into master
|
2020-04-22 08:50:48 +01:00 |
Richard de Boer
|
319307cdd1
|
weather: Show Gadgetbridge weather reports
Based on http://forum.espruino.com/comments/15194626/, where
NebbishHacker did most of the actual work :-)
|
2020-04-21 23:18:21 +02:00 |
Richard de Boer
|
26d8855ea2
|
locale: Measure temperature in Kelvin
Because that is what Gadgetbridge sends for the weather
|
2020-04-21 23:13:04 +02:00 |
Paul Cockrell
|
94bb31889c
|
Update apps.json
|
2020-04-21 21:14:18 +01:00 |
Paul Cockrell
|
14e209b020
|
Add tags to buffgym app in apps.json
|
2020-04-21 20:47:45 +01:00 |
Paul Cockrell
|
7e30503381
|
Add readme to apps.json
|
2020-04-21 20:46:30 +01:00 |
Paul Cockrell
|
b5fd14b4fb
|
Add training programs to apps file
|
2020-04-21 20:45:02 +01:00 |
jeffmer
|
5f19c8bd80
|
Update apps.json
|
2020-04-21 20:22:26 +01:00 |
Paul Cockrell
|
a49397ed3d
|
Disable emulator
|
2020-04-21 20:11:32 +01:00 |
Gordon Williams
|
4744b64a28
|
Merge pull request #337 from Purple-Tentacle/master
Active Pedometer 0.03 / Chrono Widget 0.03
|
2020-04-21 16:22:42 +01:00 |
Gordon Williams
|
f7d8af5a41
|
Merge pull request #334 from fredericrous/pong
New game: Pong🕹
|
2020-04-21 11:36:43 +01:00 |
Gordon Williams
|
8d76f11ac1
|
Merge branch 'master' of https://github.com/singintime/BangleApps into singintime-master
|
2020-04-21 11:30:20 +01:00 |
fredericrous
|
7735a2ba97
|
New game: Pong🕹
|
2020-04-21 11:22:15 +01:00 |
singintime
|
15a92c1b38
|
Minion clock v0.02
|
2020-04-21 09:37:58 +02:00 |