Please report bugs using the following format in your title.
[BUG] Issue here
I am seeing the time stamp on some comments and the posts when sorting all by new as into the future 4 hours from now.
Same. Also I do not see a way to either leave a comment or make a post. I had to switch back to Memmy to leave this reply.
Incredible work on the app.
Here are a few things I noticed:
- swiping media away is sticky and doesn’t carry momentum.
- collapsing comments doesn’t seem to work (apologies if this hasn’t been implemented yet)
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
Tap to collapse comments is no longer working for me.
D’oh! I undid the fix. Will sort today.
Just came across something new. When swiping a pinned post, the whole card changes color. See image.
A couple more fixes are incoming:
- The weird layout issue caused when tapping a username in the comments.
- GIFs will no longer be automatically rendered as animated images anywhere in the app, except when opening the image viewer.
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
andscaleDownLargeImages
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.20.22.51 is currently rolling out to TestFlight users.
Changelog
- Added font size options to the Display settings.
- Added OpenDyslexic as a font choice.
- Added a setting to turn off haptic feedback.
- Added the ability to upvote and downvote comments.
- Added the ability to reply to a comment.
- Added the ability to pull to refresh on an individual post.
- Added options to show avatar and OP / Admin badges on comments.
- Fixed keyboard not showing automatically when adding a new comment.
Changelog August 6th
Build 2023.08.06.22.41
- Added the ability to sort comments.
- Added a default comment sort to the Filtering settings.
- New theme: Midnight
- New theme: Forest
- New theme: Hacker
- New font: Futura
- New font: Menlo
- Fixed correct font styles not loading in the markdown editor.
- Fixed http:// and https:// links automatically being detected.
- Updated dependencies including SDWebImage. Should solve some crashing images with WebP and SVG parsing.
- Stopped reloading Inbox on focus as it seemed to be causing some glitches. Will reassess later.
–
Push notifications are now also functioning as expected. Please test and let me know if you encounter issues.
New themes, fonts, and comment sorting options added to Bean today 🥰
Great update! And I have a new favorite theme. I’ll probably be rocking Midnight for a little awhile.
That’s what I’m rocking too! Heavily inspired by the old Twitter theme that I will dearly miss 😭
I was going to say, it definitely reminds me of old school Twitter!
Same! I love midnight
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
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.
I love the toebean icons in this new build. You have one for each of my cats! So far so good with the scrolling too.
I need to see photos of the cats!
Also, please check out my very talented friend, Noah’s Instagram who I commissioned to design that set.
Ask and ye shall receive!
One more because the orange cat doesn’t look very orange in the first…
Aw, very cute!! They like grown up versions of my parents’ cats Harry and Daisy😄
Thanks. They are barely grown up. Xander (orange) is 1 and Xedo (tuxedo) is 1.5.
Digging the new icons as well. I’ll check out the artist’s insta!
I’ve pushed an update to the way images are rendered tonight which I’m hoping will finally (finally), finally (FINALLY) fix the crashing issues caused by GIFs and animated webp images exhausting memory allocation.
I have noticed that it’s broken the full height images option (sorry about that) so I’ll be patching that back in tomorrow.
In the meantime, I’d you encounter any issues with GIFs, please let me know.
This definitely sped up thumbnails for me (unless it’s a placebo effect).
It might be placebo but it theoretically should have sped them up so that’s good to hear 😄
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!
Thank you! 🥰
Yes the keyboard appears now. Thank you :)
This is really promising! Obviously missing some major features, but damn is it sexy. When we can comment and vote on comments, this might already be good enough to be my main Lemmy browser app. Great start!
Thank you! Commenting is the next thing on my list so expect it within a couple of days 😄
Since the last update, communities and comments haven’t been loading quite right. Always possible that it’s a .world problem, but I’m using Voyager right now without any apparent issue. I’ll try again in a couple hours and see if there are still issues.
Edit: I take it back. More exploring on Voyager reveals the same problems. Looks like it’s a .world issue.