NativeAlphaForAndroid icon indicating copy to clipboard operation
NativeAlphaForAndroid copied to clipboard

Interesting problem after system update

Open SageWithManyFingers opened this issue 1 year ago • 3 comments

On Android 15, Native Alpha Plus does not display properly. Screenshot_20241022-221337

SageWithManyFingers avatar Oct 23 '24 19:10 SageWithManyFingers

I have the same problem. After updating to Android 15 the status bar is not hidden anymore.

sanderv32 avatar Oct 28 '24 16:10 sanderv32

for anyone that needs a quick fix.

add a android:fitsSystemWindows="true" to app/src/main/res/layout/activity_main.xml app/src/main/res/layout/full_webview.xml app/src/main/res/layout/global_settings.xml app/src/main/res/layout/webapp_settings.xml

For Reference: https://github.com/APraxx/NativeAlphaForAndroid/commit/cb2b3827b061bc2fe55b16cbd33d9e83865f20b5 with some AndroidStudio reshuffle that i only saw after the push - sry

APraxx avatar Oct 28 '24 20:10 APraxx

Duplicate of #138

haarp avatar Nov 17 '24 11:11 haarp

Sorry it took so long to fix, the problem was the old adblock engine was no longer available and I did not want to release an update with less functionality then before.

This issue itself is easy to fix by setting a flag, I am not really fond of this edge-to-edge enforcement and will postpone the change for the moment.

Everything is looking good now, if everything goes to plan the update should be online in a few days 🙂

Closing as duplicate in the meantime.

cylonid avatar Apr 13 '25 10:04 cylonid