Commit Graph

10305 Commits (06581584a63d241f6f69007f9aaa7323ecdc2ffe)

Author SHA1 Message Date
frigis1 9df3354a49
Update settings.js 2022-04-24 00:25:03 -07:00
frigis1 98f199105e
Update boot.js 2022-04-24 00:24:43 -07:00
frigis1 7fd779b607
Merge branch 'espruino:master' into gbalarms 2022-04-24 00:24:10 -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
hughbarney a7153134d8 Merge remote-tracking branch 'upstream/master' 2022-04-22 20:56:24 +01:00
storm64 ab56cba3dd
Merge branch 'espruino:master' into master 2022-04-22 18:37:46 +02:00
Gordon Williams 6b5cc8b536 Merge branch 'master' of github.com:espruino/BangleApps 2022-04-22 09:34:31 +01:00
Gordon Williams 7e7ccc3085 bump suggested fw version 2022-04-22 09:34:23 +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
Gordon Williams b7b64c2cfe
Merge pull request #1722 from nxdefiant/master
Refactor some methods to scheduling library
2022-04-21 15:29:50 +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
Erik Andresen 03c1f330ad revert main.css 2022-04-21 11:50:23 +02:00
Gordon Williams e6af380b9f
Merge pull request #1721 from alessandrococco/patch-1
Update .gitignore
2022-04-21 10:40:07 +01: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
Gordon Williams 17eb42403e Merge branch 'master' of github.com:espruino/BangleApps 2022-04-21 10:27:51 +01:00
Gordon Williams d6f6fea82b Lower chunk size - makes uploads a bit slower but should help with reliability for some folks - https://github.com/espruino/BangleApps/issues/1069 2022-04-21 10:26:20 +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
frigis1 baa2313649
Delete apps/mtnclock directory 2022-04-20 21:44:50 -07:00
frigis1 8aeab136bc
Add files via upload 2022-04-20 21:32:55 -07:00
frigis1 ca91e7876a
Create app-icon.js 2022-04-20 21:32:36 -07: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
Alessandro Cocco d832610a55
Ignore Jekyll local output folder 2022-04-20 20:50:48 +02: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
Gordon Williams 7f657a31d0
Merge pull request #1720 from peerdavid/master
[LCARS] Bugfixes and other improvements
2022-04-20 16:27:39 +01:00
David Peer 088453d8ce HRM as default 2022-04-20 17:24:50 +02:00