rootkiwi / an2linuxclient

Sync Android notifications encrypted to a Linux desktop
GNU General Public License v3.0
279 stars 34 forks source link

Not all data coming through: Notification details #38

Open Tycho-S opened 3 years ago

Tycho-S commented 3 years ago

I don't see the full content for all notifications. For example, the ones from Samsung email have 3 components when I see them as a notification on the phone:

With other notifications it works similarly though what's in each of the 3 fields can be different of course. Not all of them have the third detail field.

When it's there I can see this third field when expand the notification on the phone. I also see this on my watch and smart band (using gadgetbridge) so forwarding this info should be possible. It would be great if this could be added too.

rootkiwi commented 3 years ago

Yeah that should be possible by extracting: https://developer.android.com/reference/android/app/Notification#EXTRA_TEXT_LINES

Will have to test it, and if it works add it to the app soon.

Tycho-S commented 3 years ago

Thank you for looking into this! Sorry I didn't reply for so long as I was working on other things (mainly work related). But it would really be great to get all the info. It would also be really nice to get the name of the sending app (without replacing the subject) any and other data :) So I can group them on the notification panels. Thanks for considering this.