Skip to content

Configure Buildozer presplash for launcher-time app loading#29

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/setup-app-loading
Draft

Configure Buildozer presplash for launcher-time app loading#29
Copilot wants to merge 2 commits into
masterfrom
copilot/setup-app-loading

Conversation

Copilot AI commented Apr 18, 2026

Copy link
Copy Markdown
Contributor

This issue asks for app loading to be set up in the Buildozer launcher flow. The change wires an explicit presplash asset so Android shows a loading screen before the Pygame app is ready.

  • Launcher loading configuration

    • Added Android presplash configuration in buildozer.spec:
      • presplash.filename = bg.png
    • This enables a defined splash screen during startup from the launcher path.
  • Packaging compatibility

    • Reused existing root asset (bg.png) and current include settings (include_exts already includes png), so no additional asset pipeline changes were needed.
# buildozer.spec
include_exts = py,png,jpg,jpeg,ttf,txt
presplash.filename = bg.png

Copilot AI linked an issue Apr 18, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Setup loading of apps in the boolauncher Configure Buildozer presplash for launcher-time app loading Apr 18, 2026
Copilot AI requested a review from JP1Q April 18, 2026 16:36
Copilot finished work on behalf of JP1Q April 18, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setup app loading

2 participants