David

Results 43 issues of David

This draft pull request is a quick try to add android support to FishFight. Currently, blocked by the following error: ```sh 01-18 21:12:43.619 10287 10287 I SAPP : NativeActivity onInputQueueCreated()...

It's pretty hard to display what is the result of the `ls` command. It would be cool to be able to print it.

enhancement

Currently, it's possible to build .apk files only but the [modern way](https://android-developers.googleblog.com/2020/06/introducing-google-play-asset-delivery.html) to distribute an Android app is through aab (Android App Bundle). To build *.aab files the following links...

type: enhancement

# Objective We should rewrite many parts of the documentation as it feels terrible.

documentation
enhancement

# Objective We should integrate [Android Game Development Kit](https://developer.android.com/games/agdk/download) in Crossbow. Useful links: - https://developer.android.com/games/agdk - https://developer.android.com/games/develop/custom/overview - https://developer.android.com/games/agdk/game-activity - https://android.googlesource.com/platform/frameworks/opt/gamesdk/+/refs/heads/master/GameActivity/prefab-src/modules/game-activity/include/game-activity - https://github.com/rib/android-activity

enhancement

# Objective It should be possible to update the `crossbundle` binary from its own CLI command. ## Additional context Something similar exists in cargo itself or in [cargo-make](https://github.com/sagiegurari/cargo-make).

enhancement
good first issue

# Objective Is it outside of the scope of the `crossbundle` tool? Guess so, but anyway - it would be awesome to support packaging HTML5 Playable Ads for Google and...

enhancement
question

# Objective It should be possible to create and use custom Crossbow iOS Plugins. Useful links: - https://github.com/godotengine/godot/tree/master/platform/ios - https://docs.godotengine.org/en/stable/tutorials/platform/ios/ios_plugin.html - https://docs.godotengine.org/en/stable/tutorials/platform/ios/plugins_for_ios.html

enhancement

https://developer.android.com/guide/components/services https://developer.android.com/guide/components/foreground-services https://developer.android.com/about/versions/oreo/background https://github.com/rust-windowing/android-ndk-rs/issues/128 https://doc.qt.io/qt-5/android-services.html https://groups.google.com/g/android-ndk/c/bPJG7sRJLcI?pli=1 https://github.com/gburca/BinderDemo We will need to make it part of the `Plugin` system of `crossbow`. Add option to write `java` files, compile it with `javac`,...

enhancement

# Objective It should be possible to add [Android Play Feature Delivery](https://developer.android.com/guide/playcore/feature-delivery) with Crossbundle. Useful links: - https://developer.android.com/guide/playcore/feature-delivery - https://developer.android.com/guide/playcore/feature-delivery/instant - https://medium.com/android-news/app-bundles-and-dynamic-feature-modules-a-silver-bullet-for-bloated-apks-d0bcac151ae6

enhancement