tvall43 / openliveview

fork of the openliveview app
Apache License 2.0
0 stars 1 forks source link

SMS Notification not catching #2

Open Cartman99fr opened 11 years ago

Cartman99fr commented 11 years ago

I'm using Handcent SMS, so the original liveview program did not catch the notification into the SMS category

With OLV, it still was not in the category SMS, but at least it appears in the ALL NOTIFICATIONS :)

but ramdomly, it doesn't.... do you know this ?

tvall43 commented 11 years ago

If you use the stock messaging app, messages should appear under sms. I din't write the sms code or even look at it, but I'm assuming it just reads it out of the sms database. what you are seeing is expected behavior as far as I know

Cartman99fr commented 11 years ago

my concern is not the fact that it is not under SMS, but that this notification is not taken in account while any other are delivered to the liveview...

Cartman99fr commented 11 years ago

by the way, did you change anything in the way notifications are shown ? in the official OLV, i have only the title. In your version, i have the complete notification (for instance, email body is also shown)

tvall43 commented 11 years ago

does it work on the official openliveview app?

Cartman99fr commented 11 years ago

yes it does, i don't miss any notifications on the offical

tvall43 commented 11 years ago

I added a change from here https://code.google.com/r/benjy3gg-olv-ex/ . it adds support for jellybean's expandable notifications. again, not code I wrote, so I don't know if it would cause your issue or not.