Kodular Creator 2025.8¶
2025.10 | 12 October 2025¶
Component Changes¶
- OneSignal Notifications Social

- OneSignal InApp Messages Social

- OneSignal Management Social

- AdMob Native Ad Layout Monetization > Advertising

- Google Ad Manager Native Ad Layout Monetization > Advertising

- YouTube Google
- Added new blocks.

- Push Notifications Deprecated
- It has been deprecated in favour of the new OneSignal components.
Bugs Fixed¶
-
Calculate safe form height with new SDK 35 edge-to-edge rules
-
Fixed multiple permission issues with assets-related components
-
Fixed a bug where a camera may not return an image
-
Fixed error code reported during Kodular Monetize build
-
Other minor bugs fixed, not impacting built apps
2025.10.1 | 16 October 2025¶
Bugs Fixed¶
-
Fixed bug regarding loading images in compiled apps.
-
Fixed unnecessary media permission added to all apps.
-
Fixed support for URLs in audio and video players.
2025.10.2 | 23 November 2025¶
Other Changes¶
This release contains some experimental changes which will be enabled in a future major release. They should be non-intrusive in Kodular Creator, but please report if you face any unexpected issues while developing the app.
These changes are related to a future migration of Kodular Creator moving out of Google Cloud Platform.
Bugs Fixed¶
-
Prevent building apps with Kodular Monetize components without activating it.
- Previously, a build failure would occur rather than showing a modal before build.
-
Fixed white screen when using OneSignal in Companion
-
Fixed file size not working for files in App Scope
-
Fixed CardView clickable when disabled
-
Fixed app crash on screen navigation after update
-
Fixed status bar issue not being visible on SDK 35
-
Fixed Notifier bug visibility on SDK 35
2025.10.3 | 29 November 2025¶
Other Changes¶
This release contains some experimental changes which will be enabled in a future major release. They should be non-intrusive in Kodular Creator, but please report if you face any unexpected issues while developing the app.
These changes are related to a future migration of Kodular Creator moving out of Google Cloud Platform.
Bugs Fixed¶
-
Fixed error when using
LoadHTMLin Web Viewer -
Fixed runtime error when using Texting component
2025.10.4 | 4 February 2026¶
Other Changes¶
This release contains some experimental changes which will be enabled in a future major release. They should be non-intrusive in Kodular Creator, but please report if you face any unexpected issues while developing the app.
These changes are related to a future migration of Kodular Creator moving out of Google Cloud Platform.
Bugs Fixed¶
-
Fixed Blocks not being draggable in newer versions of Chrome-based browsers
-
Fixed Terms Of Service page rendering due to broken CDN
2025.10.5 | 8 February 2026¶
Bugs Fixed¶
-
Fixed runtime crash (
apply-to-argswrong type error) when an error occurs inside an event handler- This was a regression introduced in 2025.10 affecting all runtime exceptions.
-
Fixed multiple Android SDK 35 edge-to-edge display issues:
- Fixed form height calculation using actual system bar insets instead of unset DecorView padding
- Fixed status bar overlap when title bar is hidden
- Fixed insets not re-applying after layout recomputation
- Migrated deprecated
setStatusBarColor()/setNavigationBarColor()APIs to use view backgrounds - Fixed ListPicker items rendering behind system bars
- Fixed WebView content rendering behind system bars
- Fixed side menu drawer content overlapping system bars
- Fixed barcode scanner viewfinder positioning
-
Fixed ListPicker rendering behind system bars on Android 15
-
Fixed Custom Tabs crash on Android 12+ due to deprecated share API using PendingIntent without
FLAG_IMMUTABLE -
Fixed In-App Review crash caused by
PlayCoreDialogWrapperActivitybeing disabled in the manifest -
Fixed Firebase Authentication
VerifyEmailcrash due to missing required URL in ActionCodeSettings -
Fixed OCR and Cloudinary components not requesting correct permissions on Android 13+ (
READ_MEDIA_IMAGES) -
Fixed SoundSensor not requesting
RECORD_AUDIOpermission at runtime, causing silent failure