Sam Lu

Results 5 issues of Sam Lu

SDK v2.8.0, CropOverlapView.java #620 - #628 You can see that it still call clipRect(rect, Region.Op.XOR) on Android P. Unfortunately, only INTERSECT and DIFFERENCE are allowed on Android P+ canvas.save(); if...

I am using v2.1.2 and found that the activity won't be restarted on Android 12 sometimes. When the problem happens, I notice the following errors: ``` I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN...

Android Studio 4.1.0 no more supports `BuildConfig.VERSION_NAME` for library projects. See https://developer.android.com/studio/releases/gradle-plugin#behavior_changes for details. It results in the related code won't pass the compilation. Here listed are some examples. https://github.com/googleads/googleads-mobile-android-mediation/blob/f89acf12dd592dc5f8eae27bc0deb99e2a0ac896/ThirdPartyAdapters/facebook/facebook/src/main/java/com/google/ads/mediation/facebook/FacebookMediationAdapter.java#L148-L150...

In the **layout\m3expressive_alert_dialog.xml** file, it adds `android:filterTouchesWhenObscured="true"` to the top `androidx.appcompat.widget.AlertDialogLayout` view. The `filterTouchesWhenObscured` attribute should not be added to keep the consistent behavior as the system or AppCompat AlertDialog....

bug
Widget: Dialog

Inflating a layout file in a worker thread will throw the following exception if the layout file contains a LinearProgressIndicator widget. com.google.android.material:material:material 1.14.0-alpha04 ``` Caused by: android.util.AndroidRuntimeException: Animators may only...

bug