Hi, firstly thank you to all the beta testers that have helped find bugs and issues. I hope this release is even more stable as a result. It’s been a couple days since the last release so I was able to get a lot done in this one. Big changes include a bottom navigation drawer, comment navigation, and improvements to the settings page.

What’s new

  • Optional bottom navigation drawer
  • Comment ‘next’ 'prev navigation bar
  • Left hand/ right hand mode which squishes comment actions to the left or right.
  • Setting to mark post as read when viewing image
  • Added setting for changing the theme text colour
  • Community label is displayed in the profile list of posts
  • Ability to mark posts as read when viewing images
  • Ability to fix the top bar
  • Added sort option for Top ‘1 hour’
  • Clicking links now first confirms with the user

Fixes

  • Memory optimizations to make scrolling smoother
  • After adding reply, no longer switch to single thread view
  • Fixed issue with reply button
  • Display message when all posts in a list are being filtered
  • Fixed issue with editing replies with special characters
  • Improved comment navigator to scroll to a more centered position
  • Added a post image to the settings post edit page
  • Fixed issue with preload option not saving
  • Bell notification icon should update a bit more smartly

Links:

-kuroneko

  • ViperActual@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Oh hey you added in the comment stuff! It’s great for an initial release, though it definitely does need some refinement to be easily useable.

    • Comment feature buttons
      • They mostly work well, and look great! But tapping a comment does push the entire comment down as the buttons on top appear. Versus the ideal behavior of the comment position remaining absolute, and the buttons appear relative to it
      • Also, on narrow screens, the Next button does get pushed off a little bit
    • Done
      • Functions as expected, hides the extra buttons from the active comment
    • Hide
      • Correctly hides the comment when tapped
    • Show
      • This shouldn’t need to exist, as tapping on a hidden comment should automatically show it
    • Prev
      • Correctly activates the previous top comment, and shows the selected comment features. UI moves the selected comment just off-screen, so you have to scroll down some more to see it, even if it was already on-screen
    • Next
      • Same issues as the Prev button, comment selection is correct, but off-screen