Skip to content

Releases: syntaxerror247/godot-android-system-bar-color-changer

version 2.0

19 Mar 18:37
Compare
Choose a tag to compare

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 and lightNavigationBar 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:

  1. Ensure you are using Godot 4.4+.
  2. Delete the previous plugin folder and replace it with the artifact from this release.
  3. 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

05 Oct 12:29
Compare
Choose a tag to compare

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

13 Sep 04:31
Compare
Choose a tag to compare

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