cross-posted from: https://lemmy.ml/post/1249875
Feel free to download and test yourself by joining the TestFlight group.
https://testflight.apple.com/join/6jaRU6rD
Please leave feedback either here or on GitHub.
Note this is very much a work in progress still and this is very barebones. I plan to continue work and submit nightly builds on TestFlight, so be on the lookout for the new releases.
Happy scrolling!
This looks amazing!!
Are you able to convert into Android too??
nvm ignore my comment, i saw the option to compile for Android!
I’m not the dev but I think that’s the intention based on the readme on GitHub.
It’s written in Expo/React Native which means it’ll be easier to support both iOS and Android.
Yup. I took it for a spin on a simulator and things are about 90% functional out of the box. There’s some weird scaling issues with the text, but I believe that to be the patchwork way I’m rendering the markdown right now. Once I finish the markdown parser it should be the same across both platforms.
Thanks for the cross post! Please feel free to let me know if you guys run into any issues!
Always great to have more options! But this seems very similar to Mlem in terms of goals (Apollo like). Why not combine efforts?
Underlying technology is completely different. One is Swift, one is React. It talks about this on the GitHub.
This is one of those cases where two is better than one, because not everyone can contribute to a Swift app, and multiple projects isn’t splitting effort, it’s bringing on people who wouldn’t otherwise be involved at all.
Plus, probably worth having a few going just because there is so much activity now. Mlem is moving a little slower than I had hoped so while I’d prefer a native Swift iOS app, this one is already a little more functional and it’s the first release.
Those are some of the main reasons. Also, the fact that it can be easily released as an Android build as well is nice, especially for users who would want a more Apollo-like feel on android devices. I have not personally tested Jeroba, but from screenshots I have seen (while it does look great!) it doesn’t have the same look as some of the old Reddit apps.
Bottom line is this is a huge preference thing. I don’t want to take anything at all away from Mlem. If you know Swift and think you can contribute to that project then by all means you should! Looks like a great project. Glad that there’s so many people working on things for Lemmy already!
I love it so far, better than mlem for me
Faster, smoother, clearly caches more aggressively so much less halting when scrolling, smaller fonts so more compact interface.
Both are so early in development though it’s basically irrelevant. Tomorrow Mlem could push a new build that includes their new interface that I’ve seen in the GitHub PRs and I’ll be back to that one. For now it’s just like Mastodon was, using all of the apps and seeing which one ends up fleshing out into a fully functional experience.
Showing a lot of potential, already like what I see! Can’t login with kbin currently so just hoping that will change, otherwise I’d be commenting from there now :D
Swipe options nailed the bare-bones already and the right options in the right spots! I’d love to have share as the last option on swipe left. Also needs vibration when ‘unselecting’ (?) a swipe option.
Performance is already great, smooth and no crash yet other than when trying to login with kbin. Looking forward to seeing this grow!
FYI, I don’t think kbin has enabled API access yet which is why apps won’t work with it
Fixed the KBin crash.
Sharing I was thinking about having a little “…” at the top of the comment to offer an action sheet with sharing. But I like the swipe idea too. And of course the post share sheet will be there too.
Although it should have been fixed to not crash (release was only just pushed though), it does not currently support KBin. I will look into implementing the API and support this. Might be a bit, since it will require actually writing an API wrapper (from what I have seen anyway), but that isn’t too much work. I’ll put it on the list.