v0.1 Feedback
v0.1 Feedback
Please report bugs using the following format in your title.
[BUG] Issue here
v0.1 Feedback
Please report bugs using the following format in your title.
[BUG] Issue here
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.
Issues with opening communities within the community tab. No action happens when clicking on a community
I can’t duplicate this one on any of my accounts. Have you tried the old logging out and back in cliche?
Of course. Work-a-round is using the web browser and then adding and or pinning a community. Once it’s pinned it typically works in Bean.
Build 2023.08.06.22.41
--
Push notifications are now also functioning as expected. Please test and let me know if you encounter issues.
Tap to collapse comments is no longer working for me.
D’oh! I undid the fix. Will sort today.
Minor feedback on theme:
Is there a way to use accent of the main color theme to color the upvote and reply swipes
At the moment the upvote/and downvote swipe colours match those on the buttons and does change for some themes. The reply colour does need attention as the bookmark one does use the accent.
I’ll give it some attention when I get 5 minutes or am working on new themes.
I think swapping the Bookmark and Reply colors around (ie Bookmark uses green, Reply uses accent color) would be a pretty good solution.
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.
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 😄
I’m all registered for the notifications. Notify me if you dare!
Yeah my initial implementation was a hot mess. I’ve re-written my scheduler and worker so it should be more reliable. You’ll need to turn notifications off and back on again to re-register and hopefully that will fix it.
Done. Fingers crossed.
Ping.
Push notifications not working for me. To note, never could get them working on Memmy app either.
I didn’t get one either. :(
Build 2023.08.07.11.30
Not seeing this one in TestFlight.
Should be pushed out now.
What about converting the GIFs to APNG or WebP?
Build 2023.08.03.23.29
Some more feedback:
Thanks :)
In the last update, I’m no longer able to pin/unpin communities. I added a lifetime subscription.
I'm having problems with the communities tab in the most recent release. Entries are sometimes getting duplicated or showing out of order, and I'm experiencing stuttering and slow loading. The app is slow to respond if I try to navigate away from the communities tab- sometimes taking several clicks or seconds to respond- while responsiveness in other tabs is normal. The battery usage has also been noticeably higher than before. I'm on an iPhone 11 pro, 16.5.1.
That’s really weird!! I’ve not experienced this myself. I know it’s a pain but would you mind deleting the app and reinstalling?
Sure, I tried deleting and reinstalling and was not able to reproduce the duplication issue, though the slow loading/page jumping around/lack of responsiveness is still present.
Out of curiosity I tried subscribing to a new community and the bug reappeared, though not as bad this time:
I tried reinstalling again and the bug still persisted. I then unsubscribed from a community bringing my subscription count to 200 and that seems to have resolved the duplicate entries for now.
Running into a bug where images don’t load in the feed (seemingly random) but load fine when post is opened. This is one example of a post that showed a blank image icon until clicked
I know some instances like .world were having issues with thumbnail generation so this may be related. That being said, today’s build changes the way images are rendered in the background so please let me know if you see this frequently and I’ll investigate more.
Full height image preview seems to have stopped working in latest build. I’m seeing clipped images even with the option toggled on. Worked fine in previous build. This post is one example:
The sounds used for up/downvotes aren’t all that pleasant, if I’m being honest. Maybe it’s the volume, maybe it’s something else.
At some point I plan on doing sound packs so people will have options.
Sounds good, thanks!
There’s some issue with the time on the posts. It doesn’t match up with the time posted when opening the post.
Edit: just noticed as well, on the first pic 2 posts down from the one circled says “10 mins from now”. In the future?
Weird one! I know about the "from now" issue.
As for the other, I'll see what's being returned from the API. I wonder if the listing of posts returns something different to the single post endpoint.
Bug Report:
I have the theme set to “automatic” but the app doesn’t switch from light mode or to dark mode unless it’s forced closed and re-opened. Most other apps seem to switch as soon as you open them, even if they haven’t been force closed and closed by iOS.
Thank you! This one is on my list but hasn’t been a high priority. I’ll likely get it fixed in 1.0.1
Will you consider building Lemmy search into the app? https://www.search-lemmy.com/ I feel like this could be a really useful tool
This looks like it uses the standard search API but allows you to define an instance you’d like to search. I think I could integrate a similar feature but I’d like to allow folks to explore other instances without having an account there too
Quite impressed so far :) Some feedback:
Thank you! I’m aware of those bugs and I’ll add a compact comments view to the list. It is possible to turn off the footer there in the settings already.
And, not to bombard you, but there seems to be an issue with replies showing up. I know there are a few replies to my comment shown in the image, but they’re not appearing in Bean. It seems to be a problem in posts with a lot of comments, at least as far as I can tell.
I can confirm this one. I also can’t see the same pin/unpin comment thread you posted the screenshot of.
Fix incoming!
Fix works!
This seems to be a .world issue at the moment as I’m having trouble loading them there too 😖
It seems none of the links at Trending Communities are working for me. Do you know if it’s an issue with how they do their links, or something that can be adjusted on Bean?
They come back with “Unmatched Route.”
Thank you, I’ll fix it!
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