Ruben Meijering

Results 6 comments of Ruben Meijering

I've fixed it by downloading the sources and changing the following: - Replace `startService` with `startForegroundService` for API 26+ in [StandOutWindow.java, line 119](https://github.com/pingpongboss/StandOut/blob/master/library/src/wei/mark/standout/StandOutWindow.java#L119) - Replace `TYPE_PHONE` with `TYPE_APPLICATION_OVERLAY` for API...

Did you change `TYPE_PHONE` within the `StandOutLayoutParams` constructor to `TYPE_APPLICATION_OVERLAY` for API 26+? That was the reason it wasn't showing with my code. `TYPE_PHONE` [is no longer supported](https://developer.android.com/about/versions/oreo/android-8.0-changes#cwt).

@Fabi755 Thanks for taking the time to do this! While implementing your changes into our Flitsmeister app we noticed two things in `NavigationRoute`: - The `origin(Point, Double, Double)` function on...

@Fabi755 Thanks, everything seems to work so far! The last time I tested it everything worked on emulator as well, but now the map seems to crash on emulator. I...

Thanks, I'm subscribing to that issue. Hopefully it can be fixed 🤞