Michael

Results 295 comments of Michael

What is the issue with the orientation manager being called? It's probably how AIR handles orientation changes?

FYI `autoOrients` https://airsdk.dev/docs/building/application-descriptor-files/elements/initialWindow#autoorients

Not really sure what the issue is. The name would indicate an internal working of AIR likely to handle the orientation of the application. Why is this an issue?

Interesting, have they given a reason? Seems odd given this is functionality of the app.

personal information related to the device orientation? Seems odd? I'm not a developer of the AIR SDK, just a user. You'll need to get someone from Harman to do that.

Personally I'd push back at the platform and ask them to explain why this is an issue?

I'm very interested to know why this is a concern? I've never had anyone pull us up on this before :) Did they give you any more information on the...

It's an easy one to add, we have it available in the [Application ANE](https://airnativeextensions.com/extension/com.distriqt.Application): https://docs.airnativeextensions.com/asdocs/application/com/distriqt/extension/application/Device.html#getExternalFilesDir() but you might want to work it into the existing AIR SDK.

It's not that hard to keep the main freextension, frecontext and frefunctions as java and use kotlin for everything else in your extension. Kotlin is designed with java interoperability in...