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

Update lemmy api to beta #1573

Merged
merged 4 commits into from
Jul 2, 2024
Merged

Conversation

MV-GH
Copy link
Collaborator

@MV-GH MV-GH commented Jun 27, 2024

I use "universal" types now, nolonger I expose a specific version as API. I can completely control its shape. So when we upgrade to Lemmy 0.20. The imports wont have to change, and I ll be able to add custom fields for backwards compability.

The datatypes now also implement serializable and Parcelable.

We can go back to the previous way of storing state on the navigation. Instead of the current json serialization.

@MV-GH MV-GH requested a review from dessalines as a code owner June 27, 2024 19:29
# Conflicts:
#	app/src/main/java/com/jerboa/api/Http.kt
@MV-GH MV-GH marked this pull request as draft June 28, 2024 19:04
@MV-GH MV-GH marked this pull request as ready for review June 28, 2024 23:14
Copy link
Member

@dessalines dessalines left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, should be much easier to support then.

@dessalines dessalines merged commit f922c92 into LemmyNet:main Jul 2, 2024
1 check passed
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.

2 participants