Initial flutter android build #4

Open
zaaach wants to merge 1 commit from zaaach/nexus:android into main
First-time contributor

Alright I got the build process running. Couple things came up some of which we discussed:

  1. Leveraging goolm, I made that change here but we'll need to test it in windows/linux
  2. It also seems heic isnt supported in the android builds. Would probably need to be looked at upstream, for now I just disabled in the android build
  3. Added some mobile/desktop checks to the main.dart to prevent crashes

It builds the apk installs, starts up, then instantly crashes with gomuks initialization related to $HOME and $GOMUKS_ROOT env variables. But at least we're building now. Wanted to keep this small to make sure the goolm change didnt break other stuff. I'll swap over to my linux machine and test out the flakes

Alright I got the build process running. Couple things came up some of which we discussed: 1. Leveraging `goolm`, I made that change here but we'll need to test it in windows/linux 2. It also seems `heic` isnt supported in the android builds. Would probably need to be looked at [upstream](https://github.com/tulir/goheif), for now I just disabled in the android build 3. Added some mobile/desktop checks to the main.dart to prevent crashes It builds the apk installs, starts up, then instantly crashes with gomuks initialization related to `$HOME` and `$GOMUKS_ROOT` env variables. But at least we're building now. Wanted to keep this small to make sure the goolm change didnt break other stuff. I'll swap over to my linux machine and test out the flakes
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u android:zaaach-android
git switch zaaach-android

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff zaaach-android
git switch zaaach-android
git rebase main
git switch main
git merge --ff-only zaaach-android
git switch zaaach-android
git rebase main
git switch main
git merge --no-ff zaaach-android
git switch main
git merge --squash zaaach-android
git switch main
git merge --ff-only zaaach-android
git switch main
git merge zaaach-android
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Henry-Hiles/nexus!4
No description provided.