Michael Möbius

Results 12 comments of Michael Möbius

Yes I tried that, but it only shows the direct dependencies of the app module not the dependencies of the other gradle modules. I would like to have one licence...

The AndroidX 1.0.0 and the 28.0.0 are now stable. Looking forward to upgrade my app ;)

I see the same issue: android:inputType="textPassword" and android:numeric="integer" are not working anymore.

You are using a file uri to open the log file. https://github.com/MindorksOpenSource/CrashReporter/blob/5cfdaa97680088d3e8b79108568a7d0c776b67f0/crashreporter/src/main/java/com/balsikandar/crashreporter/ui/LogMessageActivity.java#L30 This is not allowed on Android 7+ anymore: https://stackoverflow.com/questions/38200282/android-os-fileuriexposedexception-file-storage-emulated-0-test-txt-exposed

Just found the corresponding issue in the google bug tracker, if anyone is interested. https://issuetracker.google.com/issues/75295983

It looks to me more like an Android error. I had a very similar issue with the Mavic 2 Enterprise and a Android 12 device. You can try my fork...

Thank you, I calculated the them as well. But it would be great to have a solution for all drones and with exact numbers. So an function in the API...

Thank you, I must have overlooked the picture size 4000x3000. I am trying to calculate the geo location where the drone is looking at. Lets say I see a car...

Could be related to the ordering issue in the dict space: https://github.com/ray-project/ray/issues/33327

Duplicate: https://github.com/ray-project/ray/issues/28265