Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GR
gromdroid @lemmy.world
Posts 16
Comments 145
TestFlight - v0.2.0 🚀
  • That’s very strange, since I haven’t removed anyone and I also can’t see this anywhere in the dashboard.

    If you send me your email through a PM, I could check if adding you as tester manually might resolve this (:

  • TestFlight - v0.2.0 🚀
  • Hmm strange, since the build should still be available:

    Does the public link not work for you either? I also hope to push a new build this weekend, so perhaps that fixes this issue otherwise 🤞

  • Bug: Editing a comment doesn’t stick
  • Great find, I’ll look into this! I also noticed that the edit and delete option shows up in one menu, even if it isn’t your own comment. So something funky is happening in those menu’s

  • Request: option to block a community when you see a post on c/all
  • While using the app myself I ran into a similar “issue” where subscribing to a new community would take quite a few steps. I’ve been playing around with the idea to nest the community menu inside the post menu, which would reduce the amount of steps. I’ve been trying out the following setup:

    post menu nested community menu

    In parallel I’m working on a bigger update that includes notifications and widgets, so it might take a bit longer to release this update. But hopefully this makes your requested flow to block communities a bit easier (:

  • Weird text duplication bug when typing comments
  • Thanks to your suggestion I found a way to disable the predictive text feature in the markdown editor. While this is not the perfect solution, it does at least seem to fix the issue for now.

    I’ll keep looking for a better solution, but in the meantime I’ll try to have a new app update ready in the coming week that includes this temporary fix :D

  • Weird text duplication bug when typing comments
  • I think it’s a problem related to React Native. The package that I use for the markdown editing is a native iOS package, so I had to write a bridge for the package to be able to use it in my app.

    Avelon uses the same package for example, but there it works fine as far as I know. Avelon is however a completely native app, therefor I have the suspicion that the problem is related to the bridge that I wrote.

    I already tried to isolate the bridge, to see if any other code in my app is interfering but that didn’t seem to be the case. My plan is to write a dummy application somewhere this week, to see if the package does work out of the box in a native app to make sure that my suspicion is right.

    I’m not too familiar with native iOS development though, so that’s why it’s all taking a bit longer.

    It is however very helpful to hear that the prediction setting seemed to resolve it in your case. Bit by bit we’ll get closer to fix this 🤞

  • Weird text duplication bug when typing comments
  • Thanks for reporting this! I’m aware of the problem and I’m actively looking for solutions, but so far I haven’t found one.

    It seems to be related to the new iOS17 predictive typing, because most often the duplication of text will happen when iOS tries to predict the rest of a sentence.

    I’ll keep looking for a solution, since it’s quite jarring. Will keep you posted (:

  • [request] allow for full screen swiping when going back
  • If you disable both the left and right swipe, it will automatically enable full swipe to go back.

    Right now I’m having some technical limitations with React Native, where it’s not possible to have full swipe to go back without disabling both swipe gestures. It’s on my list to look further into, but I’m not expecting to solve this in the near future.

    Hopefully this is good enough for now :D

  • TestFlight - v0.2.0 🚀
  • Great to hear this kind of feedback!

    I will look into the bugs you mentioned. Reading some of them I immediately already have a vague idea what could be the problem.

    The suggestions are also great. Most of these are indeed already on my radar. My first goal is to fix the last bugs and finally push the V1 to the App Store, since I achieved all the basic features that I had in mind for the V1. Once that’s setup I’ll continue working on adding new features :D

  • [Bug] After dismissing opened image with swipe, I can’t scroll feed for a second
  • Sooner or later you know the ins and outs of this app better then me, some great bug hunting!

    I have noticed this issue too, but up until now I didn’t think too much of it. I’ll look into it to see what’s up :D

  • TestFlight - v0.2.0 🚀

    I'm thrilled to present yet another update packed with bug fixes, all made possible by the invaluable feedback from this incredible community. Your insights are incredibly helpful for fine-tuning and enhancing the overall user experience.

    🎉 New Features:

    • Added text size options (WIP)
    • Added support for Lemmy v0.19 (WIP)
    • Added jump button for comments
    • Added the option to block users and communities
    • Added the option to show the corresponding instance behind community and user names
    • Added setting to manually switch between Light/Dark Mode
    • Added ‘Remember Community Sort’ setting
    • Added ‘Restore Default Swipe Actions’ setting
    • Long pressing the profile tab now opens the account switcher
    • Added ‘Select Text’ to both the post and comment menu’s
    • Added option to translate both posts and comments
    • Communities in the search screen now filters NSFW communities by default, unless the NSFW filter is turned on

    🐛 Bug Fixes:

    • Fixed the issue where the ‘No Subscribed In All / Local’ settings would be applied to the ‘Subscribed’ feed as well
    • Fixed the issue where the ‘Show Username at Top’ setting would impact all places, instead of only posts
    • Fixed the issue where custom sorting in a feed would reset after the first page
    • Fixed the issue where selecting a custom sort for comments didn’t have any effect
    • Fixed the issue where the link of a post wouldn’t be shown if the posts also contains images
    • Fixed the issue where disabling the setting ‘Show Page Endings’ would result in a missing border before the first post of the next page
    • Fixed the issue where if you post a new comment, it would be marked as unread
    • Fixed the issue where the ‘Show All Comments’ bar would prevent you from seeing the highlighted comment
    • Fixed the issue where clicking media in compact post items wouldn’t open anything
    • Fixed the issue where scrolling to the top by tapping the statusbar wouldn’t automatically show the navigation bars again
    • Improved active state colors in light mode
    • Fixed the issue where a very quick swipe gesture wouldn’t register any action
    • Fixed the issue where left swipes on a comment item would sometimes interact with the wrong comment
    • Improved ‘Mark Read on Scroll’ logic which should cause less false positives
    • Fixed the issue where the bookmarks screen would keep loading if you didn’t have any bookmarks yet
    • Links to posts on other instances now properly resolve to posts on your home instance, meaning they can be opened within the app (WIP)

    🤝 Community Contributions

    A huge shoutout to all the users who provided feedback, reported issues, and actively participated in making this app better. Your dedication and enthusiasm are the driving force behind these improvements.

    🍺 Buy Me a Beer

    I’m building Lemma as a side project in my free time. If you’re enjoying Lemma and would like to say an extra thank you, you can buy me a beer ❤️

    🙌 Thank You!

    I appreciate your ongoing support and I'm committed to delivering an app that exceeds your expectations. Keep the feedback coming, and let's continue to make this app the best it can be together.

    Happy testing! 🚀

    10

    TestFlight - v0.1.0 🚀

    I’m excited to present a major overhaul of the app with a ton of new features and enhancements. This TestFlight version is your exclusive preview to explore and test everything that's changed.

    As some of you may have noticed, this update took longer than expected. Hopefully, it was worth the wait, though! Behind the scenes a lot has changed, this also means that you have to login again and that all your previous settings are lost. I get that this is not ideal, but I figured it was the most stable way to do the update. This does of course give you the opportunity to have a look at all the new settings while you're at it 😉

    🌟 What's New:

    • New Settings: Dive into a revamped settings menu with added options for a more personalized experience.
    • Customizations Galore: I’ve introduced a range of customization features. Test them out and make the app truly yours!
    • Improved Performance: Enjoy a smoother and faster experience as I've fine-tuned the app's performance to provide you with the best possible experience.
    • Fresh Icons: Say hello to new icons that add a touch of modernity and personalization to your app experience.

    🕵️‍♂️ Your Mission:

    Explore every nook and cranny! Test all the new settings and customization options. Your feedback is invaluable in ensuring a seamless user experience for everyone.

    💡 How to Get Started

    1. Download TestFlight from the App Store if you haven’t already.
    2. Follow this link to find Lemma in TestFlight.
    3. Tap the “Install” button to get early access to Lemma.

    🤝 How to Share Feedback: Tap into the app, try out the new features, and share your thoughts with me. Whether it's a bug report, a suggestion, or just to say you love it, I want to hear from you!

    Thank you for being part of the testing community. Together, let's make this app better than ever!

    🍺 Buy Me a Beer

    I’m building Lemma as a side project in my free time. If you’re enjoying Lemma and would like to say an extra thank you, you can buy me a beer ❤️

    8

    [Community Feedback] - What settings would you like to see?

    📣 Hey Lemma Community! Your Voice Matters! 📣

    I'm thrilled to announce that I'm in the final stages of rewriting Lemma to make it faster, more efficient, and more feature-rich than ever before. But I'm not stopping there! I want to hear from YOU, the incredible Lemma community, about what settings and features you'd like to see in the upcoming update.

    🚀 What's coming in the update?

    Performance Boost: I'm revamping the app's core to make it lightning-fast and super responsive. Say goodbye to lag and hello to seamless browsing.

    Improved Error Logging: I'm taking error reporting seriously. I want to ensure that any glitches or issues are logged and addressed promptly to enhance your overall experience.

    New Settings: I'm introducing a bunch of new settings to give you more control over your app experience. But here's the exciting part—I want your input!

    🤔 What settings do YOU want to see?

    Now's your chance to shape the future of our app! Share your ideas, big or small, on the settings and features you'd like to have. Whether it's enhancing privacy, customizing your feed, or adding a special feature you've always dreamed of, we're all ears.

    💬 How to Share Your Ideas

    1. Read through the Upcoming Settings comment I left under the post, to see if you're idea is already being implemented
    2. If you're idea isn't on the list yet, drop a comment on this post with your suggestions

    🙏 Your Feedback Matters

    I can't stress enough how much I value your feedback. Your insights and ideas have been instrumental in shaping Lemma, and I'm committed to continuing this journey together.

    Let's make Lemma even more amazing, together! 🚀

    Thank you for being a part of our incredible community. Stay tuned for more updates, and keep those brilliant ideas coming!

    14

    Lemma - TestFlight - Public Release 🚀

    Welcome to Lemma - Your New Favourite App!

    I’m thrilled to introduce the very first public release of Lemma on TestFlight. Get ready to experience a whole new level of browsing the fediverse!

    🌟 Key Features 🌟

    • Super-charged Media Viewer
    • Powerful Markdown Editor
    • Effective Search

    🔥 Why You'll Love Lemma 🔥

    • Fully Customisable
    • Swipe Gestures
    • Multiple Accounts
    • Cross-post Support
    • Share as Image
    • ‘Open in Lemma’ Safari Extension
    • Private messaging

    📣 Join The Community 📣

    I would love to hear from you! Join our growing community of users to share your feedback, ideas, and suggestions. Together, we'll make Lemma even better.

    💡 How to Get Started 💡

    1. Download TestFlight from the App Store if you haven't already.
    2. Follow this link to find Lemma in TestFlight.
    3. Tap the "Install" button to get early access to Lemma.
    4. Explore the app, try out its features, and let me know what you think.

    🤝 Feedback & Support 🤝

    Your feedback is invaluable to me. If you encounter any issues, have suggestions, or just want to say hello, please reach out to the Lemma community ([email protected]). Thank you for being a part of our journey. Together, we'll shape the future of Lemma. Get ready to experience something amazing!

    🍺 Buy Me a Beer 🍺

    I’m building Lemma as a side project in my free time. If you’re enjoying Lemma and would like to say an extra thank you, you can buy me a beer ❤️

    📌 Note: This is a TestFlight release, so your feedback will help me fine-tune the app for its official launch.

    !

    !

    !

    33

    Lemma - TestFlight - Public Release 🚀

    Welcome to Lemma - Your New Favourite App!

    I’m thrilled to introduce the very first public release of Lemma on TestFlight. Get ready to experience a whole new level of browsing the fediverse!

    🌟 Key Features 🌟

    • Super-charged Media Viewer
    • Powerful Markdown Editor
    • Effective Search

    🔥 Why You'll Love Lemma 🔥

    • Fully Customisable
    • Swipe Gestures
    • Multiple Accounts
    • Cross-post Support
    • Share as Image
    • ‘Open in Lemma’ Safari Extension
    • Private messaging

    📣 Join The Community 📣

    I would love to hear from you! Join our growing community of users to share your feedback, ideas, and suggestions. Together, we'll make Lemma even better.

    💡 How to Get Started 💡

    1. Download TestFlight from the App Store if you haven't already.
    2. Follow this link to find Lemma in TestFlight.
    3. Tap the "Install" button to get early access to Lemma.
    4. Explore the app, try out its features, and let me know what you think.

    🤝 Feedback & Support 🤝

    Your feedback is invaluable to me. If you encounter any issues, have suggestions, or just want to say hello, please reach out to the Lemma community ([email protected]). Thank you for being a part of our journey. Together, we'll shape the future of Lemma. Get ready to experience something amazing!

    🍺 Buy Me a Beer 🍺

    I’m building Lemma as a side project in my free time. If you’re enjoying Lemma and would like to say an extra thank you, you can buy me a beer ❤️

    📌 Note: This is a TestFlight release, so your feedback will help me fine-tune the app for its official launch.

    !

    !

    !

    18

    TestFlight - Public Release 🚀

    Welcome to Lemma - Your New Favourite App!

    I’m thrilled to introduce the very first public release of Lemma on TestFlight. Get ready to experience a whole new level of browsing the fediverse!

    🌟 Key Features 🌟

    • Super-charged Media Viewer
    • Powerful Markdown Editor
    • Effective Search

    🔥 Why You'll Love Lemma 🔥

    • Fully Customisable
    • Swipe Gestures
    • Multiple Accounts
    • Cross-post Support
    • Share as Image
    • ‘Open in Lemma’ Safari Extension
    • Private messaging

    📣 Join The Community 📣

    I would love to hear from you! Join our growing community of users to share your feedback, ideas, and suggestions. Together, we'll make Lemma even better.

    💡 How to Get Started 💡

    1. Download TestFlight from the App Store if you haven't already.
    2. Follow this link to find Lemma in TestFlight.
    3. Tap the "Install" button to get early access to Lemma.
    4. Explore the app, try out its features, and let me know what you think.

    🤝 Feedback & Support 🤝

    Your feedback is invaluable to me. If you encounter any issues, have suggestions, or just want to say hello, please reach out to the Lemma community. Thank you for being a part of our journey. Together, we'll shape the future of Lemma. Get ready to experience something amazing!

    🍺 Buy Me a Beer 🍺

    I’m building Lemma as a side project in my free time. If you’re enjoying Lemma and would like to say an extra thank you, you can buy me a beer ❤️

    📌 Note: This is a TestFlight release, so your feedback will help me fine-tune the app for its official launch.

    !

    !

    !

    3
    Lemma (Test Community) @lemmy.world gromdroid @lemmy.world

    Meirl

    imgur.com Imgur: The magic of the Internet

    Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users.

    31
    Lemma (Test Community) @lemmy.world gromdroid @lemmy.world

    Too much change

    22

    TestFlight - Release v0.0.4

    🚀 Introducing Commenting Feature! 🚀

    I'm thrilled to present the latest update to Lemma that brings an exciting new feature to your fingertips - commenting! I've been hard at work, and now it's time for you to be a part of our testing phase.

    ✏️ Markdown Editor: Say goodbye to plain text comments. With the sleek new markdown editor, your comments will stand out like never before. Format your text with ease, add links, insert images, and even gifs – all in a snap!

    📣 Engage with Your Community: Now, you can participate in discussions and share your thoughts directly within the app. Your feedback matters, and I can't wait to hear what you have to say.

    🔍 Help Me Improve: I want your input! Test the commenting feature thoroughly, and let me know about any bugs, suggestions, or improvements you'd like to see. Together, we can make Lemma even better.

    👥 Connect with Others: Join the conversation, interact with fellow users, and build a sense of community within the app. Your comments can make a difference!

    🔮 Upcoming: While we're busy testing the markdown editor with the new comment feature, I've also started working on adding the ability to create posts. I'm aiming to have it ready by the weekend, which I think will be the perfect time to invite everyone to join the public TestFlight as well!

    Thank you for being a valuable part of the Lemma community. Your feedback helps Lemma grow and deliver an outstanding user experience. Let's make this commenting feature shine together!

    Edit after v0.0.4 release:

    I typically only share these types of updates after they have been approved by Apple. However, I am making this post now to prevent people from mentioning bugs for which a fix is already on its way. Many thanks to those who were quick and helpful in catching some of these bugs!

    Fixed/Added:

    • You can now add images to comments again.
    • In addition to swiping, I have also added the reply option to the comment menu.
    • You can now also edit and delete comments.
    • Comments now indicate if they have been edited.
    • Swiping on compact posts will now also bring up the reply modal.
    • Spoilers are now rendered correctly.
    • An overview of private messages has been added to the inbox screen.

    Fingers crossed – you might see the update with fixes tomorrow! 🚀

    13
    Lemma (Test Community) @lemmy.world gromdroid @lemmy.world

    Let's get things started, shall we?

    Good. Well, as you can see on your program... first up is a speech called, "Don't Just Dream it, do it." Yes! Please give a big hand to Mr. Kevin Malone. [plays Ozzy Osboure's Crazy Train] These are just my dirty old gardening clothes. They were all that I had in my car. That-

    14

    Sneak Peek - Powerful Markdown Editor

    imgur.com Lemma - Powerful Markdown Editor

    Discover the magic of the internet at Imgur, a community powered entertainment destination. Lift your spirits with funny jokes, trending memes, entertaining gifs, inspiring stories, viral videos, and so much more from users like 6c2wygbj4t.

    Hey everyone! It's been a while since the last update, mainly because I've been diving deep into working on the markdown editor. I'm aiming to roll it out this weekend, but in the meantime, I wanted to give you a sneak peek (check out the attached video!) and share some of the behind-the-scenes reasons why this update is taking a bit longer.

    I've had a few folks asking how Lemma was built, especially in terms of the language or framework used. In my regular gig, I'm a frontend developer specializing in React and React Native. So, it was a no-brainer for me to build Lemma using React Native. I'm actually pretty stoked about how native Lemma feels on iOS, even though it's not developed with Swift. It's mostly because I went all out to recreate the Apple Design Guidelines down to the tiniest pixel. I hunted down Figma designs of various iOS elements to get a solid reference for element sizes and padding between them.

    Now, why's the markdown editor giving me more work? To really nail that genuine native feel, I've been crafting some native modules that I'm connecting to my React Native app. This includes things like the action sheet that pops up when you tap certain action bar items, and even that little pencil notification that shows up when you join a community. It's been a totally new experience for me building these modules; I'd never even touched Swift before this. So far, they've been quite manageable, mostly acting as wrappers around existing iOS elements or Swift libraries.

    As you've probably guessed by now, the new markdown editor is also coded in Swift, specifically using SwiftUI. There aren't a ton of guides out there on how to blend SwiftUI into a React Native app, so this journey has been both tough and intriguing. Before I move on, big shoutout to Kyle Nazario, who put together the underlying SwiftUI library. This library does most of the heavy lifting for the inline markdown rendering, but it still needs to communicate with the React Native code. I've been wrestling with a challenge for example: keeping the selected text or cursor in the right spot after the text changes due to hitting a markdown button (because these buttons are React Native views). Normally, all these events and functions come built-in with the standard React Native TextInput, but now I'm dealing with a completely separate SwiftUI input on the native side, so I'm bridging all these functions myself.

    It's been quite the journey, and I'm soaking up a ton from it. I'm already pretty stoked with where things are at now. Honestly, I wasn't sure if I could bring this markdown editor that's been bouncing around in my head to life. I hope you all are as amped about this upcoming feature as I am. However, I hope you guys still have a touch more patience because there are still a few pesky bugs I'm aiming to squash this week.

    One more thing, let's chat about the current TestFlight situation. Big thanks to everyone testing out the private beta; your support means a lot. I'm aware that some folks didn't get the initial invite, and I hear you. Here's what I'm thinking for the near future:

    • Drop the new markdown editor, complete with the ability to post comments.
    • Push out a version that lets you craft new posts as well.
    • Open up Lemma to the public once the new markdown editor proves its stability in the closed beta TestFlight! 🥳

    This time, I'm sharing a bit more technical stuff, but I thought you might dig these behind-the-scenes updates too. I'm super excited to hear what you all think of the new markdown editor. I'll keep you posted as soon as it's good to go!

    6

    TestFlight - Release v0.0.3

    Hey everyone! I'm back from my vacation, and I brought some goodies with me. My trip was a blast — I saw cool stuff and met some new people. It was also awesome to take a break from the digital world before I dive into my new job next week.

    The feedback I got so far has been really encouraging. So, I rolled up my sleeves today and got to work on fixing those pesky bugs you all found. Plus, I've added some cool new stuff to make the whole experience even better. Remember, I've had some time between jobs in which I've been tinkering away on Lemma. Starting a new gig next week doesn't mean I'm abandoning Lemma though. I love working on this app, and your fantastic feedback just fuels my motivation to keep making it even more awesome, it might simply mean that some updates might take a bit longer then you’d hope. If you're curious about future plans, keep on reading!

    What's New?

    • feat - added 2FA support
    • feat - new profile switcher, which now shows your instance and avatar as well
    • feat - remove markdown from post titles and body previews
    • feat - remove duplicate cross posts (needs more testing)
      • similar to how the official Lemmy UI does it
    • feat - searching for posts, communities and users now actually works
    • feat - opening a comment from your inbox now marks it as read
    • feat - ‘Mark all as Read’ button actually works now in your inbox
    • feat - support for better Lemmy link recognition (for example [email protected])
    • feat - support for more markdown types
      • tables are now horizontally scrollable, still WIP but seems to work better
    • fix - clicking images in compact posts opens the image viewer correctly
    • fix - show video in compact posts
    • fix - keep playing video’s when opening in fullscreen
    • fix - “View All Comments” button actually shows all comments now
    • fix - cancelled swipe actions don’t trigger action anymore
    • fix - score is now properly calculated after voting
    • fix - correctly load posts when viewing a community, before this release Lemma got stuck sometimes on 5 posts until you did a ‘pull to refresh’
    • misc - change post size label to “compact” in settings
    • misc - updated profile scores

    Coming Soon!

    I've got a bunch of ideas for the next update, and I'll spill the beans on a few below so you can get excited. But I'm also dying to know — what features do you think are still missing in Lemma?

    Posting Power

    The big-ticket item everyone's been waiting for is the ability to create new posts and drop comments. Let's be honest, without these, Lemmy isn't all it can be. You might be wondering why this hasn't been part of the app from the get-go. Well, I wanted to do it right, not just easy. Check out this sneak peek below for a little taste of how I'm envisioning the editor:

    !editor sneak preview

    Sharing Is Caring

    As Lemmy's content grows, I've noticed a bit of repetition in my feed. But guess what? Lemmy's been on it! They've made cross-posting smoother, so you won't see the same thing over and over. In this update, I've already incorporated their new filtering trick, showing only the original post in your feed. And in the next update, I'm going to jazz up how you can check out cross-posted versions of a post.

    Media Magic

    Time to give GIFs some extra love in the media viewer. Right now, they're always playing, and that can sometimes slow things down. My mission? Make GIFs play more like videos. I might even dive into making GIFs rewind and fast-forward (no promises though, it's a tricky one).

    Oh, and there's more! I'm revamping the media viewer for pictures too. Think smoother full-screen transitions and handy actions for a better overall experience.

    Oops, Something's Not Right

    Let's talk about those error messages. They're a bit basic right now. And that's not cool for you or me. So, in the next update, I'm on a mission to make error messages more user-friendly. You'll know exactly why something's acting up, and it'll also help me track down issues faster based on your bug reports.

    Big thanks for all the support. Let's keep the Lemma vibe going strong as we jazz it up together!

    12

    TestFlight - Green Light!

    Exciting news! Lemma got the green light for testing on TestFlight! I was totally stoked to see so many of you signing up for testing—I never expected this much interest. For now, I've closed the signup form to get some initial impressions and work from there. I've invited everyone who signed up through the form to TestFlight. I'm not super familiar with this stuff, but fingers crossed everything works out fine. I'll check later to make sure all the invites went out. So, if you haven't received anything yet, just hang tight, and I'll keep you guys in the loop. Once we've ironed out the kinks, I'll share the TestFlight link so others can join in too.

    Lemma began as my little pet project, but I'm really proud of what it's turned into. I've spent weeks fine-tuning little details to get it just as I wanted it to be. In the last few weeks, I've been off from work because I'm starting a new job later in August. And guess what? I managed to release it right before I’m going away on a little holiday trip, with a few hours to spare! Woohoo! 😄

    But don't worry, I'll still be keeping an eye on the Lemma community to catch those first impressions, even though I won't be too active during the coming week.

    I'm super curious to hear what you all think about Lemma, so please shoot any feedback (good or bad) over to the Lemma community. Just a small favor, though: make sure to check if someone else already reported the same issue before you post, so we can keep things a little organized.

    Alright, that's it for now. Enjoy Lemma, folks! 🚀

    25

    Super-Charged Media Viewer

    Wondering what sets this app apart? As a user of Lemmy (and previously Reddit), I understand the importance of a perfect platform for discovering new content. That's why my top priority, from the very inception of this app, has been to showcase all content in the most captivating manner. Here's what I've achieved so far, with more exciting features on the horizon:

    GIFS

    GIFs will automatically play in your feed, as well as in comments. Let's highlight this aspect: all images will be displayed inline within comments and posts, scaling perfectly to fit the available space. No need to click a link to enjoy that spot-on GIF someone replied to you with!

    Video’s

    Lemma supports inline videos too! The app employs various checks to determine the type of post, including videos. Better yet, videos auto-play as soon as they come into view, and I've added a beautiful progress indicator, inspired by Apollo.

    Albums

    Whether it's multiple images included in a post or a dedicated Imgur Album, Lemma seamlessly assembles all the images into a stunning gallery view. Effortlessly scroll through each image just as it's meant to be, while still being able to view the descriptions of specific images (Imgur only).

    Live Text

    Of course, an iOS app wouldn't be complete without Live Text! Spot some information you'd like to copy? No problem, Lemma has built-in support for Apple's Live Text feature.

    5

    Lemma: Enhance Your Lemmy Experience on iOS!

    Hey everyone! I'm thrilled to announce Lemma, yet another Lemmy client for iOS!

    As a longtime fan of Christian's work with Apollo, like many others in the Lemmy community, I embarked on developing Lemma when Apollo closed its doors. My goal was to create a native feeling iOS experience that captured the essence of Lemmy.

    What began as a personal project to challenge my technical skills has now evolved into something remarkable. I'm delighted to share Lemma with the world, even though it's still in its beta phase. I'm continuously working on adding more features every day. At the moment, the focus is on optimizing the viewing experience and discovering new communities. Soon, I'll be incorporating features like submitting new posts and responding to existing posts and comments.

    Key Features:

    • Super-Charged Media Viewer
      • From videos and GIFs to (Imgur) albums, Lemma supports it all.
      • Lemma goes the extra mile by parsing the body of posts to find even more media than most other apps. For example, it can collect all images inside a markdown post, displaying them in a neat image album overview.
    • Powerful Search
      • Lemma seamlessly integrates with Lemmyverse.net, making it easier than ever to discover new communities.
    • Fully Customizable
      • Personalize your experience with 16 themes (both dark and light mode), 6 comment color themes, and a compact post viewing mode.
    • Swipe Gestures
      • Upvoting, downvoting, or saving a post? With Lemma, it's just a swipe away.
    • Share as Image
      • Sometimes, a picture says more than a thousand words.
    • Safari Extension
      • Effortlessly open Lemmy content in Lemma using the built-in Safari Extension.
    • Cross-Post Support
      • Stay updated with cross-posts in your feed.
    • Multiple Accounts

    TestFlight

    In the coming days, I'll be launching Lemma on TestFlight for a closed beta. If you'd like to be part of Lemma's development, sign up using the form below:

    https://forms.gle/38YK7Merm1MzzcP89

    Join the Lemma Community:

    Excited about Lemma? Want to connect with other users, share feedback, and stay up-to-date on the latest developments? Join our community at lemmy.world and be a part of shaping the future of Lemma!

    [email protected]

    !

    !

    44

    Lemma: Enhance Your Lemmy Experience on iOS!

    Hey everyone! I'm thrilled to announce Lemma, yet another Lemmy client for iOS!

    As a longtime fan of Christian's work with Apollo, like many others in the Lemmy community, I embarked on developing Lemma when Apollo closed its doors. My goal was to create a native feeling iOS experience that captured the essence of Lemmy.

    What began as a personal project to challenge my technical skills has now evolved into something remarkable. I'm delighted to share Lemma with the world, even though it's still in its beta phase. I'm continuously working on adding more features every day. At the moment, the focus is on optimizing the viewing experience and discovering new communities. Soon, I'll be incorporating features like submitting new posts and responding to existing posts and comments.

    Key Features:

    • Super-Charged Media Viewer
      • From videos and GIFs to (Imgur) albums, Lemma supports it all.
      • Lemma goes the extra mile by parsing the body of posts to find even more media than most other apps. For example, it can collect all images inside a markdown post, displaying them in a neat image album overview.
    • Powerful Search
      • Lemma seamlessly integrates with Lemmyverse.net, making it easier than ever to discover new communities.
    • Fully Customizable
      • Personalize your experience with 16 themes (both dark and light mode), 6 comment color themes, and a compact post viewing mode.
    • Swipe Gestures
      • Upvoting, downvoting, or saving a post? With Lemma, it's just a swipe away.
    • Share as Image
      • Sometimes, a picture says more than a thousand words.
    • Safari Extension
      • Effortlessly open Lemmy content in Lemma using the built-in Safari Extension.
    • Cross-Post Support
      • Stay updated with cross-posts in your feed.
    • Multiple Accounts

    TestFlight

    In the coming days, I'll be launching Lemma on TestFlight for a closed beta. If you'd like to be part of Lemma's development, sign up using the form below:

    https://forms.gle/38YK7Merm1MzzcP89

    !

    !

    15