- /home/pineapplelover ( @pineapplelover@lemm.ee ) 19•2 years ago
Not in fdroid for some reason
- Riskable ( @riskable@programming.dev ) 16•2 years ago
You might want to rename it considering that a company named Liftoff Software exists and has a trademark on the the term, “liftoff” pertaining to software.
- MentalEdge ( @MentalEdge@sopuli.xyz ) 15•2 years ago
Looks like this is a combination of lemmynade and limbo? Which were both forks of Lemmur.
- YAMAPIKARIYA ( @yamapikariya@lemmyfi.com ) 6•2 years ago
I liked lemmur UI so this one is quite nice.
- machinaeZER0 ( @machinaeZER0@lemmy.ml ) 3•2 years ago
I believe this was Lemmynade originally!
- almostdachshund ( @AlmostDachshund@lemmy.ml ) 11•2 years ago
Feels smooth. I wish there was an option to hide the bottom bar and to reduce the font size a bit. For now I’ll keep using Jerboa, but waiting for it to be less “sluggish” while scrolling.
- kelvin ( @kelvin@lemmy.ml ) 9•2 years ago
Loving the app so far. There are bugs but its definitely the most mature and has the best UI/UX out of the apps I’ve tried.
- wiki_me ( @wiki_me@lemmy.ml ) 7•2 years ago
Looks good!
You might want to add it to the lemmy readme (or maybe we need a “awesome lemmy” repo with a list of lemmy software and resources?)
I made a bunch of feature requests to lemmy (stuff like reddit enhancement suite features) and most notably the ability for a user to block an instance, would it be ok if i will copy paste them to your issue tracker?
alt and the left key should move to the previous page like in web browsers on linux.
- sqraw ( @sqraw@lemmy.ca ) 7•2 years ago
Yay more options
- lolreconlol ( @lolreconlol@lemm.ee ) 6•2 years ago
Cool! I’ll download it and add it to lemmy app folder :)
- nx5qly ( @nx5qly@pawb.social ) 5•2 years ago
Using Liftoff right now. Looking good so far.
- shellsharks ( @shellsharks@infosec.pub ) English5•2 years ago
Will def check out when it hits iOS AppStore or TestFlight.
- thelastknowngod ( @thelastknowngod@lemm.ee ) 4•2 years ago
Slightly smaller font would be nice. Opening links in the default browser would be great too.
Looks great so far though.
- CodeBlooded ( @CodeBlooded@programming.dev ) 4•2 years ago
I love to see a new Dart / Flutter project take off!
- LoudWaterHombre ( @loudWaterEnjoyer@lemmy.dbzer0.com ) 4•2 years ago
Can’t login, it says my password is incorrect
Edit: before someone tells me to put in my correct password, I use copy&paste from a password manager
- chaorace ( @chaorace@lemmy.sdf.org ) 18•2 years ago
Is your password longer than 60 characters? If so, you should know that your actual password was truncated to 60 chars at the time of account creation. You won’t notice on the website because the login webform automatically truncates characters beyond the limit, but most 3rd-party apps don’t do this because it’s an undocumented thing.
Basically, my advice would be to update the password in your password manager to be truncated to 60 characters and then try logging in with the app again.
- LoudWaterHombre ( @loudWaterEnjoyer@lemmy.dbzer0.com ) 5•2 years ago
That was actually the thing, thanks a lot.
- chaorace ( @chaorace@lemmy.sdf.org ) 7•2 years ago
Oh man, the feeling of solving an obscure issue on the first try without having to ask for any extra hints: chef’s kiss. I’m glad I could be of assistance!
- LoudWaterHombre ( @loudWaterEnjoyer@lemmy.dbzer0.com ) 2•2 years ago
I am very glad, also impressed by that detailed knowledge, are you working on/with lemmy? I’d whip out an award, but here are only poor men awards 🏅🏆
- chaorace ( @chaorace@lemmy.sdf.org ) 1•2 years ago
Nah, I was just playing around with the API and spent the better part of a day trying to figure out why authentication wasn’t working for me (I’d been using a 64 character password 🤦)
- LoudWaterHombre ( @loudWaterEnjoyer@lemmy.dbzer0.com ) 1•2 years ago
By which component is the password truncated on account-creation? Imo, the web UI shouldn’t do that without at least warning the user. Such long passwords might be a corner-case, but if the UI changes the password in any way before submitting it to the server, I think the user should see a big fat red notification. What if an account was created using a different client? The user wouldn’t be able to log in using the web-ui because the web-ui refuses to send the unmodified password?
If the password is truncated server-side during account creation, the server should do the same during login, the UI or client wouldn’t even have to know about it.
- chaorace ( @chaorace@lemmy.sdf.org ) 1•2 years ago
I agree that it’s stupid and needs to be changed.
In any case, this is a lemmy UI thing, though the backend isn’t helping when it reports a generic bad password error instead of notifying the client that the provided password was technically impossible:
- Issue regarding the ui silently truncating the password: lemmy-ui/#1120
- Issue regarding the backend error issue: lemmy/#3284
- Da_Boom ( @Da_Boom@iusearchlinux.fyi ) 4•2 years ago
So my instance has updated to 0.18 and Enabled TOTP support - I have enabled it as I want to ensure my accounts are as secure as possible. the problem, no apps support it yet.
I plan to install every app for Lemmy in order to find a good experience on Lemmy. So I have installed it, but I won’t be able to use it untill it supports entering TOTP tokens.
Do you plan to add support for this?
Edit: not sure why this was downvoted. I know some people are having issues with the implementation TOTP in Lemmy - I nearly did, in fact the code didn’t show up in my authenticator app until I accidentally added it twice. (Then I removed the identical second code) But the fact the implementation needs work doesn’t mean it shouldn’t be supported - next point release should be fixing some or all of these things, so isn’t it a good idea to be prepared for that? Also I’ve seen a pull request in Jerboa’s github that adds preliminary support for it as well - but the Devs are bogged down with requests for Lemmy and Jerboa, so I’m not expecting it to make it through in the next week, no matter how much of a priority it is.
Now I know this app is open source and run by people out of the goodness of their heart too. And I will patiently wait for the time when it’s added - if not work out a preliminary way to add it and submit a pull request. But my expertise isn’t in interface and app design and therefore if I do find the time to do it, the implementation will be crude at best - I know next to none of the conventions specific to app development, having only used LibGDX, which is a game dev toolkit similar to XNA for modern android.
- pitninja ( @stu@lemmy.pit.ninja ) English2•2 years ago
TOTP support will be coming very soon: https://github.com/liftoff-app/liftoff/pull/56
Still needs to be reviewed, but keep tracking this over the next couple days.
- Da_Boom ( @Da_Boom@iusearchlinux.fyi ) English3•2 years ago
Awesome! Thankyou.
- nobloat ( @nobloat@vlemmy.net ) 4•2 years ago
Will it be on f-Droid ?
Need to ask on !liftoff@lemmy.world