Commit Graph

7960 Commits (89b4a6b02cbd88574b387cd27f80fcca8dca9c46)

Author SHA1 Message Date
Alessandro Cocco 65f8e20575 [Alarms & Timers] Add missing require("sched") 2022-04-24 21:36:17 +02:00
Stiralbios 3a7e67d56b remove debug logs 2022-04-24 19:57:18 +02:00
Stiralbios cbbab7c04c Fix settings bug 2022-04-24 19:42:35 +02:00
Stiralbios d63eb7e003 Fix settings issue 2022-04-24 19:35:50 +02:00
Stiralbios 2f67e5c0ed Try to fix the settings issue 2022-04-24 19:25:11 +02:00
Stiralbios a9d8d52beb add logs for debug 2022-04-24 19:15:57 +02:00
Stiralbios ad4a99a04c First commit for the next version of ActivityReminder: tweaking some values 2022-04-24 18:50:29 +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
frigis1 033a2a4f6e
Update README.md 2022-04-24 00:47:55 -07:00
frigis1 2c15afece1
Merge branch 'espruino:master' into tapkb2 2022-04-24 00:47:06 -07:00
frigis1 7a0d47b4d8
Add files via upload 2022-04-24 00:46:44 -07:00
frigis1 d412842220
Create lib.js 2022-04-24 00:46:21 -07:00
frigis1 d5489c7fef
Update README.md 2022-04-24 00:26:39 -07:00
frigis1 bbd90e0869
Update metadata.json 2022-04-24 00:25:39 -07:00
frigis1 6c5ab23c9d
Update ChangeLog 2022-04-24 00:25:20 -07:00
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
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
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
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
David Peer f8a2c280fe Show last healt status for HRM 2022-04-20 17:24:11 +02:00
David Peer 8ff06301a7 Merge branch 'master' of https://github.com/peerdavid/BangleApps 2022-04-20 17:15:12 +02:00
David Peer 945bc31b36 Fix info alignment 2022-04-20 17:15:10 +02:00
Peer David 66a8f4dcb8
Merge branch 'espruino:master' into master 2022-04-20 17:10:05 +02:00
David Peer 058beeae94 Better stability for weather 2022-04-20 17:09:33 +02:00
David Peer a02e6d79c4 Use same data for settings otherwise settings change after first save. 2022-04-20 17:05:05 +02:00
Gordon Williams bade1586ab
Merge pull request #1715 from sir-indy/master
Another pedometer widget
2022-04-20 16:03:44 +01:00
David Peer d8bfad06ae LCARS V0.22 - Fixed alarm and use build in steps function as fallback. 2022-04-20 17:03:15 +02:00
Gordon Williams 944cbb1136
Merge pull request #1719 from zerodogg/messagesTimeoutMsgRemoval
Allow timeouts to run on the message list screen
2022-04-20 15:36:18 +01:00
sir-indy f59f2872e6
Update widstep.wid.js
Remove stray print statement!
2022-04-20 15:16:19 +01:00
sir-indy 09bd9bb252
Update widstep.wid.js
Looks like reload was never being called, so just read in the important setting at the top of the file.
2022-04-20 15:15:55 +01:00
Eskild Hustvedt a7bab80dc3 Allow timeouts to run on the message list screen
Stops the app from displaying a message that then gets removed and after that
permanently "hanging" on the message screen.
2022-04-20 15:39:11 +02:00
sir-indy c377a4f194
Update app.js 2022-04-20 14:32:23 +01:00
Alessandro Cocco 7c96e04d05 [Launcher] Update metadata & changelog 2022-04-20 15:20:36 +02:00
Alessandro Cocco c2a5d13bd6 [Launcher] Load & draw widgets iff not in fullscreen mode 2022-04-20 15:20:22 +02:00
Alessandro Cocco 7afa90710f [Launcher] Add new "fullscreen" option 2022-04-20 15:20:07 +02:00
Alessandro Cocco 2e5f198d66 [Launcher] Update labels
- Shorten settings title
- Change menu items to Camel Case
2022-04-20 15:19:51 +02:00
Alessandro Cocco cfff375e56 [Alarms & Timers] Update metadata & changelog 2022-04-20 14:35:51 +02:00
Alessandro Cocco c5e28b96ec [Alarms & Timers] Integrate with new 'sched' factories
Minor code clean up (let instead of var, whitespaces between operators, etc.)
2022-04-20 14:35:51 +02:00
Alessandro Cocco bcae05d257 [Alarms & Timers] Update labels and add LANG placeholders 2022-04-20 14:35:51 +02:00
Alessandro Cocco cb0913468f [Scheduler] Update metadata & changelog 2022-04-20 14:35:51 +02:00
Alessandro Cocco 9c9b48ce39 [Scheduler] Integrate the new settings into the code 2022-04-20 14:35:51 +02:00
Alessandro Cocco a84c1d4f77 [Scheduler] Add Settings page 2022-04-20 14:35:50 +02:00
Alessandro Cocco b0a43413c8 [Scheduler] Export new functions
- newDefaultAlarm
- newDefaultTimer
- get/setSettings
2022-04-20 14:35:50 +02:00
sir-indy 7bfe23d809
Update widstep.wid.js 2022-04-20 12:48:28 +01:00
sir-indy 7621776a83
Update app.js 2022-04-20 12:39:41 +01:00
sir-indy 51c285b39c
Update widstep.wid.js 2022-04-20 12:38:09 +01:00
Gordon Williams 810624d1f8
Merge pull request #1703 from Ronin0000-Github-Bangle-js-Fork-2/master
LCARS clock custom theming
2022-04-20 10:30:37 +01:00
Ronin0000 5a86b8e4d0
Update lcars.settings.js 2022-04-19 16:46:04 -07:00
Ronin0000 beff9975fc
Update metadata.json 2022-04-19 16:38:03 -07:00
Ronin0000 fd7d0db7e9
Update ChangeLog 2022-04-19 16:37:54 -07:00
Ronin0000 2db18d6678
Update appb2.js 2022-04-19 16:37:24 -07:00
thyttan 1bc9329014 dragboard v0.04 2022-04-19 23:33:09 +02:00
thyttan fcbb05753b
Merge branch 'espruino:master' into thyttan-dragboard 2022-04-19 23:07:20 +02:00
thyttan 9e78afb1b1 dragboard v0.03 2022-04-19 23:03:59 +02:00
sir-indy f0ba8ac6ea
Update app.js 2022-04-19 20:35:04 +01:00
sir-indy 4a96043048
Update app.js 2022-04-19 17:04:56 +01:00
sir-indy aedb3a0b26
Update app.js 2022-04-19 16:36:17 +01:00
sir-indy 20f9f2ad86
Update README.md 2022-04-19 16:26:56 +01:00
sir-indy ea95dbfbf4
Update widstep.wid.js 2022-04-19 16:20:01 +01:00
sir-indy 702cd09f79
Update widstep.wid.js 2022-04-19 16:19:05 +01:00
Ronin0000 fbbb441bdd
Merge branch 'espruino:master' into master 2022-04-19 07:29:35 -07:00
sir-indy e04f574f92
Update README.md 2022-04-19 15:28:04 +01:00
sir-indy c74cd9bf36
Update app.js 2022-04-19 15:25:58 +01:00
sir-indy f318fb005d
Update ChangeLog 2022-04-19 15:25:35 +01:00