This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 87cde6c0b3 Deploying to asf-staging from @ 
apache/cordova-docs@223cf8ce2e160c14ca1491413009d6085590b99a 🚀
87cde6c0b3 is described below

commit 87cde6c0b33d81f6b865cda66332a2f719cd3570
Author: erisu <[email protected]>
AuthorDate: Fri Mar 6 18:09:17 2026 +0000

    Deploying to asf-staging from @ 
apache/cordova-docs@223cf8ce2e160c14ca1491413009d6085590b99a 🚀
---
 .../2026/03/06/cordova-android-15.0.0.html         | 22 ++++++++++++++++++
 blog/index.html                                    | 22 ++++++++++++++++++
 feed.xml                                           | 26 ++++++++++++++++++++--
 3 files changed, 68 insertions(+), 2 deletions(-)

diff --git a/announcements/2026/03/06/cordova-android-15.0.0.html 
b/announcements/2026/03/06/cordova-android-15.0.0.html
index 2778972712..6d25dad6d0 100644
--- a/announcements/2026/03/06/cordova-android-15.0.0.html
+++ b/announcements/2026/03/06/cordova-android-15.0.0.html
@@ -298,6 +298,28 @@ cordova platform add [email protected]
     <p>In this major release, Apache Cordova has improved the system bar 
functionality to mimic the previous non-Edge-to-Edge behavior, allowing app 
developers to continue supporting a status bar.</p>
 
     <p>Users can still opt in to the Edge-to-Edge feature by using the 
<code>AndroidEdgeToEdge</code> preference flag introduced in Cordova-Android 
14.</p>
+
+    <p><strong>IMPORTANT NOTE:</strong> The StatusBar plugin is no longer 
required. Status bar functionality has been integrated as an internal plugin to 
maintain the original behavior. The StatusBar JavaScript API is available:</p>
+
+    <ul>
+      <li>
+        <p><code>window.statusbar.visible</code> — A property that controls 
the visibility of the status bar. It accepts a boolean value (<code>true</code> 
or <code>false</code>).</p>
+      </li>
+      <li>
+        <p><code>window.statusbar.setBackgroundColor('#AARRGGBB')</code> — A 
method that changes the background color of the status bar. It accepts a 
hexadecimal color string.</p>
+      </li>
+    </ul>
+
+    <p>Previous status bar preferences are reused. Preferences are read in the 
following priority order:</p>
+
+    <ul>
+      <li><code>StatusBarBackgroundColor</code></li>
+      <li><code>BackgroundColor</code>
+        <ul>
+          <li>Depending on the OS version, the <code>BackgroundColor</code> 
preference may also change the navigation/gesture bar.</li>
+        </ul>
+      </li>
+    </ul>
   </li>
   <li>
     <p><strong>Support Night &amp; Day Theme</strong></p>
diff --git a/blog/index.html b/blog/index.html
index 3a71fb1e3e..57f61546cc 100644
--- a/blog/index.html
+++ b/blog/index.html
@@ -310,6 +310,28 @@ cordova platform add [email protected]
     <p>In this major release, Apache Cordova has improved the system bar 
functionality to mimic the previous non-Edge-to-Edge behavior, allowing app 
developers to continue supporting a status bar.</p>
 
     <p>Users can still opt in to the Edge-to-Edge feature by using the 
<code>AndroidEdgeToEdge</code> preference flag introduced in Cordova-Android 
14.</p>
+
+    <p><strong>IMPORTANT NOTE:</strong> The StatusBar plugin is no longer 
required. Status bar functionality has been integrated as an internal plugin to 
maintain the original behavior. The StatusBar JavaScript API is available:</p>
+
+    <ul>
+      <li>
+        <p><code>window.statusbar.visible</code> — A property that controls 
the visibility of the status bar. It accepts a boolean value (<code>true</code> 
or <code>false</code>).</p>
+      </li>
+      <li>
+        <p><code>window.statusbar.setBackgroundColor('#AARRGGBB')</code> — A 
method that changes the background color of the status bar. It accepts a 
hexadecimal color string.</p>
+      </li>
+    </ul>
+
+    <p>Previous status bar preferences are reused. Preferences are read in the 
following priority order:</p>
+
+    <ul>
+      <li><code>StatusBarBackgroundColor</code></li>
+      <li><code>BackgroundColor</code>
+        <ul>
+          <li>Depending on the OS version, the <code>BackgroundColor</code> 
preference may also change the navigation/gesture bar.</li>
+        </ul>
+      </li>
+    </ul>
   </li>
   <li>
     <p><strong>Support Night &amp; Day Theme</strong></p>
diff --git a/feed.xml b/feed.xml
index 7fd147cbee..30f5c3719c 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://cordova.apache.org/</link>
     <atom:link href="https://cordova.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Fri, 06 Mar 2026 09:40:16 +0000</pubDate>
-    <lastBuildDate>Fri, 06 Mar 2026 09:40:16 +0000</lastBuildDate>
+    <pubDate>Fri, 06 Mar 2026 18:09:08 +0000</pubDate>
+    <lastBuildDate>Fri, 06 Mar 2026 18:09:08 +0000</lastBuildDate>
     <generator>Jekyll v4.4.1</generator>
     
       <item>
@@ -180,6 +180,28 @@ cordova platform add [email protected]
     &lt;p&gt;In this major release, Apache Cordova has improved the system bar 
functionality to mimic the previous non-Edge-to-Edge behavior, allowing app 
developers to continue supporting a status bar.&lt;/p&gt;
 
     &lt;p&gt;Users can still opt in to the Edge-to-Edge feature by using the 
&lt;code&gt;AndroidEdgeToEdge&lt;/code&gt; preference flag introduced in 
Cordova-Android 14.&lt;/p&gt;
+
+    &lt;p&gt;&lt;strong&gt;IMPORTANT NOTE:&lt;/strong&gt; The StatusBar plugin 
is no longer required. Status bar functionality has been integrated as an 
internal plugin to maintain the original behavior. The StatusBar JavaScript API 
is available:&lt;/p&gt;
+
+    &lt;ul&gt;
+      &lt;li&gt;
+        &lt;p&gt;&lt;code&gt;window.statusbar.visible&lt;/code&gt; — A 
property that controls the visibility of the status bar. It accepts a boolean 
value (&lt;code&gt;true&lt;/code&gt; or 
&lt;code&gt;false&lt;/code&gt;).&lt;/p&gt;
+      &lt;/li&gt;
+      &lt;li&gt;
+        
&lt;p&gt;&lt;code&gt;window.statusbar.setBackgroundColor('#AARRGGBB')&lt;/code&gt;
 — A method that changes the background color of the status bar. It accepts a 
hexadecimal color string.&lt;/p&gt;
+      &lt;/li&gt;
+    &lt;/ul&gt;
+
+    &lt;p&gt;Previous status bar preferences are reused. Preferences are read 
in the following priority order:&lt;/p&gt;
+
+    &lt;ul&gt;
+      &lt;li&gt;&lt;code&gt;StatusBarBackgroundColor&lt;/code&gt;&lt;/li&gt;
+      &lt;li&gt;&lt;code&gt;BackgroundColor&lt;/code&gt;
+        &lt;ul&gt;
+          &lt;li&gt;Depending on the OS version, the 
&lt;code&gt;BackgroundColor&lt;/code&gt; preference may also change the 
navigation/gesture bar.&lt;/li&gt;
+        &lt;/ul&gt;
+      &lt;/li&gt;
+    &lt;/ul&gt;
   &lt;/li&gt;
   &lt;li&gt;
     &lt;p&gt;&lt;strong&gt;Support Night &amp;amp; Day 
Theme&lt;/strong&gt;&lt;/p&gt;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to