Officially more feature complete than Apollo ever was /s
Mlem for Lemmy
Official community for Mlem, a free and open-source iOS Lemmy client.
Rules
- Keep it civil.
- This is a forum for discussion about Mlem. We welcome a degree of general chatter, but anything not related to Mlem may be removed at moderator discretion. This is not a forum for iPhone/Android debate. Posts and comments saying nothing but "iOS bad/I use Android" will be removed as off-topic.
- We welcome constructive criticism, but ask that it be both precise and polite.
FAQ
- When will insert feature here be implemented?
- Check our issue board--if there isn't an issue open for the feature you want, feel free to open an issue or make post! Just remember that devs are people too--we're doing this for free in our spare time, and building a quality app takes a lot of patient work.
- Is Mlem available for Android?
- No. Mlem is written using SwiftUI, which is not currently supported on Android. If such support becomes available, we will look into bringing Mlem to our Android friends.
- How do I join the beta?
- We are currently testing our new 2.0 codebase on TestFlight. We have two beta groups: a weekly group that receives the current state of our development branch every week, and a stable group that receives a curated pre-release build at the end of each development cycle.
- Join the weekly beta
- Join the stable beta
- How do I join the dev team?
- Head over to our recruitment channel, or go straight to our GitHub and read CONTRIBUTING.md to get started.
Seriously though we got drug out for like 4 years on an iPad version that never saw light of day. Christian even talked about showing a video when he posted about shutting Apollo down. And of course the video has never been released.
He probably wanted to do something too ambitious and feature-rich, and then could never finish it (sunk cost fallacy and all that); although many users would’ve already appreciated something simpler too, like the screenshot.
Yep he wouldn’t release it because he wanted it perfect (his words). I seriously doubt he put much work into it nor considered product plan for users.
He could still release the video though..?
He wanted to do quite a bit more than a simple (semi-automatic) layout with a sidebar and main content. While this may look great at first glance, how useful it it really? There's a lot more to UX.
But he didn’t right?
Oh no! You got us! But I gotta confirm that it’s intentional (this great iPad experience doesn’t come for free, and the app in the background was adapted to look especially good on all platforms) but still not polished enough for release, there are a few extra iPad fixes splattered around various PRs that make the experience much nicer, Just wait until the cake’s done baking and I hope everyone will be wowed
https://drive.google.com/file/d/1MudNao-W1eRGZndv-3FeweqH8UP15x2O/view?usp=sharing
Ayy that’s awesome! And it looks great so far! I love the custom swipe animation for comments! Are there any plans to bring it to macOS through catalyst? I got it working (sorta) but I’m no programmer so I couldn’t solve any of the bugs haha. But it’s looking sick, great job!
Aw man, supporting another platform is a bit tough atm, and we certainly can’t commit to the Mac at this point, but just for you I threw in a bunch of extra Catalyst fixes so the app won’t crash so much, and do stuff like properly save accounts
https://github.com/mlemgroup/mlem/pull/167
(If you know how to clone and build that branch I would love some feedback, that’s where all the extra iPad stuff goes)
(Writing this from my Mac 💻 😉) https://drive.google.com/file/d/1RlFDc3sklSpuH6Oor8uNK32bpyHiv5UH/view?usp=share_link
Oh, that’s awesome dude, thank you so much! And perfect reasonable about not working on three platforms at once for now haha! I’ll definitely give it a go tomorrow (Australian time) and report some bugs although I’m admittedly not 100% sure what you mean about cloning the branch. Do you mean on GitHub?
Here’s a direct link to the version of the app that contains all the iPad fixes
https://github.com/mlemgroup/mlem/zipball/tht7/initial-ipad-support
Have fun!
That’s what I do as well, build the current master branch every few days with enabled iPad support. I guess there are some bugs in the UI since the support comes directly from SwiftUI, which does not always does the job 100% perfect automatically. But for my purpose to be able to just use slideover on an iPad this is already working fine.
Yeah, it’s really good on my end! Although it breaks a bit if I build for macOS