Skip to content

0.0.15

Compare
Choose a tag to compare
@boengli boengli released this 05 Nov 23:07
· 5 commits to main since this release

Added Backward Compatibility for Pre-API 30:

Implemented a legacy fallback mode for devices running Android versions below API 30, using the SYSTEM_UI_FLAG_IMMERSIVE_STICKY flags to enable immersive mode.

Deprecated Listener Replacement:

Replaced the deprecated setOnSystemUiVisibilityChangeListener with an alternative approach for handling visibility changes on Android 11+ (API 30 and above) while retaining backward compatibility.

Configurable Fallback Option:

Introduced a new useLegacyFallback option, allowing dynamic enabling or disabling of the legacy immersive mode fallback on Android 10 and below. (enabled by default)