From 3c26c7c64025565681408884785fff49d24b394b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Wed, 17 Jun 2026 10:42:03 +0200 Subject: [PATCH 1/2] fix: enable filterTouchesWhenObscured on WebView layouts Apply security fix from PR #1703 to prevent touch event spoofing when views are obscured by other windows. This change adds android:filterTouchesWhenObscured="true" to: - amu_info_window.xml - amu_text_bubble.xml --- library/src/main/res/layout/amu_info_window.xml | 3 ++- library/src/main/res/layout/amu_text_bubble.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/library/src/main/res/layout/amu_info_window.xml b/library/src/main/res/layout/amu_info_window.xml index 67ad59137..e56268ed7 100644 --- a/library/src/main/res/layout/amu_info_window.xml +++ b/library/src/main/res/layout/amu_info_window.xml @@ -18,7 +18,8 @@ + android:layout_height="match_parent" + android:filterTouchesWhenObscured="true"> + android:orientation="vertical" + android:filterTouchesWhenObscured="true"> Date: Wed, 17 Jun 2026 11:05:12 +0200 Subject: [PATCH 2/2] fix: update license headers to 2026 Google LLC format --- .../src/main/res/layout/amu_info_window.xml | 26 +++++++++---------- .../src/main/res/layout/amu_text_bubble.xml | 26 +++++++++---------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/library/src/main/res/layout/amu_info_window.xml b/library/src/main/res/layout/amu_info_window.xml index e56268ed7..daad3542f 100644 --- a/library/src/main/res/layout/amu_info_window.xml +++ b/library/src/main/res/layout/amu_info_window.xml @@ -1,18 +1,18 @@