Hungary 🇭🇺🇪🇺

Developer behind the Eternity for Lemmy android app.

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

  • 3 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle




  • 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.










  • Bazsalanszky@lemmy.toldi.euOPtoAndroid@lemdro.idInfinity for Lemmy
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    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.




  • 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.