AsteroidOS / AsteroidOSSync

Android application to synchronize a phone with a watch running asteroid-btsyncd.
GNU General Public License v3.0
101 stars 37 forks source link

Google Maps notifications are not synchronised #46

Closed Rudloff closed 6 years ago

Rudloff commented 6 years ago

Hello,

Google Maps can display notifications that show the next step in your itinerary: maps notification Is there any way to display them in AsteroidOS?

FlorentRevest commented 6 years ago

That would be a very good addition indeed. Do you know if there is any API to retrieve those notifications? From a quickk look, they don't seem to be "normal" system notifications.

Rudloff commented 6 years ago

I found this question but no answer :disappointed:

I also tried to have a look at logcat but did not find anything useful.

Edit: I also found this answer that might be useful. (I also think it is an ongoing notification and AsteroidOS currently does not display those?)

FlorentRevest commented 6 years ago

Interesting. Indeed, ongoing notifications are currently ignored https://github.com/AsteroidOS/AsteroidOSSync/blob/master/app/src/main/java/org/asteroidos/sync/services/NLService.java#L145 but we could make an exception for Maps.