Bazsalanszky

@Bazsalanszky@lemmy.toldi.eu
1 Post – 23 Comments
Joined 1 years ago

Hungary πŸ‡­πŸ‡ΊπŸ‡ͺπŸ‡Ί

Developer behind the Eternity for Lemmy android app.

@bazsalanszky@lemmy.ml is my old account, migrated to my own instance in 2023.

I haven't heard of Hydroxide before; thank you for highlighting it! Just one question: Does it also require a premium account like the official bridge, or is it also available for free accounts?

2 more...

Currently, I only have a free account there. I tried Hydroxide first, and I had no problem logging in. I was also able to fetch some emails. I will try hydroxide-push as well later.

You are right. I think it's time to release it on Google play. I also want to focus on getting the app into the main F-Droid repo as well.

Termux: A terminal emulator for Android.

4 more...

Infinity is written in Java. I may port some parts of it to Kotlin some day, but It's not my priority for now.

1 more...

I want to get an F-Droid release first, but I think it's too early for now.

1 more...

Nope! It's my fault. I forgot to update the version number before building this release.

This reminds me of one of my older projects. I wanted to learn more about network communications, so I started working on a simple P2P chat app. It wasn't anything fancy, but I really enjoyed working on it. One challenge I faced was that, at the time, I didn't know how to listen for user input while handling network communication simultaneously. So, after I had managed to get multiple TCP sockets working on one thread, I thought, why not open another socket for HTTP communication? That way, I could incorporate a fancy web UI instead of just a CLI interface.

So, I wrote a simple HTTP server, which, in hindsight, might not have been necessary.

UPDATE: I have just released the first alpha version of this project. You can find it here.

You can also use the project link from the post to grab the apk with Obtainium as well.

5 more...

We've just lunched !infinityforlemmy@lemdro.id, the official community for the project!

2 more...

I discovered a channel called 'Just Alex' awhile ago, and I've binge-watched most of his videos. He makes videos about a variety of activities he engages in. For example, two years ago, he started beekeeping as a hobby. In these videos, he shows the progress he has made since then, taking care of his bees and harvesting their honey.

He also has videos on collecting mushrooms, growing crops, and traveling around Europe.

What I like about him is how calming his videos are and the amount of effort he puts into making them interesting, without resorting to clickbait content.

Contributions are appreciated!

I have opened an issue for it!

Yes, they are total rewrites of the original clients. They utilize a new, experimental syncing technique that is significantly faster than the original one.

It's great to see such cool FOSS options. Thanks for sharing this – super helpful!

I am planning on releasing an alpha version in a couple of days. It won't be anything fancy, just some basic functionality.

I got access to Codeberg's CI yesterday, so I will set up a pipeline for this project, and I think you will be able to download it with Obtainium this way. I also want to push for an F-Droid or IzzyOnDroid release as well.

The latest version of Eternity is compatible with Lemmy 0.19. You might need to log out and log back in, though.

However, the new functions aren't implemented yet (e.g. the new sorting methods)

I think the IzzyOnDroid repo is updated once a day at 6 PM UTC.

I'm considering implementing kbin support once the "Lemmy part" is in a better shape.

Also, could you update me on the status of the kbin API? Is it not yet available?

I've just published the first alpha release!

Thank you for the fast response!

  1. The saved post functionality is not implemented yet. I want to add this functionality in the following days.
  2. The "karma" score should be removed, I agree
  3. The subscription part is interesting. Is this on the main page or the subscriptions page?
  4. I've also experienced slow loading times, mostly on the main page. I believe this part of the code causes this issue
  5. Sadly, the "cannot fetch user info" error is shown right now when It fails to get the access token (for any reason). If you can provide me with some logs or open an issue about it, I can take a look at it.

Thanks again for your quick review. If you spot any major issues with this build please open an issue on codeberg.

1 more...

There was an issue with loading subscriptions on the main activity, which I've fixed in this commit today (it's not in the release yet). If you click on the subscriptions menu option once, it will load them and store them in the database, so you will see them after that. Maybe this was the same issue?

Great tips! I’ll certainly try these.