Hi again, your app is getting better and better on each release, thanks! Today I would like to report:
spoiler
It seems spoilers doesn’t work on Bean yet
Bean is a Lemmy client for iOS.
Bean is available on the App Store here.
Please report all bugs with the [Bug] flair in your title.
I'm currently open to feature requests. Please use the [Feature Request] flair in the title of your post so I can keep track of them.
Hi again, your app is getting better and better on each release, thanks! Today I would like to report:
spoiler
It seems spoilers doesn’t work on Bean yet
Build 2023.07.20.22.51 is currently rolling out to TestFlight users.
Incredible work on the app.
Here are a few things I noticed:
A couple more fixes are incoming:
I want to give a bit more context about 2.
GIFs (and animated WebP images) have been the most common cause of crashes and UI freezes in Bean. The last couple of days have been particularly bad as this image of the Lemmy version of r/place has been shared.
This image is 12.4MB, animates for over 2 minutes, and (most importantly) is almost 3,000 frames. I can't even tell you exactly how many frames as both Preview and Photoshop froze on my Mac when trying to open the image.
The reason the number of frames is important, because a GIF is just a container for multiple images. Each frame is an individual image that needs to be decoded and rendered on the screen, and it turns out when there are a lot of them at 1000 x 1000px it is impossible to decode performantly.
Bean uses SDWebImage to download, cache, and render images behind the scenes. It's a fantastic library that is the de facto standard when working with remote images on iOS or macOS. Even with the progressiveLoad
and scaleDownLargeImages
options enabled, SDWebImage just cannot render certain images without iOS sounding the alarm and firing an OOM exception — especially when that image is 12.4MB and 3,000 frames.
At the moment, Bean will crash if you attempt to open this image. I have even tried working around this and rendering it in a web view, or using another library — FLAnimatedImage. Neither of these solutions worked and believe me, I'm not happy about that (seriously, I really hate GIFs now).
In the coming days, I'll be pushing another update that will check for the size of the image before deciding whether to animate it or not. When not animated, SDWebImage only decodes the first frame of a GIF which is no issue at all.
I know this isn't brilliant, as in the ideal world every image would be viewable within Bean, but it's the best solution I can think of to avoid a single image crashing the app.
build 2023.07.26.00.32
Build 2023.08.02.01.29
The hacker theme looks so amazing. Thank you so much. Let me know if there is a link to donate. Would be more than happy to do so
I’ve just pushed a build that will hopefully stop any slow down or crashes when scrolling. It still needs some optimisation but please let me know if you encounter any issues.
Today’s big change (aside from earlier’s network rewrite) is image uploads and a redesigned post composer.
It’s going to be hitting TestFlight in a few minutes so please let me know what you think when you’ve had a chance to try it 😄
The overlay is a bit confusing at the bottom of a thread and it’s hard to reach the upvote on the left. [edit] bean is still my go to Lemmy client btw. Can’t wait for the upcoming releases. You’re a blast, Steve. Thanks a lot.
Thank you, I’m glad you’re enjoying Bean! It looks like this is a positioning but in themes with translucent tab and nav bars. I’ll look to fix it tomorrow but in the meantime if you use the Dusk theme it should solve it.
Can the app retain the sort and read options per community and the home view?
For an example, my home view would be set to hot and unread but for Bean community, new and all posts is my preference since unread would hide the megatread post.
Also, I don’t think pinned should be removed when filtering unread posts.
Thanks!
Literally the only thing keeping me from going with this app instead of Memmy, is being able to sort by top 3, 6 and 12 hours. It’s so smooth.
Build 2023.08.06.22.41
--
Push notifications are now also functioning as expected. Please test and let me know if you encounter issues.
One feature I consider necessary: op of a post should have a different color name or a badge next to their name in the comments.
Dunno what magic you’re using but this app feels really good.
Keep up the great work, this is a great start to potentially being the best Lemmy app.
Man this app is already well ahead of all of the other Lemmy clients out there, especially witht eh latest update adding all of the imporvements to comments! Keep up the amazing work!
Tap to collapse comments is no longer working for me.
D’oh! I undid the fix. Will sort today.
Build 2023.07.23.01.28
It looks like I also accidentally pushed the post composer I’ve been working on live. Oops!
Enjoy some WIP 😅
Not sure if you are receiving the crash reports as I don’t see the usual Apple’s crash prompt but scrolling up and down in this mega thread a few time would crash the app.
Also, scrolling fast would show blank spots as well.
I find it a bit jarring that to close the gallery preview I have to swipe down - there’s no option to swipe up. This sort of goes against the UX since I want to continue scrolling down the page after looking at a photo. It always catches me out.
I’ll be improving that soon
Search is now available in the latest build. Please let me know if you encounter any issues.
Spent a few minutes running some random searches. Seemed to work well on this end!
I noticed another visual issue with the latest version. This time with the comments. Seems part of the comment can get cut off. See image.
Overall, I’m loving the app more and more with each update. At this point, I can use it to lurk without any real issues. I only need to switch to post or to comment with a photo. There are a few “wishlist” features that I’d love to see. But you’re moving real fast!
Just wanted to say the swipe to vote features and the haptic feedback are perfect! I think you guys have it down better than any other Lemmy app at the moment!
Looking forward to future updates. I could see this one being my main for sure!
Thank you! I’m glad you’re enjoying it 😄
I’m on the latest version of iOS 16, using an iPhone 12 Mini. Just a couple things I’ve noticed in the latest build:
I can upvote and downvote comments now, but there is a weird delay. I get the haptic feedback, but the vote does not appear until I start scrolling away.
When clicking on the text of a post in standard view, nothing happens. Might be nice to have that open up the post in the same way as if you clicked the title.
When I upvote/downvote a post with a link, and it makes it as “read.” Something odd happens. All of the preview text for the link disappears.
Those are the only new bugs I’ve noticed so far. Keep up the great work!
Thanks for the feedback! That last issue should now be resolved in the build I've just pushed out.
As for the others, I'm aware of the weird delay — it's currently only re-rendering the list when you scroll. I'm still working on comments so hopefully it won't be much longer until that's resolved.
I'll look to make the text tappable too!
In terms of colours, maybe a darker blue akin to iOS’ default would be nice
Build: 2023.07.24.23.14
Note: *The inbox view will be improved tomorrow. It's currently not possible to tap through from there to posts/comments. I'll be fixing this and improving the view with information about what post is being replied to, as well as adding an empty state.
In the meantime, please let me know if you encounter any issues with the Inbox.*
I like the ability to remove the comment actions. But is there a way to show whether I’ve already upvoted/downvoted a comment even without the footer?
Oh good point. I’ll pull out an indicator somewhere.
Hi, here’s a short feedback:
Good job and bring it on!
Yes the keyboard appears now. Thank you :)