Commit Graph

2836 Commits (eb83ce4fad33412d97b2badc532d57841accc883)

Author SHA1 Message Date
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
adrian w kirk 6277fa3b74 Solar Clock: Added Seoul 2021-07-28 15:35:05 +01:00
Gordon Williams 6d73d175eb More testing and tweaking of existing clock apps 2021-07-28 10:54:22 +01:00
Gordon Williams c1d06ef4d9 Modified more clocks to use 'setUI' instead of a setWatch. All tested on Bangle.js 1 2021-07-28 09:55:32 +01:00
Gordon Williams 04b7af4a6a Tweaks to notify to allow Gadgetbridge to dismiss notifications on phone from watch 2021-07-28 09:41:27 +01:00
adrian w kirk 6d3fb37851 SolarClock: Updated the README for the GPS update 2021-07-28 01:58:48 +01:00
adrian w kirk d03e7debd2 Solar Clock: typo in set_color 2021-07-28 01:37:25 +01:00
adrian w kirk 3e0cbf5d8d SolarClock: Hong Kong file changed it name 2021-07-28 01:25:49 +01:00
adrian w kirk 65e578c2a3 Solar Clock: Optimized Date writing
- also allow place names with space
2021-07-28 01:00:31 +01:00
Gordon Williams 3d9435e67e more hrm tweaks - show filtered data if available 2021-07-27 17:01:00 +01:00
Gordon Williams c09ec22599 hrm 0.05: Tweaks for 'HRM-raw' handling 2021-07-27 15:41:36 +01:00
Gordon Williams 2066d124fb
Merge pull request #774 from peeweek/app/hc-clock
High Contrast Clock
2021-07-27 13:41:42 +01:00
peeweek 9c058a51f7 Fixed newlines 2021-07-27 13:49:13 +02:00
peeweek ba10201442 Removed emit from notifyfs as lcdPower event works 2021-07-27 13:44:50 +02:00
peeweek 827e1538a8 Test : removing callback attachment to notifyHide to evaluate if lcdPower On is enough 2021-07-27 11:59:23 +02:00
Gordon Williams 2dda299cab Fixing some issues after recent merges 2021-07-27 10:22:41 +01:00
adrian w kirk 66096e5d91 Solar Clock: Change of variable name for gps callback installation 2021-07-27 02:06:16 +01:00
adrian w kirk e137452baf Solar Clock: fixed memory leak. GPS callbacks being installed for every location change 2021-07-27 01:54:00 +01:00
adrian w kirk 81a5c0847e Solar Clock: changed from daily GPS update to GPS update on request because it can take hours to get a GPS fix indoors which will drain the battery. Replaced it with GPS on request of button1 2021-07-26 22:38:23 +01:00
peeweek 00b6f29b94 Merge branch 'app/hc-clock' of github.com:peeweek/BangleApps into app/hc-clock 2021-07-26 21:46:16 +02:00
peeweek 12894bf1b3 Rolled back non-fullscreen notify.js as emit was not necesary + added comment in notifyfs about the emit() 2021-07-26 21:45:53 +02:00
Gordon Williams 0f2bded511
Merge branch 'master' into app/hc-clock 2021-07-26 16:06:40 +01:00
Gordon Williams 6168782cf5 bootloader 0.28: Fix double clock load after settings are changed 2021-07-26 15:53:46 +01:00
adrian w kirk 788e72a5cb Solar Clock - filled out README file 2021-07-26 14:35:39 +01:00
Gordon Williams 73b1cfde88
Merge pull request #779 from ZenMondo/master
Added Fahrenheit Thermometer (please disregard last pull request)
2021-07-26 09:46:27 +01:00
Gordon Williams b57179dff2
Merge pull request #773 from numerist/master
Dozenal Time
2021-07-26 09:08:12 +01:00
Gordon Williams b27efe378b
Merge pull request #771 from FxIII/master
some fixes/ improvement and a couple of clones
2021-07-26 09:06:32 +01:00