Commit Graph

7905 Commits (499ec22dd82d74ebd76cb027dccadf04479ad1be)

Author SHA1 Message Date
Gordon Williams 3136bf3cbb Merge branch 'master' of github.com:espruino/BangleApps 2022-04-25 12:08:23 +01:00
Gordon Williams 00090a9c0f
Merge pull request #1730 from hughbarney/master
dtlaunch, make left to right swipe exit optional
2022-04-25 12:07:45 +01:00
Gordon Williams 09cfe9bf37
Merge pull request #1745 from alessandrococco/fix-missing-module-call-after-merge
[Alarms & Timers] Fix #1735
2022-04-25 12:06:36 +01:00
Gordon Williams d740a2bdf3
Merge branch 'master' into sched-update-settings 2022-04-25 12:00:40 +01:00
Gordon Williams 9e697c80cf
Merge pull request #1742 from frigis1/mtnclock
New clock - Mountain Pass Clock
2022-04-25 11:59:26 +01:00
Gordon Williams 1a99a89e65
Merge pull request #1736 from thyttan/thyttan-dragboard
[New app] [Dragboard] A draging/swiping keyboard
2022-04-25 11:54:57 +01:00
Gordon Williams 858307f483
Merge pull request #1734 from alessandrococco/lang-health
[Health Tracking] Add LANG placeholders, minor tweaks
2022-04-25 11:54:29 +01:00
Gordon Williams 7917c8f284
Merge pull request #1731 from barakplasma/hebrew-calendar-v7
[hebrew calendar] major renovation
2022-04-25 11:49:56 +01:00
Gordon Williams bca890eb30
Merge pull request #1726 from sir-indy/master
[fuzzyw] Moving translations for Fuzzy Work Clock
2022-04-25 11:49:09 +01:00
Gordon Williams 29e3516fa2
Merge pull request #1728 from storm64/master
[Sched] Correct decodeTime(t) rounding
2022-04-25 11:47:56 +01:00
Gordon Williams 90155cb8d8
Merge pull request #1727 from Rarder44/master
[gbmusic] fix get font size
2022-04-25 11:47:33 +01:00
Gordon Williams acdbdd81dc oops 2022-04-25 11:45:45 +01:00
Gordon Williams 39598a2d1f Add Bluetooth multimeter support 2022-04-25 11:45:06 +01:00
Alessandro Cocco 65f8e20575 [Alarms & Timers] Add missing require("sched") 2022-04-24 21:36:17 +02:00
Alessandro Cocco 1eab970caa [Scheduler] Add "Default Repeat" to settings 2022-04-24 16:26:30 +02:00
frigis1 4fb46cb367
Add files via upload 2022-04-24 00:58:14 -07:00
frigis1 9cbe9ed4cc
Create app.js 2022-04-24 00:57:51 -07:00
thyttan 8c537c6f7e
Consider widget field for marker positioning 2022-04-23 18:42:06 +02:00
thyttan c03aac5470
Merge branch 'espruino:master' into thyttan-dragboard 2022-04-23 15:46:13 +02:00
thyttan e7450f6bc6 adjusted README.md 2022-04-23 15:41:07 +02:00
thyttan d55280b940 update README.md after v0.05 fixes 2022-04-23 15:28:41 +02:00
thyttan 37204e9446 remove some files 2022-04-23 15:24:08 +02:00
thyttan 78ec6d34b4 dragboard v0.05 2022-04-23 15:22:01 +02:00
Alessandro Cocco 5525d467fc [Health Tracking] Add LANG placeholder, minor tweaks
- Update getSettings() function
- Fix some labels
- The increment in the daily step goal now is 250 instead of 100
2022-04-23 15:09:00 +02:00
hughbarney a1baaceb91 Mylocation - renamed source files to preferred standard 2022-04-22 22:05:29 +01:00
hughbarney 4d5cc23d44 Mylocation - renamed source files to preferred standard 2022-04-22 21:59:13 +01:00
hughbarney 21243f5f76 Flipper fixed dark theme color 2022-04-22 21:38:11 +01:00
hughbarney 0239503983 Mylocation fixed back button 2022-04-22 21:21:52 +01:00
Michael Salaverry 34f02fd1da feat: use customizer to more accurately generate calendar data file
feat: brand new UI to display upcoming/current calendar events
feat: add holidays, shabbat torah readings, and time display to clock
2022-04-22 09:35:52 +03:00
hughbarney 51c1e86d49 dtlaunch, make left to right swipe exit optional 2022-04-22 00:34:04 +01:00
storm64 052c1694d2 [Sched] Correct `decodeTime(t)` rounding
Correct `decodeTime(t)` to return a more likely expected time:
- before: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 0, mins: 60 }`
- after: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 1, mins: 0 }`
2022-04-21 23:01:39 +02:00
storm64 662581bff0
[sched] Update lib.js
Correct `decodeTime(t)` to return a more likely expected time:
- before: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 0, mins: 60 }`
- after: `require("sched").decodeTime(60*60*1000-1)` returns: `{ hrs: 1, mins: 0 }`
2022-04-21 22:05:12 +02:00
Rarder44 a6991560c3 fix get font size 2022-04-21 22:00:24 +02:00
sir-indy 9133345ec7 Updated Readme 2022-04-21 17:14:16 +01:00
sir-indy ecb0c372f0
Merge branch 'espruino:master' into master 2022-04-21 17:08:32 +01:00
sir-indy 9c2e1987e2 remove fuzzy strings, add translations to lang files 2022-04-21 17:06:32 +01:00
sir-indy bdcd253e6c remove fuzzyw.settings.js 2022-04-21 16:35:54 +01:00
Erik Andresen 856164a58e alarm
update version to 0.22
2022-04-21 11:56:39 +02:00
nxdefiant 0e0415fefa
Merge branch 'master' into master 2022-04-21 11:56:11 +02:00
Gordon Williams fbdcb8da83
Merge pull request #1723 from alessandrococco/1676-on-new-alarm-time-is-reset-on-dow-change
[Alarms & Timers] Fix #1676
2022-04-21 10:38:40 +01:00
Gordon Williams af8dc7d7ac
Merge pull request #1724 from alessandrococco/patch-2
[Launcher] Add README
2022-04-21 10:37:49 +01:00
Gordon Williams 971fcb2f67
Merge pull request #1725 from myxor/patch-1
Fix typo in activity reminder
2022-04-21 10:37:18 +01:00
Gordon Williams b9e76dd293 messages 0.34: Don't buzz for 'map' update messages 2022-04-21 10:29:10 +01:00
Alessandro Cocco 85268b8f82 [Alarms & Timers] Avoid time reset after a dow change 2022-04-21 11:17:55 +02:00
Marco H 3ab7add1ef
Fix typo 2022-04-21 10:45:04 +02:00
Alessandro Cocco 109ef4f417 [Launcher] Add README 2022-04-21 10:09:54 +02:00
sir-indy 6c77b7bc64
Fuzzyw translation (#3)
* Update metadata.json

* Update ChangeLog

* Update fuzzyw.app.js

* Update de_DE.json

* Update de_DE.json
2022-04-20 22:01:54 +01:00
Erik Andresen 5e847a56fd sched: fix formatTime reference 2022-04-20 20:26:06 +02:00
Erik Andresen 8c048f321c Refactor some methods to scheduling library 2022-04-20 19:32:23 +02:00
David Peer 088453d8ce HRM as default 2022-04-20 17:24:50 +02:00