Godot Daily: Android Updates and Editor Fixes
Eleven pull requests merged focusing on Android platform improvements, editor UI fixes, and export functionality. Major changes include Android activity-alias implementation and several tree editor corrections.
Duration: PT1M47S
Episode overview
This episode is a short developer briefing from Godot Daily.
It explains recent repository work in plain language.
- Show: Godot Daily
- Published: 2026-05-21T10:02:55Z
- Audio duration: PT1M47S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is Godot Daily for May 21st, 2026.
M4gr3d merged Android activity-alias implementation for the Godot editor and app template, improving the launch flow by limiting the app's public surface area and providing flexibility for internal launch logic changes. This cherry-pick from an earlier PR affects nine files across the Android platform.
YeldhamDev contributed three merged PRs: adding verified badges for asset library authors with accent-colored indicators, switching to TTRC instead of TTR in the project export dialog for better translation handling, and fixing export dialog issues when deleting presets including blank options panels and persistent…
Xuhuisheng fixed filter tree node ordering that was causing incorrect positioning of visible child nodes relative to their parents. The fix addresses multiple linked issues dating back several months.
Muteem resolved a null pointer exception in Android's JavaClassWrapper proxy when interface methods have no arguments, fixing a crash in the AndroidRuntimePlugin invocation handler.
Additional fixes include KosumovicDenis correcting the "Reparent to New Node" tool when selecting nodes from bottom to top, BenLubar fixing an…
Nearby episodes from Godot Daily
- Mobile Rendering and Editor UI Improvements
- Weekly Recap - Android Fixes & Editor Polish
- Android Crash Fix and Editor Polish
- Editor Polish and Third-Party Updates
- Editor Polish and Performance Fixes
- Platform Fixes and Editor Improvements
- Weekly Recap - Editor Improvements & Bug Fixes
- Editor Fixes and Export Improvements