mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #694] Andorid app subscribe to a new topic with intent does not work properly #512
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#512
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 @csaszko on GitHub (Apr 4, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/694
To test:
Originally posted by @binwiederhier in https://github.com/binwiederhier/ntfy/issues/20#issuecomment-1095836942
Hi!
First of all, thank you for your work! :)
I am checking ntfy-s functionality and found this issue:
In android app if I add/subscribe manualy (plus button) a new topic , I can get new messages and send test message. But if i do it with (subscibe) intent it creates the topic on the app's list and shows toast message "subcribed to xy chanel" and also loading/downloading "old" messages (I guess it is with the default time limit) , but not receiving any new messages, and do not show subcribed tray icon, if it is the only topic in the list. (Needs to be one with manual adding from app)
Restart the app does not change this.
I only tried this with adb shell, but would like to use with intent from my app, so I thing will be the same.
Best regards
Gabor
@csaszko commented on GitHub (Apr 5, 2023):
+one (maybe just question)
how can I use in intent different port to 80.
For me does not work this way:
adb shell am start -W -a android.intent.action.VIEW -d "ntfy://192.168.1.121:99/Test?secure=false" io.heckel.ntfy
":99" part it seems is ignored
(still not works the subscribe but shows in the app list without specific port)
@syonfox commented on GitHub (Dec 18, 2023):
Also would be nice +1
use case is i want to be able to send users topics from a webui and text or email them a subscribe link that goes right to their ntfy app