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

client: mobile compilation fixes #267

Merged
merged 8 commits into from
Jun 20, 2023
Merged

Conversation

miki-totefu
Copy link
Collaborator

still on initial test. doesn't work with go 1.20, only 1.19.5.

miki added 8 commits June 16, 2023 18:30
Needed to make the android version compile.
Many of the types can't be correctly compiled into a public type by
gomobile, so hide them as they're only used by serializing/deserializing
into json.
These changes are needed so that gomobile may compile the lib.
This moves notification handling from the desktop to the generic class,
as it will be shared between both desktop and mobile.
This path changes on every app recompilation, so do not save it in the
bruig.conf but instead rely on the default app data dir to point to the
correct location.
@miki-totefu miki-totefu merged commit d98a20f into companyzero:master Jun 20, 2023
4 checks passed
@miki-totefu miki-totefu deleted the mobile branch June 20, 2023 16:33
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.

None yet

2 participants