Skip to content

Releases: moodlemobile/cordova-plugin-statusbar

v4.0.0-moodle.7

Choose a tag to compare

@dpalou dpalou released this 13 Jul 13:59

Fix an issue with cordova-android 15. Due to the new code to handle StatusBar in cordova-android, if you changed the StatusBar color and then rotated the device, the Cordova code reapplied the default colors instead of keeping the custom one. In devices with edge-to-edge, this only affected the text color. Now this plugin will also reapply the customisations when certain events happen (e.g. rotate the device).

v4.0.0-moodle.6

Choose a tag to compare

@dpalou dpalou released this 25 Jun 10:57

Update the code to work in cordova-ios 8.

v4.0.0-moodle.3

Choose a tag to compare

@dpalou dpalou released this 17 Jan 11:00

Fix a bug that caused the app to crash in Android versions previous to 7.

v4.0.0-moodle.2

Choose a tag to compare

@dpalou dpalou released this 12 Sep 06:24
Update to v4.0.0-moodle.2

For some reason, the version uploaded to npm didn't include the latest code. Bump version to publish it again.

v4.0.0-moodle.1

Choose a tag to compare

@dpalou dpalou released this 06 Sep 10:45
1442c22
  • Automatically calculate status bar color based on background color
  • Allow changing Android's bottom navigation bar color