Please report bugs using the following format in your title.

[BUG] Issue here

  • steve228uk@lemmy.worldOPM
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 years ago

    A couple more fixes are incoming:

    1. The weird layout issue caused when tapping a username in the comments.
    2. 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 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.

  • Skyraptor7@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 years ago

    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

  • steve228uk@lemmy.worldOPM
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 years ago

    Changelog August 2nd

    Build 2023.08.02.01.29

    • Added Toebean icon pack designed by my friend Noah (Instagram)
    • Improved GIF -> JPEG representation rendering to only do it on animated GIFs.
    • Fixed cut off text on Markdown lists.
    • Fixed bookmarking.
    • Added a loading indicator when navigating to a federated community.
    • A toast is now show if a community cannot be loaded.
    • Added a basic empty state to the inbox.
    • Added the ability to block or unblock a community.
    • Added a notice when a community is blocked and the ability to view it anyway.
    • The image viewer can now be dismissed by swiping up.
    • Added loading indicators for images.
    • Fixed post title not showing on comments in the user profile.
    • shuntipepperment@lemm.ee
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      3 years ago

      Hi Steve,

      A small [ BUG ] i want to bring to your notice, I’m still not able to see my bookmarks after reinstalling the app and I’m on the latest build,.

      Otherwise the the app feels very snappy and polished already.

      And I love the new set of icons too.

      Thanks and appreciate your time and hard work on this.

  • robmexx@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 years ago

    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.

    • steve228uk@lemmy.worldOPM
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 years ago

      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.

  • steve228uk@lemmy.worldOPM
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 years ago

    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.

  • steve228uk@lemmy.worldOPM
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 years ago

    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.

  • Dame @lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 years ago

    Issues with opening communities within the community tab. No action happens when clicking on a community

      • Dame @lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 years ago

        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.

  • steve228uk@lemmy.worldOPM
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 years ago

    Changelog: July 30th

    Build 2023.07.30.22.45

    Smaller update than anticipated this weekend because it was pride 🏳️‍🌈🏳️‍⚧️ and I was out celebrating with friends ❤️

    This one is mainly bug fixes but there is a big change to how I’m handling multiple accounts. States are now persisted when accounts are changed. This means if you have a certain post open, switch accounts to browse on another instance, and then switch back — it will still be right where you left it.


    • Added state persistence between account switches.
    • Added press and hold on the account tab to open the account switcher.
    • Removed background on the card and post footer.
    • Removed background from featured posts on the single post view.
    • Featured post backgrounds are now based on the accent colour.
    • Made the entire card view tappable, not just the title.
    • Tidied up the card and single post views.
    • Fixed issues with bookmarking.
    • Fixed issues with sharing links.
    • Fixed issues with overlapping content in the post composer.
    • Changed search on the communities selector in the composer.
    • Fixed a visual glitch between the composer and community selector.
    • Keyboard can now be dismissed in the composer community selection screen.
    • Fixed an issue with scroll to top offsets.
    • Added a link to posts on the Inbox and profile comments views. Still a WIP.
    • Content of comments is now hidden if removed by a moderator or deleted by author.
    • Added a link to the community on the Inbox and user profile comments.
    • Markdown editor is now reset when creating a post or comment.
  • steve228uk@lemmy.worldOPM
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 years ago

    Changelog: August 1st

    Build 2023.08.01.01.14

    • Added the ability to create “groups” on the Communities tab. This is a WIP and you cannot delete or edit yet. I’m also open to a better name for this feature!
    • Pushed the creation of SDAnimatedImage to a background thread to alleviate some of the UI blocking that was causing animations to stutter. I’m still not 100% happy with this and will be revisiting in the future.
  • orangeNgreen@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 years ago

    Best part about the new icon set: it feels like I’m giving a cat a little tiny high five with my thumb every time I open the app.

  • mint@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 years ago

    steve! loving the app so far man. couple questions -

    • will you be adding screen swipe to go forward at any point?

    • i’m having the same bug that another user mentioned where my saved/bookmarked posts aren’t showing up; it sounds like you aren’t able to reproduce this at this time but just wanted to give a heads up!

    thanks again and looking forward to watching this all continue to grow!

    • steve228uk@lemmy.worldOPM
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 years ago

      I’d love to support swipe to go forward! It’s not massively high on the priority list at the moment though.

    • mint@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      3 years ago

      tested this out a bit more, i saved a new post inside of bean and this post did in fact show up in bookmarks. it looks like any previously saved posts are what’s not showing up. i believe the post i saved before was via memmy. going to test it out by saving a post on lemmy on desktop tomorrow and see if the same result happens!

      edit: tested out by saving a new post on memmy and checking bean; that post is showing up on bean in bookmarks. weird quirk but i think the solution might just be for users to re-save previously bookmarked content if it’s not populating in bean

      • steve228uk@lemmy.worldOPM
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 years ago

        Huh, that’s so weird. They should be coming out from the API. Are they showing on the website okay?

        • mint@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 years ago

          i may have figured it out; the post in question that i’m not seeing in bean is this one - https://lemmy.world/post/401441

          (i tried unsaving/saving from desktop as well as inside bean and am getting the same result)

          the community this post is from is https://lemmy.world/c/[email protected] - i wonder if that may have something to do with it? i also tried saving a different post from this community and was also unable to see it on bean

          interested to hear your thoughts!

          • steve228uk@lemmy.worldOPM
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 years ago

            Ah it’s Kbin! It’s possible there’s an issue with the interop between Lemmy and Kbin via ActivityPub. I’ll see if there’s an outstanding issue for this on the Lemmy GitHub tomorrow.

  • steve228uk@lemmy.worldOPM
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 years ago

    Changelog August 3rd

    Build 2023.08.03.23.29

    • Added the ability to edit and delete comments.
    • Added a new context menu on press and hold of comments.
    • Added the ability to delete a post. Known issue: it’s not immediately removed from the list and requires a refresh.
    • Added the ability to edit a post.
    • Deleted or Removed posts are now filtered from post lists.
    • Increased maximum font size on the slider to 140% from 120%.
    • Increased the bottom padding on the comments list on themes with a translucent tab bar.
    • Tapping a comment in the Inbox will scroll to that thread on the post view.
    • Tapping a comment in the Inbox will highlight that comment in the post view.
    • Removed email parsing from Markdown.
    • Removed the “View Anyway” button on blocked communities as it doesn’t work.
    • Added Markdown parsing for spoilers.
    • Added a new button to the Markdown editor for writing spoilers.
    • Added a new Headline post view.
    • Added section for account settings in preparation for more there.
    • Added video support.
    • Added a welcome screen.
    • steve228uk@lemmy.worldOPM
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 years ago

      As we rapidly approach a version that I feel is complete enough for a public release, I’ll be bumping the version number and posting a roadmap.

      • orangeNgreen@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        3 years ago

        Awesome! It’s definitely feeling feature-rich at this point. You’ve done some great work in a short time. Can’t wait to see the public release!

        Edit: just because I can now, and for testing purposes.

  • Skyraptor7@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 years ago

    Minor feedback on theme:

    Is there a way to use accent of the main color theme to color the upvote and reply swipes

    • steve228uk@lemmy.worldOPM
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 years ago

      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.

      • Dark_Blade@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 years ago

        I think swapping the Bookmark and Reply colors around (ie Bookmark uses green, Reply uses accent color) would be a pretty good solution.