Messages with "Disable auto-open" option #5101
Replies: 1 comment
-
Posted at 2022-08-15 by @gfwilliams What you're suggesting there sounds fine. The library error is because the IDE isn't aware it needs to load the Bangle.js-specific libs - there's some info at https://github.com/espruino/BangleApps/blob/master/modules/README.md - it's easy enough to add them to the search path. Or... you can have your own forked app loader, save the files in there, and then if you upload from the app loader it should work fine. However I don't think Posted at 2022-08-15 by Hank Awesome. Could you just do the change on occasion? Or, I could just shoot a PR blindly :) Not sure if I get the concept of the Modules right :) Posted at 2022-08-15 by @gfwilliams Ok, just added in messages 0.50 to the development app loader Posted at 2022-08-15 by Hank Perfect. Thanks a lot! Posted at 2022-08-15 by Hank Tried it out and it does suppress new messages, but the buzz is actually missing. Posted at 2022-08-16 by Hank PS: See line 79:
Posted at 2022-08-16 by @gfwilliams
But
So assuming you're not in quiet mode , if you have no widgets then it'll buzz, but if you have the messages widget then So... are you in quiet mode? Or maybe you have a clock face that deliberately hides the widgets? Posted at 2022-08-16 by Hank No, quiet mode is diabled. Messages app shows "no message". "Disable auto-open" is set. My watchface is showing the widgets properly. In Gadgetbridge debug I hit "send" and there is no buzz or widget icon. However, the Messages app is showing the debug message if opened manually. Posted at 2022-08-16 by @gfwilliams That's very odd - just tested here again and it works great for me. If you open the Web IDE and connect to the Bangle, then paste this on the left-hand side:
Do you see any error messages printed to the console? Posted at 2022-08-16 by Hank I get
Whether or not the option is enabled. But with the Web IDE the notification buzz works as expected! SO: Gadgetbridge Debug Messages seem to be the problem here. Incoming call works but the messages do not trigger a buzz. However testing with my real email application I use DOES work. So I'm good for now :) Thanks for the help! Posted at 2022-08-17 by @gfwilliams Interesting - yes, it's very odd the gadgetbridge debug doesn't buzz... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-08-13 by Hank
So, I'm still dreaming of an easy privacy funtion that notifies me that there are new messages, but does NOT show them. That can e.g. be useful if you are in a meeting or in other situations where everybody can have a peek on the watch.
So I looked into the "Messages" and it looks like an easy deal. In theory we just have to add
In line 72 of lib.js and
In the settings.js.
But I am hesitating to open a PR because if I upload the settings.js, the console shows
when oening the settings - even with the original settings.js. So I cannot test it.
Any ideas? Or if all that makes sense, @gfwilliams could you just add that to Messages as descibed above?
Beta Was this translation helpful? Give feedback.
All reactions