mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1166] Android: Show message from app/connector if not null or blank #824
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#824
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 @nikclayton on GitHub (Aug 11, 2024).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1166
💡 Idea
https://unifiedpush.org/developers/spec/android/#orgunifiedpushandroiddistributorregister describes a message that can be included when registering with the distributor.
ntfy-android doesn't do anything with this.
If present, and not-null/blank, it could be displayed in list of registered instances. At the moment that list has entries that look like this:
If the app has registered multiple times (e.g., because there are multiple accounts in the app) there is no indication to the user which account is associated with which registration.
I think this could be more useful to the user if the information shown was:
where
PackageManager.getApplicationLabel().ntfy.sh/<some endpoint>is the same as currently shownPossible enhancement to the above: use
PackageManager.getApplicationIcon()to show the application's icon in the list as well.💻 Target components
Android app