Android need to automatically open .tic files with TIC-80
It's very add to make the link between .tic TIC-80 cardridges files and TIC-80 on Android today.
the intent-filter section in file build/android/app/src/main/AndroidManifest.xml
need the missing parameters <data android:pathPattern=".*\\.tic">
Like this:
<!-- Drop file event -->
<!--
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="*/*" />
<data android:pathPattern=".*\\.tic" />
</intent-filter>
Please check if it works https://github.com/nesbox/TIC-80/pull/2834
Apk is at https://github.com/nesbox/TIC-80/actions/runs/17691922422/artifacts/4001827125
It seems to depend a bit on the file browser.
The main one that I use is the Mix file browser, and it works correctly
But googles file browser seems to fail.
Strange, I'm quite sure I got it working in a previous test. Anyway, I will rest a bit and check this later.
Oh, maybe it's the tooling. I'm using more up to date building tools locally.
Apk is at https://github.com/nesbox/TIC-80/actions/runs/17691922422/artifacts/4001827125
This version of TIC-80 when launching the icon (not a cart) just make black screen or display the icon in middle of black screen in waydroid, didn't tested on my phone. Previous one worked.
This version of TIC-80 when launching the icon (not a cart) just make black screen or display the icon in middle of black screen in waydroid, didn't tested on my phone. Previous one worked.
Sorry, try this one that is from the latest build: artifact apk