Releases: moodlemobile/cordova-plugin-statusbar
Releases · moodlemobile/cordova-plugin-statusbar
Release list
v4.0.0-moodle.7
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
Update the code to work in cordova-ios 8.
v4.0.0-moodle.3
Fix a bug that caused the app to crash in Android versions previous to 7.
v4.0.0-moodle.2
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
- Automatically calculate status bar color based on background color
- Allow changing Android's bottom navigation bar color