Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: android bundling, red/blue exe names, session cache #3608

Merged
merged 5 commits into from
Jan 21, 2025

Conversation

jkelleyrtp
Copy link
Member

@jkelleyrtp jkelleyrtp commented Jan 21, 2025

Implements dx bundle for android to generate .aab files for uploading to the playstore.

You can de-compose a .aab to get a raw .apk in the event you want to manually sign it yourself instead of uploading to the play store.

Closes #3548


Also adds a bit of entropy to exe names so we can have multiple, concurrent versions of the same app making the iteration process a bit nicer.

Takes a similar strategy to #3323 but is more general for all platforms.


Implements a session cache since the entropy features breaks the way we do window state restoration

@jkelleyrtp jkelleyrtp requested a review from a team as a code owner January 21, 2025 03:28
@jkelleyrtp jkelleyrtp changed the title feat: android bundling feat: android bundling, red/blue exe names Jan 21, 2025
@jkelleyrtp jkelleyrtp changed the title feat: android bundling, red/blue exe names feat: android bundling, red/blue exe names, session cache Jan 21, 2025
@jkelleyrtp jkelleyrtp merged commit d342630 into main Jan 21, 2025
16 of 17 checks passed
@jkelleyrtp jkelleyrtp deleted the jk/android-bundle branch January 21, 2025 05:16
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.

Android bundle
1 participant