Spyke

Replies

Comment on

Lemma: Enhance Your Lemmy Experience on iOS!

Reply in thread

I get it, right now it's not perfect, but I'm starting with a closed beta to work out the kinks first. Once we've got that sorted, anyone can hop in and join the beta with a simple link (:

Edit: It is indeed like @mrmoj0rising said a way for me to invite people to the group in TestFlight. I'm pretty new to publishing apps on TestFlight too, so I'm still learning as I go but I figured this was the best way to start.

Comment on

Lemma: Enhance Your Lemmy Experience on iOS!

Reply in thread

I can see where you're coming from, since I have a separate page on my homescreen with all the iOS Lemmy apps as well, but I built this UI myself. However, I must admit that my design has been greatly influenced by Apollo (like a lot of other Lemmy iOS apps). In fact, I have a folder filled with Apollo screenshots that I captured before it went offline, using them as a source of inspiration. While I genuinely believe that Memmy is an exceptional app with a lot of features that I haven't even built yet, my main objective was to challenge myself into building an app that has the same native iOS feeling like Apollo.

Comment on

Lemma - TestFlight - Public Release 🚀

Reply in thread

It isn’t forked from any existing Lemmy client, I built it from the ground up myself. Took me a while to get it of the ground with enough features to make it usable in the day-to-day life, but I’m quite proud of the current state :D

The design has been greatly influenced by Apollo (like a lot of other Lemmy iOS apps), so there might of course be some similarities.

lemma

Comment on

Is Lemma project alive?

First of all I want to say that it warms my heart to see these kinds of messages! 🥰

Behind the scenes I’ve been working very hard on the V1 of Lemma. My aim was to have a very stable and feature rich V1. In hindsight this was maybe too big of a goal and I should’ve maybe pushed updates in between that could still have some bugs.

Together with the fact that I have less time to spend on this project because of my new job, it has taken way more time then I hoped.

I am however still very passionate about this project and I think you will all love the new updates that I’m working on. I don’t want to make promises that I can’t keep, but I will try to get the update ready by the end of this weekend 🤞

lemma

Comment on

TestFlight - Release v0.0.4

Reply in thread

At the moment, it's a closed beta, so if you missed the signup, you won't be able to join the TestFlight yet, unfortunately. The good news is that I'm planning to launch a public beta this upcoming weekend, and I'll share a link where you can join when it’s ready!

lemma

Comment on

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

👀 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
lemma

Comment on

[Feedback]

Thanks for the kind words!

This week I started on re-writing the markdown editor (which is one of the last parts of my big refactor). While I’m very proud of the editor feature wise, the code was not that great. Hopefully the new version fixes the issues that you’re noticing!

The new version also includes a lot more settings, including new app icons, but also improved error handling so that it’s clearer why something is not working.

It’s honestly taking more time then expected, but I’m in the final stages so stay tuned :D

lemma

Comment on

TestFlight - Green Light!

Reply in thread

Thanks, absolutely great to hear! 🤩

Preferably bugs will have their own posts, but if one already exists for a certain bug I would appreciate if people commented on existing issues. As for posting comments itself; that's indeed not yet supported sadly. I focussed mainly on viewing content first, but will start working on posting comments (and posts) soon ™️

Comment on

Lemma - TestFlight - Public Release 🚀

Reply in thread

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

Comment on

Lemma - TestFlight - Public Release 🚀

Reply in thread

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

lemma

Comment on

[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