• 11 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle





  • 👀 Upcoming Settings 👀

    General

    Posts

    • Mark Read / Hiding Posts
      • Disable Marking Posts Read
      • Mark Read on Scroll
      • Show Hide Read Button
      • Auto Hide Read Posts
      • Disable in Communities
    • Upvote on Save
    • Default Sort
    • Remember Community Sort
    • Autoplay GIFs / Videos
    • Infinite Scrolling

    Comments

    • Default Sort
    • New Comments Highlighter
    • Tap to Collapse
    • Show Jump Button
    • Jump Button Position
    • New Account Highlighter

    Safari

    • Always Use Reader Mode

    Other

    • Default Feed to Load
    • Open Links in
    • Open Videos in YouTube App
    • Piped Videos instead of YouTube
    • No Subscribed in All/Local
    • Hide Username on Tab Bar
    • Haptic Feedback

    NSFW

    • Blur NSFW Content
    • Hide NSFW Content

    Appearance

    Themes

    • App Theme
    • Comment Theme
    • Use System Light/Dark Mode
    • Pure Black Dark Mode
    • Reduce Smearing
    • Translucent Navigation Bars
    • Hide Navigation Bars on Scroll
    • Hide Scroll Bars
    • Text Size
    • Post Size

    Posts

    • Show Community Icons
    • Show Username at Top
    • Show Down Votes
    • Show Page Endings

    Large Posts

    • Show Voting Buttons

    Compact Posts

    • Thumbnail Size
    • Thumbnail Position
    • Show Voting Buttons
    • Voting Buttons Position

    Comments

    • Show Down Votes

    Media

    • Show GIF Progress
    • GIF Scrubbing

    Community List

    • Show Community Icons

    Face ID & Passcode

    • Lock with Face ID & Passcode

    Filters & Blocks

    • Filter Keywords
    • Filter Communities
    • Filter Instances
    • Block Uses

    Gestures

    Posts

    • Left Short Swipe
    • Left Long Swipe
    • Right Short Swipe
    • Right Long Swipe

    Comments

    • Left Short Swipe
    • Left Long Swipe
    • Right Short Swipe
    • Right Long Swipe

    Other

    • Disable Left Swipes
    • Disable Right Swipes
    • Disable Navigation Gestures
    • Long Swipe Trigger Point
    • Swipe Anywhere To Go Back










  • Hmm strange… I waited with the announcement post until the new version (v0.0.5) got approved by Apple. But it seems that for most people v0.0.4 is the most recent version that they can download. Hopefully this will sort itself out in the coming days 🤞

    The new version includes some bugfixes, like the cancel buttons not working, but also the ability to create / edit / delete posts


  • It’s written in React Native, with some Swift modules here and there. I wrote down some more in depth behind the scenes in a previous post.

    When Apollo shut down I really missed it in my day to day use, so initially this project started out as a personal project to see if I could replace that Apollo craving. Since then the development was going so well that I wanted to share it with the rest of the community as well.

    Since then I’ve also build some things that imho are an improvement, for example:

    • the onboarding
    • the markdown editor
    • the chat interface for private messages

    It’s been really fun to work on, but now that the basis is quite stable I’ll look into features that make it more tailored to Lemmy



  • Awesome to hear! I spent quite some time on getting the video player right, so I’m glad to hear people enjoy it (:

    The fact that videos don’t play when you’re viewing a post is actually a dumb thing I forgot haha. Videos get a signal to auto play as soon as they get into view of a virtualized list, since it’s not in a list when viewing a post it actually never gets the signal 😅

    I’ll make sure that this is fixed it the next release