Spyke

Replies

reddit

Comment on

Summary of Reddit CEO u/spez' responses

Reply in thread

They really seem like they made the decision internally to force everyone into their own app and kill off as many third party apps as possible, presumably for data collection/analytics. That would explain why they're quietly ignoring third party app devs and other alternative solutions (like the paid user API key solution discussed elsewhere).

jerboa

Comment on

Jerboa v0.0.32-alpha

Reply in thread

Now it's in and I'm using it, I'm wondering if it would be better if tapping a comment would only collapse the children of that comment instead. This might prevent user frustration if they try and click a link in a comment but miss, so the comment closes instead.

Comment on

How has ur lemmy experience been so far?

Reply in thread

Same experience here, I checked out Mastodon and was impressed with the fediverse and open nature of everything, but the style of social media just didn't gel with me. Not surprising as I was exactly the same with Twitter.

I was literally saying "someone needs to make Mastodon for Reddit" before I discovered Lemmy!

I feel like a lot of the discussion on here at the moment is obviously focused on Lemmy itself and Reddit, but that's not surprising given the huge influx of new users.

Looking forward to the various communities and platform itself maturing. The first time I've been optimistic about social media in years, haha.

jerboa

Comment on

Weird error suddenly on Jerboa

I think this will be the server struggling to respond, sending back an error code instead of the requested data in json format. The app should probably display something more user-friendly like "Server error (504)" (or whatever the error code is).

It's odd you're not seeing similar issues on the web version though... maybe it just takes longer to load or there's a timeout somewhere in the app that needs to be adjusted.

jerboa

Comment on

Jerboa UI improvements v2

Reply in thread

Yeah, though long tap is already used for toggling the action bar for comments, so you'd end up with a similar issue of using to interact with small links and getting the wrong result sometimes. So probably a user setting to turn the small links on/off entirely would be safest.

jerboa

Comment on

Jerboa v0.0.32-alpha

Reply in thread

Yeah after some discussion on GitHub this is the direction the app is headed in, and the next update should have some settings in this regard with Boost-like behaviour as a user option. We can add more options if the community are split on their preferences. The joy of open source!

jerboa

Comment on

Jerboa 0.0.33-alpha

Reply in thread

Try a long tap on the comment body. If that doesn't work, try a tap or long tap on the comment header. It's possible there's a few bugs with some of the new comment interactions.

Comment on

What is your favourite 3rd party Lemmy client?

Reply in thread

Yeah this is what I've been doing, have made a few simple PRs already to enhance the themes a bit! Never worked with Jetpack Compose before, but Google sure does the trick.

Make sure you grab the latest beta of Android Studio (not the default stable one it suggests), and connect your Github account once it's installed. The emulator works really well for testing, no phone needed. Makes it super quick to get up and running and start submitting fixes.