If you haven’t been following the Interstellar magazine, I’ve added a lot of functionality since the last thread here, including views for magazines/users/domains, better navigation for wider screens, QoL additions (like the @ button to reveal originating domain, inspired by Artemis), and a lot of different bug/functionality fixes.

This latest update finally includes the ability to log in to a kbin account, and it’s not even restricted to just one; you can log in to as many accounts (or view them anonymously) as you want.

Now that you can log in, you can also vote/boost threads and comments. In addition, you can subscribe/follow any magazine/user/domain. Finally, the feed view has tabs for Sub/Mod/Fav/All when logged in.

For would-be testers, here’s the link to the latest working build: github.com/jwr1/interstellar/releases (AppImage and APK).

The new kbin.earth server (open registration and API enabled) can be used for people wanting to test the app logged in, or maybe you just want to try a different instance.

Feel free to post any bugs or suggestions in the comments, on GitHub, or on the Interstellar magazine.

Edit: Here’s a link to the matrix chat room: kbin-interstellar:matrix.org

    •  jwr1   ( @jwr1@kbin.social ) OP
      link
      fedilink
      2
      edit-2
      9 months ago

      That would be amazing! Right now, the code is very unorganized, and the general workflow is unstructured, just so you know what to expect :) since it’s only really two weeks old. Feel free to make pull requests for bug fixes, feature implementations, code organization improvements, etc. (later, I might have a more concrete list of what I’m trying to do). Also, considering this is only my first real Flutter app, it would be great to have suggestions for the overall code structure (right now it’s a mess). If you want, you can join the matrix room as well, that’ll make discussion easier.

      • I just made this GitHub issue detailing a list of some of the things that need to happen; if you’re interested in anything, feel free to let me know (so I can avoid it) and have at it. Also, if you have any questions, don’t hesitate to ask.

    •  jwr1   ( @jwr1@kbin.social ) OP
      link
      fedilink
      5
      edit-2
      9 months ago

      So if my kbin account is in kbin.social, I am not able to login in the app at all?

      That’s correct, for now at least. It’s not a limitation of the app, but that the API has not been enabled (by the kbin.social admin) on this server yet. At the moment, kbin.earth might be the only server that has working login functionality, but you could try some of the other API enabled kbin servers, it’ll pop up an error if they don’t work. See my related comment here.

    •  jwr1   ( @jwr1@kbin.social ) OP
      link
      fedilink
      4
      edit-2
      9 months ago

      Are you planning on throwing a copy of your app in Google Play?

      Yes, probably once it’s more mature. I looked into the process already but was thrown off by the fact that Google wants my government ID (I’m a privacy advocate), but I’ll probably end up doing it eventually. Also, if the project gets enough financing, I might put it on the Apple store as well.

  •  jwr1   ( @jwr1@kbin.social ) OP
    link
    fedilink
    2
    edit-2
    9 months ago

    I already found a bug where voting/boosting the main thread on a details/comments page doesn’t update the status. So if you try to vote, it most likely has worked; it just didn’t update the screen.

    •  jwr1   ( @jwr1@kbin.social ) OP
      link
      fedilink
      7
      edit-2
      9 months ago

      Unfortunately, not yet. Only once the api is enabled for kbin.social (you can check by seeing if the API docs page loads) will it work. At the moment, the only api enabled instances I know of include karab.in, kbin.run, kbin.melroy.org, and kbin.earth. While working on the app, I found a kbin bug that causes logins to fail, so unless they’ve updated already, it’s possible kbin.earth is the only instance you can actually log in on.