kuro_neko

joined 2 years ago
MODERATOR OF
[–] [email protected] 3 points 1 week ago (3 children)

Hello, Connect dev here but I'll also tag the Thunder dev @[email protected] as far as I know we're the two Flutter based front-ends.

The issue I believe seems to be with how the URI gets parsed for Bluesky. Since the URL path ends with @jpeg?.jpg the uri.path that I get ends up being "/img/feed_fullsize/plain/did:plc:wf7nfy2us3h5gpa7zfettmzl/bafkreidiiq5pzo4dec3o32z4okokwo5vz55ykd5vsm7ltqkxzrfpwnah64@jpeg" instead of the typical some_path/some_image.jpg. So when the code checks if the url is an image it doesn't find a file extension and reports that this is a link and not an image. The simplified form of what I'm doing app-side is

List<String> imageFormats = [
    "jpg",
    ...
];
var uri = Uri.parse(url);
var extension = uri.path.split('.').last;
if (imageFormats.contains(extension)) {
    return true;
}
...

For some instances this is not a problem since they are proxying all image requests which is why it might be happening only on specific instances for you.

I'll roll this fix into the next version, which should be rolling out tonight.

[–] [email protected] 1 points 1 month ago (1 children)

Connect dev here. We have 0 trackers of any kind.

[–] [email protected] 7 points 1 month ago (1 children)

Connect dev here. In addition to no trackers we also have no ad SDKs, or analytics of any kind. Cheers!

[–] [email protected] 4 points 1 month ago (1 children)

Connect dev here, I'll check out what might be going on with Edit. Sorry!

[–] [email protected] 3 points 3 months ago

Still being maintained! Most of the features I wanted to add are there for it to be my daily driver and get off Reddit so updates have been a bit slower recently.

[–] [email protected] 2 points 7 months ago (1 children)

Is this still happening for you on v191?

[–] [email protected] 10 points 7 months ago (1 children)

Thanks for the feedback! Rolling out a fix (v191) now. Should fix both web links and images.

[–] [email protected] 2 points 7 months ago (1 children)

Hi, thanks for the feedback and this is now fixed on the latest beta build (v189).

[–] [email protected] 1 points 7 months ago

Hi, Thanks for the feedback and this should now be fixed on the latest beta build. I believe it was due to Android's predictive back behavior.

[–] [email protected] 3 points 7 months ago* (last edited 7 months ago) (3 children)

Hi, thanks for the feedback. I'll take a look, could you link some posts that don't load?

[–] [email protected] 3 points 8 months ago

Hi. Thanks for the feedback and I'll see what I can do!

[–] [email protected] 1 points 8 months ago

Hi, thanks for the feedback! I've fixed downloading redgif videos on the beta channel and it should be making its way into the regular releases soon (maybe this weekend depending on some other fixes).

 

Hi, it's been a while since I've done one of these so this will be changes between 150 and 171. I've been focused on resolving image and performance issues mainly in this time but I also added a couple new things too. Youtube links now open in-app (configurable in settings), there's an option to remove special characters from display names which also changes bubble letters into plain letters, search results are now sortable, and mentions now show up correctly in the inbox.

Added

  • Tagged comments (person mentions) now show up in the inbox
  • Option to control where Youtube links open
  • Option to hide special characters in usernames (and transform bubble letters)
  • Added sort options to search
  • Youtube links now bypass the webview and open directly in app
  • Added experimental setting to highlight new comments (defaulted OFF)
  • Added back navigation inside web views
  • Added scaled / controversial sort options
  • Added initial support for Lemmy 0.19

Upgrades

  • Upgraded various libraries
  • Upgraded Fliutter 3.13 -> 3.16

Fixed

  • User Profile comment links on foreign instances now resolve correctly
  • Fixed an issue clicking on saved comments from foreign instances
  • Fix a flash when expanding images in some scenarios (not in cache)
  • Fix a minor flash on user avatars and community icons
  • Video Player bar text is now always white
  • Fixed an image flash when a cached image is no longer held in memory
  • Fix an issue with how I'm calling the Pictrs API on Webp images
  • Added a secondary image cache for avatars/icons
  • videos now start smaller while loading instead of taking up full height
  • Fixed an issue where images could fail to load when clicked
  • Fixed comment notifications not showing the correct comment thread
  • Smoothed out the image close animation a bit more
  • Possibly fixed a bug with clicking comment replies from the inbox
  • Fixed a bug with the link handler resolving post card clicks
  • When link handler resolution fails now loads posts from the remote instance
  • Fixed a comment display error with inline videos
  • Fixed a link handler issue where it could fail on posts from different instances
  • Fixed an issue with urls similar to Lemmy format being mistaken for a Lemmy instance
  • Fixed a crash related to link handler finishing before its transition completed
  • Fixed issue with vote actions not refreshing post cache
  • Refreshing post list now scrolls to the top
  • Fixed an animation flash when expanding images
  • Fixed a login issue with instances on v0.19
  • Video player now mixs with other audio instead of taking over
  • Upgraded various libraries
  • Fixed an issue with thumbnails apppearing blurry
  • Fixed a bug where links without any protocol prefix would crash
  • Increased the cache size from 100 objects to 200

Thank you everyone for all of the support and suggestions, please keep them coming and we'll continue to make Connect the best app for browsing Lemmy!

Links:

-kuroneko

3
Asakusa (lemmy.ca)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 
view more: next ›