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:

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:

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

Looking at a post menu in dark mode

Light mode

Looking at posts in light mode

Selecting a theme colour

More theme colours than you could shake a stick at

  • elxeno
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    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 a SizedBox(height:0), might be better to filter in the fetcher.

    patch: https://rentry.co/liftoff-hide-post

    video of it working: https://sendvid.com/papfuniw

    edit: added GIF GIF of the video