ReadYouApp / ReadYouApp/ReadYou
No images in Mastodon feeds
Open
Nobody has claimed this yet.
bug
- Dominant language
- Kotlin
- Stars
- 7.5k
- Forks
- 330
- PR merge metrics
- No merged PRs in 30d
Description
1. Environment
- Device: Redmi 9
- OS: Android 11
- APP: 0.11.1
2. Describe the bug
No images are shown even though they are present in xml.
Images are provided as <media:content> tags
<media:content url="https://files.mastodon.social/media_attachments/files/114/032/166/647/261/352/original/ccf96d682e9405e4.png" type="image/png" fileSize="1876555" medium="image">
<media:rating scheme="urn:simple">nonadult</media:rating>
</media:content>
Example feed: https://mastodon.social/@mihonapp.rss
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the problem with the linked Mastodon RSS feed and inspect how its media:content elements are handled. Trace the feed from parsing through display, then verify that the image in the example feed is shown on Android 11 with app version 0.11.1 behavior covered by a suitable test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100