farfromrefuge
farfromrefuge
@hero23550 oh ok i see now. It is out of the scope of that app. Maybe you can use another app to clean the import
@loewenheim i am on 24.11.1
@loewenheim no i did not. But is that normal for it to use external url. Shouldnt it use dockrr link url? Right now it means it goes over internet when...
@CatchABus yes if your app was not setting the correct native api usage from the app code it might fail now if it was "covered" by N native-api-usage. But I...
@jcassidyav nice will add those. BTW what is the real difference between ` android.content:ContentResolver` and `android.content:ContentResolver*` . From what i have tested metadata are even bigger with `android.content:ContentResolver` which does...
@jcassidyav wow that is a big issue ! thanks for catching this. I was updating all my plugins with that change, might have broken stuff!
@jcassidyav i updated the file. Does that look good to you? Also removed `androidx.appcompat:R.attr` as i dont think we need it
@jcassidyav OK great i LL take a look
@jcassidyav thanks a lot. I was adding missing by testing in my production apps. I will run the tests too! Thanks for helping on this!
@jcassidyav about `android.graphics:ColorFilter` i dont think we need it. We only use `getColorFilter` in the tests and `setColorFilter` is only used with a color. `"android.widget:FrameLayout.LayoutParams",` i dont see where it...