This is an automated email from the ASF dual-hosted git repository.
erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git
The following commit(s) were added to refs/heads/master by this push:
new faa00f2a release(15.0.0): updated release notes & version (#1885)
faa00f2a is described below
commit faa00f2a629529aeba59a6812d0fa55627ee6e9e
Author: エリス <[email protected]>
AuthorDate: Tue Feb 24 12:09:38 2026 +0900
release(15.0.0): updated release notes & version (#1885)
---
RELEASENOTES.md | 72 +++++++++++++++++++++-
.../src/org/apache/cordova/CordovaWebView.java | 2 +-
package-lock.json | 4 +-
package.json | 2 +-
4 files changed, 74 insertions(+), 6 deletions(-)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d3ec4b2b..72a7c58c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -8,18 +8,86 @@
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-# KIND, either express or implied. See the License for the
+# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
-->
+
## Release Notes for Cordova (Android)
+### 15.0.0
+
+**Breaking Changes:**
+
+* feat!: support previous non-E2E
([#1817](https://github.com/apache/cordova-android/pull/1817))
[[76aa9380](https://github.com/apache/cordova-android/commit/76aa9380)]
+* feat!: add partial night & day theme support
([#1818](https://github.com/apache/cordova-android/pull/1818))
[[60d28420](https://github.com/apache/cordova-android/commit/60d28420)]
+* feat!: bump [email protected]
([#1814](https://github.com/apache/cordova-android/pull/1814))
[[72e71488](https://github.com/apache/cordova-android/commit/72e71488)]
+* feat!: bump [email protected] & [email protected]
([#1811](https://github.com/apache/cordova-android/pull/1811))
[[c25ed278](https://github.com/apache/cordova-android/commit/c25ed278)]
+* feat!: bump sdk & build tools to 36
([#1810](https://github.com/apache/cordova-android/pull/1810))
[[d8f6f377](https://github.com/apache/cordova-android/commit/d8f6f377)]
+* feat!: remove unused getASPath.bat file
([#1808](https://github.com/apache/cordova-android/pull/1808))
[[7a47fe01](https://github.com/apache/cordova-android/commit/7a47fe01)]
+* chore!: bump dependencies & update node engine requirement
([#1887](https://github.com/apache/cordova-android/pull/1887))
[[b4eadcce](https://github.com/apache/cordova-android/commit/b4eadcce)]
+* chore!: update dependencies
([#1843](https://github.com/apache/cordova-android/pull/1843))
[[488c4987](https://github.com/apache/cordova-android/commit/488c4987)]
+* chore!: update template defaults
([#1837](https://github.com/apache/cordova-android/pull/1837))
[[e4457f7f](https://github.com/apache/cordova-android/commit/e4457f7f)]
+* chore(npm)!: bump [email protected] w/ rebuilt package-lock.json
([#1835](https://github.com/apache/cordova-android/pull/1835))
[[8742cfe4](https://github.com/apache/cordova-android/commit/8742cfe4)]
+
+**Features:**
+
+* feat: Allows additional settings to be included on settings.gradle
([#1819](https://github.com/apache/cordova-android/pull/1819))
[[5bca218e](https://github.com/apache/cordova-android/commit/5bca218e)]
+* feat: replace nyc with c8
([#1844](https://github.com/apache/cordova-android/pull/1844))
[[7d7f5110](https://github.com/apache/cordova-android/commit/7d7f5110)]
+* feat: allow disabling splash screen for embedded Cordova
([#1824](https://github.com/apache/cordova-android/pull/1824))
[[c2cf589d](https://github.com/apache/cordova-android/commit/c2cf589d)]
+* feat: AndroidShowDeprecations preference flag
([#1822](https://github.com/apache/cordova-android/pull/1822))
[[0190d2e3](https://github.com/apache/cordova-android/commit/0190d2e3)]
+* feat: androidx.appcompat:[email protected]
([#1813](https://github.com/apache/cordova-android/pull/1813))
[[36bee664](https://github.com/apache/cordova-android/commit/36bee664)]
+* feat: androidx.webkit:[email protected]
([#1812](https://github.com/apache/cordova-android/pull/1812))
[[4dcfc361](https://github.com/apache/cordova-android/commit/4dcfc361)]
+* feat(CallbackContext): add success method for boolean
([#1864](https://github.com/apache/cordova-android/pull/1864))
[[6b76757c](https://github.com/apache/cordova-android/commit/6b76757c)]
+
+**Fixes:**
+
+* fix: Potential NPE when handling generic exceptions
([#1878](https://github.com/apache/cordova-android/pull/1878))
[[7a353fe8](https://github.com/apache/cordova-android/commit/7a353fe8)]
+* fix: opaque navigation bar in edge to edge
([#1867](https://github.com/apache/cordova-android/pull/1867))
[[eaca570c](https://github.com/apache/cordova-android/commit/eaca570c)]
+* fix: cordova requirements command and SDK lookup based on tools
([#1877](https://github.com/apache/cordova-android/pull/1877))
[[76bac55f](https://github.com/apache/cordova-android/commit/76bac55f)]
+* fix: re-expose and support pollOnce
([#1854](https://github.com/apache/cordova-android/pull/1854))
[[655aa0a5](https://github.com/apache/cordova-android/commit/655aa0a5)]
+* fix: edge to edge/fullscreen margins
([#1847](https://github.com/apache/cordova-android/pull/1847))
[[360be21e](https://github.com/apache/cordova-android/commit/360be21e)]
+* fix: Deprecation warning in PluginManager for using Class.newInstance
([#1823](https://github.com/apache/cordova-android/pull/1823))
[[eb5fe4fb](https://github.com/apache/cordova-android/commit/eb5fe4fb)]
+* fix: Back button override on API 36+
([#1831](https://github.com/apache/cordova-android/pull/1831))
[[46af3114](https://github.com/apache/cordova-android/commit/46af3114)]
+* fix: gradle deprecation warnings about property assignment
([#1821](https://github.com/apache/cordova-android/pull/1821))
[[df36c7a2](https://github.com/apache/cordova-android/commit/df36c7a2)]
+* fix: replace deprecated fs.F_OK with fs.constants.F_OK
([#1820](https://github.com/apache/cordova-android/pull/1820))
[[b7923261](https://github.com/apache/cordova-android/commit/b7923261)]
+* fix: apply repositories.gradle for cordova.gradle dependencies
([#1816](https://github.com/apache/cordova-android/pull/1816))
[[cab5c5b7](https://github.com/apache/cordova-android/commit/cab5c5b7)]
+* fix(plugins): remove from platformWWW by default
([#1807](https://github.com/apache/cordova-android/pull/1807))
[[f0e88856](https://github.com/apache/cordova-android/commit/f0e88856)]
+* fix(plugins): rename & match removeFileF logic with other platforms
([#1806](https://github.com/apache/cordova-android/pull/1806))
[[5dc9c728](https://github.com/apache/cordova-android/commit/5dc9c728)]
+* fix(plugins): handle uninstalling multiple plugin assets
([#1805](https://github.com/apache/cordova-android/pull/1805))
[[08b8a954](https://github.com/apache/cordova-android/commit/08b8a954)]
+* fix(statusbar): inject script block to compute color & replace padStart w/
logic supported on SDK 24
([#1853](https://github.com/apache/cordova-android/pull/1853))
[[52578ae7](https://github.com/apache/cordova-android/commit/52578ae7)]
+* fix(windows): Escape back-slashes for gradle config jdk path
([#1876](https://github.com/apache/cordova-android/pull/1876))
[[fb562f4e](https://github.com/apache/cordova-android/commit/fb562f4e)]
+
+**Chores:**
+
+* chore: minor changes to DEVELOPMENT.md
([#1884](https://github.com/apache/cordova-android/pull/1884))
[[edf34400](https://github.com/apache/cordova-android/commit/edf34400)]
+* chore: add DEVELOPMENT.md & cleanup README.md
([#1883](https://github.com/apache/cordova-android/pull/1883))
[[31364a97](https://github.com/apache/cordova-android/commit/31364a97)]
+* chore: update release audit workflow & license headers
([#1870](https://github.com/apache/cordova-android/pull/1870))
[[d7afba0a](https://github.com/apache/cordova-android/commit/d7afba0a)]
+* chore: bump 15.0.0-dev
([#1803](https://github.com/apache/cordova-android/pull/1803))
[[00744c4f](https://github.com/apache/cordova-android/commit/00744c4f)]
+* chore: bump version 14.0.2-dev
[[872d9887](https://github.com/apache/cordova-android/commit/872d9887)]
+* chore(ci): draft release
([#1882](https://github.com/apache/cordova-android/pull/1882))
[[347e2add](https://github.com/apache/cordova-android/commit/347e2add)]
+* chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1
([#1869](https://github.com/apache/cordova-android/pull/1869))
[[ebe6890d](https://github.com/apache/cordova-android/commit/ebe6890d)]
+* chore(deps-dev): bump tmp from 0.2.3 to 0.2.4
([#1834](https://github.com/apache/cordova-android/pull/1834))
[[af1ae68a](https://github.com/apache/cordova-android/commit/af1ae68a)]
+* chore(deps): bump lodash from 4.17.21 to 4.17.23
([#1879](https://github.com/apache/cordova-android/pull/1879))
[[2ea3a731](https://github.com/apache/cordova-android/commit/2ea3a731)]
+* chore(deps): bump glob from 10.4.5 to 10.5.0
([#1868](https://github.com/apache/cordova-android/pull/1868))
[[172b8448](https://github.com/apache/cordova-android/commit/172b8448)]
+* chore(readme): added nightly build section
([#1873](https://github.com/apache/cordova-android/pull/1873))
[[eaf875b0](https://github.com/apache/cordova-android/commit/eaf875b0)]
+
+**Other:**
+
+* ci: use macos-15
([#1829](https://github.com/apache/cordova-android/pull/1829))
[[1204a793](https://github.com/apache/cordova-android/commit/1204a793)]
+* ci: update workflow - added node 24, permission scoping & codecov pinning
([#1804](https://github.com/apache/cordova-android/pull/1804))
[[60244658](https://github.com/apache/cordova-android/commit/60244658)]
+* ci(release-audit): use latest apache-rat-action
([#1809](https://github.com/apache/cordova-android/pull/1809))
[[6b8e819f](https://github.com/apache/cordova-android/commit/6b8e819f)]
+* ci(workflow): update release-audit & license config
([#1828](https://github.com/apache/cordova-android/pull/1828))
[[bf0ba3dd](https://github.com/apache/cordova-android/commit/bf0ba3dd)]
+* dep(npm): bump @cordova/[email protected]
([#1830](https://github.com/apache/cordova-android/pull/1830))
[[56afb708](https://github.com/apache/cordova-android/commit/56afb708)]
+* doc(readme): update github and npm version badges
([#1872](https://github.com/apache/cordova-android/pull/1872))
[[8c8fbc9a](https://github.com/apache/cordova-android/commit/8c8fbc9a)]
+* test(plugins): remove old deprecated android_studio option
([#1815](https://github.com/apache/cordova-android/pull/1815))
[[484c60e4](https://github.com/apache/cordova-android/commit/484c60e4)]
+
### 14.0.1 (Apr 24, 2025)
**Fixes:**
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java
b/framework/src/org/apache/cordova/CordovaWebView.java
index 30b424a6..528de49a 100644
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
- public static final String CORDOVA_VERSION = "15.0.0-dev";
+ public static final String CORDOVA_VERSION = "15.0.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries,
CordovaPreferences preferences);
diff --git a/package-lock.json b/package-lock.json
index d6241af2..279e75b9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "cordova-android",
- "version": "15.0.0-dev",
+ "version": "15.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cordova-android",
- "version": "15.0.0-dev",
+ "version": "15.0.0",
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^2.1.1",
diff --git a/package.json b/package.json
index ce6da89b..bfe9f6a9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-android",
- "version": "15.0.0-dev",
+ "version": "15.0.0",
"description": "cordova-android release",
"types": "./types/index.d.ts",
"main": "lib/Api.js",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]