Commit Graph

2874 Commits (466fef2baf3b198113a7e376a9171f052265cac9)

Author SHA1 Message Date
Gordon Williams 466fef2baf Bangle 2 support and misc game tweaks 2021-08-26 16:53:43 +01:00
Gordon Williams 2e8d6db613 accel log icon 2021-08-26 13:51:39 +01:00
Gordon Williams 41b3224e3f boot +0.29: Update boot0 to avoid code block (faster execution)
+      Fix issues where 'Uncaught Error: Function not found' could happen with multiple .boot.js
2021-08-26 13:51:31 +01:00
Gordon Williams 0410a0dd8e accellog: 0.02: Use the new multiplatform 'Layout' library
Loads of layout lib improvements
2021-08-25 17:00:44 +01:00
Gordon Williams 0d7bddddde widbat 0.08: Ensure battery updates every 60s even if LCD was on at boot and stays on 2021-08-25 08:45:09 +01:00
Gordon Williams 409444a85c tweaks to make Nixie app work 2021-08-25 08:44:14 +01:00
Gordon Williams 3c24494d1b
Merge branch 'master' into master 2021-08-25 08:31:15 +01:00
JV 642a46e863
Rename nixie.app.js to app.js 2021-08-24 14:24:45 -04:00
JV 921d870312
Create app-icon.js 2021-08-24 14:23:18 -04:00
JV fa287de2fa
Delete apps.json
old app
2021-08-24 14:15:16 -04:00
JV 56269a668b
Delete app.js
old app
2021-08-24 14:15:04 -04:00
Ronin0000 5001e793bc
Update README.md
Made the image into text.
2021-08-24 09:35:36 -07:00
JV 97938355be
Update README.md 2021-08-23 16:42:28 -04:00
JV d50d8c296b
Add files via upload
for the launcher
2021-08-23 16:40:06 -04:00
JV 8bbfabfb77
Create m_vatch.js
The watch engine, step manager
2021-08-23 16:39:24 -04:00
JV 9d912be5b6
Update nixie.info 2021-08-23 16:38:52 -04:00
JV d34faf8a2b
Update nixie.app.js
Works on both Bangle 1 and Bangle 2
2021-08-23 16:38:14 -04:00
JV f17f4e6148
Delete readme.md
from an old version
2021-08-23 16:37:12 -04:00
JV 9d33283bc8
Create README.md 2021-08-23 16:36:36 -04:00
JV 50da518769
Merge branch 'espruino:master' into master 2021-08-23 16:36:01 -04:00
Ronin0000 35b334f832
Update README.md 2021-08-23 11:30:50 -07:00
Ronin0000 15d34b9f5d
Update README.md 2021-08-23 10:27:26 -07:00
Ronin0000 47893eda83
Update app.js 2021-08-23 10:02:44 -07:00
Ronin0000 2bfce0b08d
Create ChangeLog 2021-08-23 09:45:29 -07:00
Ronin0000 719be99d5b
Create README.md 2021-08-23 09:43:24 -07:00
Ronin0000 b9375375ba
Delete app.png 2021-08-23 09:42:38 -07:00
Ronin0000 eb83ce4fad
Add files via upload 2021-08-22 14:15:59 -07:00
Ronin0000 a1f7913efe
Add files via upload 2021-08-22 14:08:40 -07:00
Ronin0000 7669df9dcc
Create app-icon.js 2021-08-22 13:48:28 -07:00
Ronin0000 4e84c7c6d5
Create app.js 2021-08-22 13:45:00 -07:00
Gordon Williams 1592bcb1a5 calculator 0.03 - Support for different screen sizes and touchscreen 2021-08-18 16:17:20 +01:00
Gordon Williams d6750129d6 welcome 0.11: Fix initial screen fill colour 2021-08-18 11:17:01 +01:00
Gordon Williams a10427e76b gpsrec 0.23: Fix issue where tracks wouldn't record when running from OpenStMap if a period hadn't been set up first 2021-08-16 20:13:34 +01:00
Gordon Williams 6afd7ae7f6 notifyfs 0.10: Ensure dismissing a notification dismissal doesn't enter launcher if in clock mode 2021-08-16 12:27:26 +01:00
Gordon Williams 7e93e639e5 version for ac1ea15bd3 2021-08-12 10:32:17 +01:00
Gordon Williams ac1ea15bd3
Merge pull request #787 from ihewitt/master
Adjust hand lengths to be relative to tick marks
2021-08-12 10:31:55 +01:00
Ivor Hewitt 642485c0b1 Adjust hand lengths to be relative to tick marks 2021-08-12 09:55:50 +01:00
Gordon Williams 7d919b3854
Merge pull request #783 from awkirk71/master
Solar Clock: Bug Fixes and Memory Footprint reduction
2021-08-12 09:55:45 +01:00
Gordon Williams 27aae18604
Merge branch 'master' into master 2021-08-12 09:54:38 +01:00
Richard de Boer 1aeed274c3 settings: update Quiet Mode widget (if present) 2021-08-11 01:30:11 +02:00
Richard de Boer b21d432cce qmsched: add widget 2021-08-11 01:30:11 +02:00
adrian w kirk 7487ea5e08 Solar clock: updating the version no and change log for next release 2021-08-11 00:22:52 +01:00
Richard de Boer 1d649a58fd qmsched: Simplify scheduling logic
Instead of keeping track when a schedule last fired, just check if the
time is in the future.
2021-08-10 22:26:17 +02:00
adrian w kirk 8bcf8887cc Solar Clock: Memory footprint reduction. It appears that each object created is extremely expensive memorywise. Have merged together the night and data strategy which reduces the footprint by 5% 2021-08-08 16:16:05 +01:00
adrian w kirk 91a957adeb Solar Clock: BUGFIX:Sun sometimes disappearing from view completely until button1 is pressed. 2021-08-05 20:36:58 +01:00
adrian w kirk 581e2773d7 Merge branch 'master' of https://github.com/awkirk71/BangleApps 2021-08-04 00:10:33 +01:00
adrian w kirk 7ba2cb6a4d Solar Clock: Sun sometimes not getting cleared at steapest part of slope. Change large sun movements detections to be in x and y directions 2021-08-04 00:10:02 +01:00
awkirk71 8c4d1ed54e
Merge branch 'espruino:master' into master 2021-07-29 12:45:23 +01:00
adrian w kirk b25a7cc20d Solar Clock: added GPS reset instructions 2021-07-29 12:43:29 +01:00
adrian w kirk c169d42455 Solar Clock: Added comments 2021-07-29 02:10:23 +01:00