You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Akkoma's API does not send metadata for media in the request. When the app tries to display an image, it will calculate the aspect ratio to display, but since the metadata is not present, it will result in the image being stretched until the user taps it to display in full screen.
To reproduce
Steps to reproduce the behavior:
Log in to the app from an Akkoma account
Find a post from another Akkoma account that contains an image
The image will be stretched
Does this happen in the official app?
While I haven't tested it in reality, I am basically fully sure that it does. The code that causes this issue is in PhotoLayoutHelper.java and the code seems to be the same. Either way, this isn't something they would fix since it's not related to Mastodon specifically.
Screenshots and screen recordings
The text and radio buttons are very clearly stretched in the image.
Version
Megalodon version: v1.2.0+fork.83
Crash log
The app does not crash, but the issue does worsen the experience of using the app on Akkoma
The text was updated successfully, but these errors were encountered:
Describe the bug
Akkoma's API does not send metadata for media in the request. When the app tries to display an image, it will calculate the aspect ratio to display, but since the metadata is not present, it will result in the image being stretched until the user taps it to display in full screen.
To reproduce
Steps to reproduce the behavior:
Does this happen in the official app?
While I haven't tested it in reality, I am basically fully sure that it does. The code that causes this issue is in PhotoLayoutHelper.java and the code seems to be the same. Either way, this isn't something they would fix since it's not related to Mastodon specifically.
Screenshots and screen recordings
The text and radio buttons are very clearly stretched in the image.
Version
Megalodon version: v1.2.0+fork.83
Crash log
The app does not crash, but the issue does worsen the experience of using the app on Akkoma
The text was updated successfully, but these errors were encountered: