Lots of great changes have been added by our growing team of contributors as highlighted below. If you want to join the team come and say hello at the team discussion on Matrix
Please note that many lemmy servers are under massive pressure today, so you may see many unexpected error messages and silent failures. Please bear with us all!
Updates should appear on TestFlight and Play Store today.
v0.10.4 Release
iOS:
- TestFlight (will be visible later today as build 0.10.4.26)
Android:
- GitHub
- Play Store
- F-Droid is coming
- If you want to stay up to date with the latest releases before it gets on Play Store or F-Droid, checkout Obtainium
Changelog
- Added core support for deep links like liftoff://lemmy.world/c/liftoff (shocklateboy92)
- Fixed an issue preventing adding certain instances (swmarks)
- Added translate option to menu on posts and comments (mykdavies)
- Fixed locale not updating (zachatrocity)
- Fixed comment sorting and added Top 1, 6, & 12 Hr. post sort order options (zachatrocity)
- Fixed markdown parsing of lemmy links (zachatrocity)
- Fixed an issue where on-screen keyboard could cover up the comment text input field (zachatrocity)
- Fixed an issue that caused the keyboard to open when exiting a post (zachatrocity)
- Fixed an issue where selecting chat for comment sort would crash (zachatrocity)
- Changed theme for buttons throughout app to follow Primary Color (swmarks)
- Added ability to close fullscreen images with single tap (jjcomer)
- Fixed markdown parsing of lemmy links (zachatrocity)
- Internal project & build updates (shocklateboy92 / jjcomer)
Known Issues (In progress)
There are still some things we’re working through, so here’s a list of our top priorities:
- Account Settings aren’t being saved, error is displayed
- Check our GitHub issues list for a full list
Contributions
As always, contributions are welcomed and encouraged! We have a great community on GitHub and Matrix so don’t hesitate to contribute!
Screenshots
Dark mode
Light mode
Selecting a theme colour
Someone please add the option to block an entire instance.
I’m not sure how to submit GitHub issues, but there are a few things I want to note (I’m on a Pixel 6 Pro):
Sometimes when opening a post, after loading the entire comment screen is taken up by a blank gray screen. I can slide back out to the post/feed view, and after a few attempts re-enter the comment view and actually see comments. I haven’t seen other complaints about this, and don’t know what’s causing it.
When I use the built-in browser to view a link, there is no shortcut to back out to the comment view. Instead, I have to mash “back/up” enough to return to the view. A nice inclusion would be some sort of top bar or navigation bar to allow “leaving” the link and returning to my normal Liftoff view.
Thanks for everything!
Exact same problems as me. Also on a pixel 6.
Absolutely brilliant. The AMOLED dark mode is perfect now with the line in between posts, but if liftoff could use the system’s accent color (at least in Android) it would be amazingly sexy.
Theming + support for more instances, this is gonna make Liftoff my go-to app. Thanks!
Just downloaded it. So far, it’s the only one I’ve found that allows you to filter your subs by typing. Makes navigating subs much faster.
I like it so far!
Are there any plans to add more appearance options? Particularly with font colours, I want to adjust it so the text is just a bit more grey at night.
Just wanted to use my first comment on Lemmy to thank the devs of this app. Its simple, intuitive(mostly, learning new stuff is hard), and looks super clean. Watched RiF grow for over ten years, I’m excited tovsee where this goes.
aa
Congrats on the App Store launch!!!
Great work. My go-to app for now
I just switched over from Connect. Looks great!
I’ve really enjoyed it so far
Hi, i made a small patch to hide posts from the feed, and i’m not sending a PR on github because it’s unfinished, might be bad code and i don’t know if i will finish it. So if anyone wants to finish it feel free to do so. It was rebased a couple hours ago, so there’s probably no confilicts if you
git apply
.What it does:
- adds a button to the post
- when that button is clicked, it hides the post (globally via the
postId
, so u could still see it from other instances, i think)
What is missing (IMO):
- Some way to see which posts were hidden
- Some way to unhide them
- Config option to disable/enable the button.
- Improve the code? Currently it just checks every post in the post builder if the
postId
is in the list and swaps it with aSizedBox(height:0)
, might be better to filter in thefetcher
.
patch: https://rentry.co/liftoff-hide-post
video of it working: https://sendvid.com/papfuniw
edit: added GIF
Thank you so much for this effort. I’ve only installed the app this afternoon, but it’s completely usable despite the occasional bug or instability from the upstream server’s API. It’s become my go-to for Lemmy on mobile, and with all this being made available for free, you have my appreciation.
Are there plans or possibly a way I just haven’t figured out, to have comment replies and DMs send push notifications/alerts and at least basic moderation tools (stickying, locking, removing posts in communities you mod in)? I think Liftoff is perfect for me, it’s just missing these two things. I’ve worked around notifications but just having Connect in the background, but I prefer everything else about Liftoff, and no app I’ve seen this far on Android has tools to moderate either, so I hope it is something in the pipe.
We’ve added modlog in the latest release. And basic mod actions are coming.
Additionally notifications are really close to being done