• 2 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle











  • I think this will be the server struggling to respond, sending back an error code instead of the requested data in json format. The app should probably display something more user-friendly like “Server error (504)” (or whatever the error code is).

    It’s odd you’re not seeing similar issues on the web version though… maybe it just takes longer to load or there’s a timeout somewhere in the app that needs to be adjusted.




  • Yeah after some discussion on GitHub this is the direction the app is headed in, and the next update should have some settings in this regard with Boost-like behaviour as a user option. We can add more options if the community are split on their preferences. The joy of open source!



  • a1studmuffin@lemmy.mltoJerboa@lemmy.mlJerboa v0.0.32-alpha
    link
    fedilink
    arrow-up
    10
    arrow-down
    1
    ·
    1 year ago

    Now it’s in and I’m using it, I’m wondering if it would be better if tapping a comment would only collapse the children of that comment instead. This might prevent user frustration if they try and click a link in a comment but miss, so the comment closes instead.




  • Yeah this is what I’ve been doing, have made a few simple PRs already to enhance the themes a bit! Never worked with Jetpack Compose before, but Google sure does the trick.

    Make sure you grab the latest beta of Android Studio (not the default stable one it suggests), and connect your Github account once it’s installed. The emulator works really well for testing, no phone needed. Makes it super quick to get up and running and start submitting fixes.


  • a1studmuffin@lemmy.mltoLemmy@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 year ago

    Oh wow, thanks! The hold is not very intuitive, feels like it could just be a tap. I also tried tapping on the left of the comment replies (where it shows the indentation lines) but obviously that did nothing.

    Edit: just submitted a PR to fix this and allow tapping anywhere on the comment body to collapse it.