mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1515] Android App: Long notification text (including URLs) is cropped/truncated in the app view #1069
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1069
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lerrrii on GitHub (Dec 16, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1515
🐞 Describe the bug
The ntfy Android application restricts the length of the text content (including long URLs, detailed messages, etc.) displayed for notifications within the app interface. When the text exceeds a certain length, it is cropped or truncated, making it impossible to read the full content without finding a different way to view it.
This behavior is undesirable as it prevents users from seeing the complete notification message or URL at a glance, which is a key feature for a notification utility.
💻 Components impacted
Android app
💡 Screenshots and/or logs
Screenshots demonstrating the cropped text should be added here by the user, comparing the truncated view in the Android app versus the full view (e.g., in the web app or the original notification).
🔮 Additional context
The display of long text/URLs works correctly and shows the full content without cropping in the ntfy web app. I request that the Android app be updated to not limit or truncate the displaying text length, matching the behavior of the web app to ensure the complete message is always visible.
@tomballgithub commented on GitHub (Jan 25, 2026):
I am seeing this also. I can see the full notification at the web interface but the android app truncatea it.
@binwiederhier commented on GitHub (Jan 25, 2026):
Possibly a dup of #1567
@tomballgithub commented on GitHub (Jan 25, 2026):
Just FYI, my occurrence is not in a foreign language or character set.
@binwiederhier commented on GitHub (Jan 25, 2026):
I don't think this is related to the character set. It looks to be the Firebase truncation logic I think.