Skip Navigation

User banner
Posts
61
Comments
250
Joined
2 yr. ago

  • Thanks for the feedback! Would you mind sharing a couple details to help us figure out what might be causing this?

    • Which post size are you using?
    • Is scrolling choppy scrolling both directions, or only up?
    • Is it worse in certain communities or on certain types of content (e.g., web links)?
  • Some of the features that are coming in the next week or two:

    • Fully-fledged media viewer for gifs and images
    • Marking and hiding read posts
    • Guest mode
    • Crossposting
    • Image upload
  • It also doesn't help that the interaction bar doesn't collapse with the comments lmao

    Re: design: as I mentioned above, compact comments are coming (and are probably going to be the default); the interaction bar is really nice from an accessibility standpoint because it doesn't hide the core interactions in swipes or menus, but does consume a lot of vertical space. We always shipped it with the intention of adding a slimmer comment mode, which we are about to merge and should be hitting the public beta soon. More generally, we were iterating our design aggressively to find a layout that is going to serve us well when we implement our big customization update (planned for 1.2, late August/early September). Some of the choices we've made should make some more sense then, and for the time being we're pretty happy with where the design has landed and don't foresee it changing much going forward (though it will be getting much more configurable).

    Your feedback--positive or negative--is, as always, greatly appreciated. Thanks for helping to improve our app!

  • Hmm, looks like it got broken in the last major update. It's on our issue tracker now, should be fixed in 1.1. Thanks for the bug report!

  • Thanks for giving us a try! We're constantly improving, and your feedback is invaluable--we're working on adding confirmations to more destructive actions for the next build.

    For credentials, we don't use oauth because Lemmy doesn't support it--there's an issue open on their GitHub that should resolve that, but until then it's passwords or bust.

  • We’ve got compact comments slated for 1.1, so they should be available in the next major release.

  • Good news--we decided that "some support is better than none," and quietly released the iPad app to the App Store as well. It's not perfect--we're pretty heavily leaning on SwiftUI's automagic cross-platform--and while we finish filling out our core features it's not going to get much dev time, but come 1.2 we'll make it all nice and shiny

  • We’re working on a fully-featured media viewer with the image saving + a whole bunch more—stay tuned for the next update!

  • Funny you should mention that, I'm actually working on implementing that exact feature right now! It'll be out in the next build.

  • Thanks for the download, and I hope you enjoy it! We’re firm believers in the native Swift experience, even though it takes a little longer to develop in

  • It’s coming! We’ve got development slated to start early August, it should enter TestFlight beta sometime shortly after then.

  • Mlem dev here—couldn’t agree more about Gavin, he’s a fantastic guy. Gave us some helpful tips about getting through App Store review. Massive props to him for getting that app up and running so fast.

  • Glad you like it!

    The project board todo column is the place to look if you want to pitch in

  • Haha yeah we're definitely the "slow and steady" team on this one. Memmy is done in react-native, which, as the app very effectively demonstrates, is a fantastic framework for getting a smooth app out to market fast. We're using SwiftUI, which has the advantage of being the native iOS framework--it's more powerful and integrates better with the platform, but at the cost of being slower to develop in.

  • Yes! We're planning to get it into beta as part of our 1.2 milestone, which should start development early August

  • We're working on fleshing out the search tab, and it should have posts and users in the next major release.

    That's useful feedback on the post composer--we'll look into making that clearer. Thanks!

  • The image viewer is our #1 priority right now. To zoom you can tap the image once in the post view--we're working on getting a hotfix out shortly to make that work the intuitive way, where tapping the image in feed opens the quick viewer.

    Longer-term, we're working on a much more robust, fully-featured media viewer, but it's a complex piece of code and we want to get it right--it's slated for our next milestone (1.1, targeted Aug 5).

  • There are a couple smaller reasons, but the big one is that we use NavigationStack to handle our core view navigation--it's a truly monumental improvement over the old NavigationView, and lets us do things like build an iPad version without rewriting all our nav stuff, but it is unfortunately only compatible with iOS 16+.

    I know that's probably not a super satisfactory answer, but I'd rather be transparent than spin some PR nonsense at you.

  • We've got a much better, fully-featured, smooth image viewer in the works--the current one is a quick-and-dirty solution to people not being able to zoom in on pictures. We hope to have it out soon, but it's a complicated piece of code and we want to get it right.