Text messages dismiss keeps them in Messages #5559
Replies: 1 comment
-
Posted at 2022-12-29 by @thyttan Hi, I'm not entirely sure, but I think you might want to look at adding some of whats in the function for the delete button below line #225 to both/either of the code following "msg.positive" or "msg.negative" following line #301 in the app.js file for Message UI. Posted at 2022-12-29 by rnist These do seem obvious now, but I'm not familiar with the codebase. Posted at 2022-12-30 by rnist I was working on adjustments on the messagesgui app, and I thought I messed up the settings for messages on my branch, but .... ended up doing a factory reset and re-install everything from the official bangle apps , and I still get an error when going to Settings->apps -> messages . Error message is : Messages: Invalid settings! BTN1 to go back I'm on firmware 2v16 , Posted at 2022-12-30 by @thyttan I don't get the error message, am on fw 2v16.45. Maybe Settings->Utils->Rewrite setting could be worth a try? Also, having the grid widget as well as the standard widget seem at least redundant? Could they conflict in some way? I tried having both installed and still no error for me though. Posted at 2022-12-31 by rnist Updated firm to bleeding edge v2. 16.45. Still getting that error. :| Posted at 2022-12-31 by @thyttan Some ideas:
Posted at 2022-12-31 by rnist
Thanks! Happy New Year! Posted at 2023-01-02 by johan_m_o About the original issue (a clarification). Is this about SMS? I'm asking, because I've been seeing an issue with SMS notifications that might be related. First, with all other notifications I'm not seeing any issues. Pressing the checkmark marks the message as read and keeps it in the messages app, while pressing the X dismisses it and removes it from the app (and sometimes also from the phone, depending on the app). But, with regular text messages (SMS) the message is never removed from the app on the watch. Not even when dismissing the notification from the phone. A manual delete is required... Posted at 2023-01-02 by rnist Exactly, that's what I meant by 'text', sms. Shoud of been more clear. I'm currently working on doing the delete for sms, but need time to finish it Posted at 2023-01-06 by @gfwilliams Hi - just checking - is this for Gadgetbridge, or iOS? It might be that iOS handles messages differently and we'd need to explicitly remove them from our list Posted at 2023-01-06 by rnist Gadgetbridge. In short, needind to delete sms after i have confirmed/checked it is annoying. Sms is not dismissed on watch or on phone unless I delete it from the watch. In my initial go of deleting on confirm i messed something up, i need to revisit what i implemented and see start was wrong, but tight on time lately.... Posted at 2023-01-11 by @thyttan @gfwilliams opened a somewhat adjacent issue for discussion on github. It's not exactly about what you're doing here, @rnist, but about those buttons nonetheless. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-12-29 by rnist
Hello, great work again on the bangle! My Garmin Fenix 6 is sitting unused since I got the bangle2 :D.
Though, I find the following behaviour annoying: When I get text messages, if I interact with them (dismiss, or check) , they are still in the messages widget, the only way of getting rid of them is 'delete' or 'delete all'.
It's fine if everyone else likes this behaviour, but I'd like to remove the message from the watch if I tapped dismiss, or the checkmark(or just the checkmark to 'delete' the message). Am I missing a setting for this?
If not, I've been looking in the code and I have not seen anything special for 'text' messages, I've got no idea from where I could start to implement what I want. Any pointers ?
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions