Releases: syntaxerror247/godot-android-system-bar-color-changer
version 2.0
This release introduces a major update, switching the implementation to use JavaClassWrapper
and the bundled AndroidRuntime
plugin.
What's new
-
Gradle builds are no longer required, this plugin is now compatible with non-Gradle exports.
-
The
lightStatusBar
andlightNavigationBar
boolean properties have been removed. The plugin now automatically updates the status bar and navigation bar icons, so manual adjustments are no longer needed.
Migration Guide
To transition to this new version:
- Ensure you are using Godot 4.4+.
- Delete the previous plugin folder and replace it with the artifact from this release.
- The required changes are minimal, but please review the updated README and make the necessary adjustments accordingly.
Compatibility
- main branch and 2.x plugins are only compatible with Godot 4.4+.
- 1.x branch and plugins will continue to support and are compatible with Godot 4.2+.
Version 1.1
What's New:
-
Reduced Hassle: Manual editing of themes.xml has been eliminated. It is now customized directly within the plugin, streamlining the process and reducing potential errors.
-
Translucent System Bars: A new feature has been added to enable translucent system bars, providing a more immersive and modern look for your application.
Notes: Readme file has been updated to reflect the changes and provide instruction for new features.
This version has been tested against and supports Godot 4.3
Full Changelog: v1.0...v1.1
SystemBarColorChanger v1.0
System Bar Color Changer Plugin provides the functionality to change system bar (navigation and status bar) colors dynamically.
This version has been tested against and supports Godot 4.3