Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug report][iOS] For assets with adjustments/filters, return original name instead of FullSizeRender.* #976

Closed
ua741 opened this issue Aug 22, 2023 · 5 comments · Fixed by #990, #1098 or #1140

Comments

@ua741
Copy link
Contributor

ua741 commented Aug 22, 2023

Version

2.7.1

Platforms

iOS, macOS

Device Model

Any

flutter info

flutter 3.10.6

How to reproduce?

  • Using native photos app, turn off the video of a live photo.
  • Get the title for that asset. It shows FullSizeRender.jpg as asset name.

Related Threads:

https://discussions.apple.com/thread/6849595

Sample reference:
How owncloud iOS app had fixed similar issue in the past:
https://github.com/owncloud/ios-app/pull/522/files#diff-8f5e53a932df183d0057b50091c72ea54c1524c4917b548a973448a95234e5ee
image

Logs

NA

Example code (optional)

No response

Contact

ua741

@xick
Copy link
Contributor

xick commented Sep 16, 2023

Can confirm. Also is worth to mention that currently there is no options provided (correct me if I’m wrong) to get the original file instead of the altered one.
We’d need a method to get original file name if a given pic has modifications

@AlexV525
Copy link
Member

@ua741 Would you be able to submit a PR for this? We're currently occupied by another refactoring of permissions.

@xick
Copy link
Contributor

xick commented Sep 17, 2023

I'm currently trying work on this too, If you want have a look here (I'm still have to run tests) @ua741 122b1db

@AlexV525
Copy link
Member

AlexV525 commented Mar 5, 2024

The #990 seems not covering full cases, unfortunately.

@AlexV525
Copy link
Member

AlexV525 commented Oct 4, 2024

Recent changes might affect the behavior again, please let me know if you see any related unexpected filenames.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment