Interesting problem after system update
On Android 15, Native Alpha Plus does not display properly.
I have the same problem. After updating to Android 15 the status bar is not hidden anymore.
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
Duplicate of #138
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.