Hi all, keeping this post short, I am working on a new Lemmy app for iOS and Android, heavily inspired on the Infinity for Reddit app.

The app is very much still a work in progress, but I’s like to share some screenshots and a few MVP functionalities already implemented:

Screenshots

Already implemented:

  • Anonymous browsing;
  • Login;
  • Multiple accounts support;
  • Account switcher;
  • Post cards
  • Sorting posts by Lemmy’s sorting options (Active/Hot/New/etc…);
  • Listing posts by Lemmy’s listing options (Subscribed/Local/All);
  • Upvote, downvote (and counters), comment counter, save;
  • Mark post as read;
  • Infinite post scrolling (keep on scrolling, app loads more posts in the background);

What’s next before I make it available in the app stores (MVP):

  • Post view (see post’s comments);
  • Add a comment to a post;
  • Create a post;
  • A sexier selected account card on the sidebar;

What’s still to do before I can call it a beta version:

  • Profile view;
  • Community view (rules mods other details);
  • Search;
  • Dark mode;

What’s to come after:

  • Custom theming/Material You support;
  • Advanced post filters;
  • Community groups (Add communities to a group, see posts only from selected group);
  • A video player with controls over speed playback and maybe quality if possible;
  • Alternative posts view (compact card, list, etc)
  • Other cool misc options.

Dreams:

  • Kbin and Mastodon accounts support.

Keep an eye for future posts, I may be able to announce the MVP by the end of this week if everything goes well, but I can’t promise anything :)

EDIT:

This post got so much traction than I had predicted. Thank you so much for all your comments and ideas! I tried to reply to as many as I could.

I also collected from this post a bunch of good suggestions from you which for now I am keping track of here: https://brunofinger.notion.site/brunofinger/Beyond-45cabaae7f724cd5ad2b77d902e9a97e

The app name probably will be “Beyond” as suggested by a couple of users here, and really like this idea as it creates a sort of symbolic link to Infinity as the inspiration for my work by the famous “To Infinity and Beyond” phrase :)

  • jaydurst
    link
    fedilink
    English
    251 year ago

    Happy to see some new apps on the horizon! Android user here and happy to beta test when the time arrives.

    No name suggestions… and that’s probably for the best ;)

    • @emerald@lemmy.place
      link
      fedilink
      English
      91 year ago

      If you wanted to stick to Infinity’s space-ish theme, I think Lagrange would fit pretty well (though there is a Gemini browser of the same name)

    • @NoTime@lemmy.one
      link
      fedilink
      English
      71 year ago

      I don’t have much of an imagination so I asked Bing AI:

      • LemmyGo: A simple and fast way to access Lemmy on your mobile device.
      • Lemur: A cute and catchy name that plays on the similarity between Lemmy and lemur, a type of primate.
      • Lemo: A sleek and modern name that sounds like a combination of Lemmy and emoji.
      • Lemix: A name that suggests mixing and sharing content on Lemmy.
      • Lemyx: A name that uses an unconventional spelling to stand out from the crowd.
    • @rancidity9480@beehaw.org
      link
      fedilink
      English
      4
      edit-2
      1 year ago

      I like going the lemming related route…

      • Lemmini
      • Lagurus
      • Muskrat

      Or in a different direction: Lemmyn. With a yellow citrus 🍋 logo.

      Also, Infinity was my most recent Reddit app of choice. I miss it. Really looking forward to testing yours out.

    • Can-Utility
      link
      fedilink
      English
      31 year ago

      If it’s OK with u/iamthatis, I’d suggest … Mercury (the Roman name for Apollo).

    • Black616Angel
      link
      fedilink
      English
      11 year ago

      How about drawing name inspiration from infinity as well and altering Ouroboros the eternal self-eating serpent.

      You might call it Lemmoboros and the logo could be something like this:

    • Bruno FingerOP
      link
      fedilink
      English
      11 year ago

      Thank you all for your suggestions, as some have suggested above, I think I will probably go with Beyond, as Buzz Lightyear says, “To Infinity and Beyond!”, seems like a good way to honor Infinity but also look at the future beyond.

  • LeftEndDev
    link
    fedilink
    English
    181 year ago

    My love of Infinity is what pushed me off the Reddit train so I’d be pumped to have a Fedv equivalent!

  • Undearius
    link
    fedilink
    English
    171 year ago

    If it’s inspired by Infinity, you should call it Beyond

    • Bruno FingerOP
      link
      fedilink
      English
      41 year ago

      I m glad you mentioned it! after I posted this on Tuesday night, I came up with the same idea! To Infinity, and Beyond!

      • @Steve@lemm.ee
        link
        fedilink
        English
        31 year ago

        I was 100% for Lemur, but Beyond is an excellent name. It’s slightly grandiose but vague. Like I always thought “Apollo” was a great name. It’s a cool word and it doesn’t really mean anything in the context.

        Please, however you name this app, don’t call it “X for Lemmy”. Just call it Beyond. Or just Lemur, or whatever. I hate when all these devs triple the length of their app name by adding “for Reddit” or whatever at the end.

        • Bruno FingerOP
          link
          fedilink
          English
          41 year ago

          It could have a different name on the app store than the actuall app, ie. on Play Store Infinity is named “Infinity for Reddit”, but when instaled the app is named only “Infinity”, I was considering a similar aproach, what do you thinkl?

  • @LunarticBot@beehaw.org
    link
    fedilink
    English
    171 year ago

    Thank you for this.

    Lemmy definitely needs more and better apps.

    But just a curiosity question if you don’t mind. You said that your app is heavily inspired by Infinity which is already open source, so why not just fork that and modify it to work with Lemmy?

    • KNova
      link
      fedilink
      English
      181 year ago

      I think swapping from one API to another is not just a drop in replacement; it might be easier to start fresh from the ground up.

      Disclaimer: I am not a developer so I honestly don’t actually know

      • @OneDimensionPrinter@lemm.ee
        link
        fedilink
        English
        131 year ago

        Am a developer, and there’s a few patterns to make this sort of thing easier, but Lemmy/kbin is pretty different than the reddit APIs as I understand it with the federation aspects, so swapping wouldn’t be THAT easy. Doable, but not a drop in replacement.

          • @OneDimensionPrinter@lemm.ee
            link
            fedilink
            English
            11 year ago

            Oh absolutely this. Far far easier. It’s a sign of a good dev who can come in and improve things without needing to rewrite everything. That said, refactors are fun as hell.

    • Bruno FingerOP
      link
      fedilink
      English
      11 year ago

      That’s honestly a good point but:

      • Infinity is written in Java code specifically targeted to Android only, I am targeting both iOS and Android with the same code using React Native (maybe even web in the future but it’s a little more complicated due to CORS);
      • I have worked with React for at least the past 4 years, so using React Native now for me feels like almost no learning curve at all, while if I’d be given a Java-based Android codebase now, I’d probably need to spend the first week figuring out the basics :)
  • @Nyanix@beehaw.org
    link
    fedilink
    English
    141 year ago

    Infinity was my absolute favorite, I shall watch this app with great interest 😁 lemme (Lemmy?) know if you need any additional testers

  • Badabinski
    link
    fedilink
    121 year ago

    I’m really glad you’re working on this. @hariette is making Artemis for Lemmy and kbin, and soon the world will have another app for Lemmy. More apps == more better, IMO. Your app is looking great!

  • fenndev
    link
    fedilink
    111 year ago

    Great to see more apps in the works. Do you plan on making the app open source?

  • d3lta19
    link
    fedilink
    101 year ago

    Infinity was the only way I interacted with reddit. If you can get kbin support, I will be all over beta testing this

  • symfonystation
    link
    fedilink
    91 year ago

    @brunofin If it will only work with Lemmy, you could honor the original by naming it Lemfinity. If it will also work for kbin, maybe Threadfinity. Good luck.

  • 34
    link
    fedilink
    91 year ago

    Please start a sub for the app so we can subscribe to follow development and join a beta program when ready.

  • @famskiis@vlemmy.net
    link
    fedilink
    English
    81 year ago

    This app looks great! (Lemur is a great name, you should stick with it.)

    Are the screenshots from the Android app? It definitely looks like it, but I was wondering if the iOS version would lean towards iOS UI design rather than Google guidelines.

    • Daniel Retana
      link
      fedilink
      21 year ago

      @famskiis @brunofin I also love Lemur as a name.
      Probably if Brunofin has copyright issues due to is a common word, he could also try with Lemour.
      Sounds good and is a “made” word so no copyright issues!

  • Emi
    link
    fedilink
    English
    81 year ago

    I have been testing both !memmy@lemmy.ml and !mlemapp@lemmy.ml and both still have some bugs to work out, but they are progressing quickly. Memmy for instance had 2 updates just today, looking forward to seeing what comes out of testflight first.