Results 417 comments of Andy Holmes

This is a known bug, but pretty hard to fix in GSConnect. Since the message `_id` field is not unique, we determine uniqueness by `date`. The `date` timestamp should be...

> Is it a known bug for the kdeconnect-android folks as well? Or should I report it somewhere? I think I mentioned it once to the developers, but I've never...

> If terminal notifications are enabled, then you will duplicate notifications. This sounds like an unrelated bug to SMS. Probably you should open a separate issue for this.

The bug he's reporting is unrelated to notifications. It's a known bug that results in duplicate SMS messages in the message cache when kdeconnect-android sends the same message twice with...

> I'm here if i can help for deeper researches. You could amend the [`EContact` parsing code](https://github.com/GSConnect/gnome-shell-extension-gsconnect/blob/master/src/service/components/contacts.js#L64-L121) to account for that, but it would take some work on your end....

Previously this was fairly simple since only numerical phone numbers were supported, but became more complex when we added the support for e-mail addresses. For this to be fixed the...

Sure, you could make the default just open a window, but whether that's a good idea I don't know.

GSConnect does not have support for dual-sim messaging, so someone will have to contribute support for v2 of the SMS protocol for that to work. Sorry!

No, any issue marked with the `` label is waiting for someone in the community to contribute.

Can you show some logs of GSConnect interacting with eg. VLC and notifications?