mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #627] High resolution app icon #466
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#466
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 @nebulade on GitHub (Feb 21, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/627
Hi there, we have just packaged and published a ntfy app package for Cloudron and it works great!
Currently we use this icon https://git.cloudron.io/cloudron/ntfy-app/-/blob/main/logo.png however that is unfortunately not very high resolution. Is there a possibility to have the original icon in svg or at least 512x512 px of sorts? The one at https://apps.apple.com/uz/app/ntfy/id1625396347 seems higher resolution, but I wasnt able to find the source image in the repo here.
@binwiederhier commented on GitHub (Feb 21, 2023):
Awesome!
Yeah the assets stuff is very very unorganized. Somehow it's in the ntfy-android repo here:
https://github.com/binwiederhier/ntfy-android/tree/main/assets
This is the one that I always suggest: https://github.com/binwiederhier/ntfy-android/blob/main/assets/appstore_ios.svg
This is the one you have: https://github.com/binwiederhier/ntfy-android/blob/main/assets/favicon.svg
@nebulade commented on GitHub (Feb 21, 2023):
Ah awesome and thanks for the prompt reply. We will go with the one without background for the moment, as that works out better in the areas the logo is shown on Cloudron.
@binwiederhier commented on GitHub (Feb 21, 2023):
On https://www.cloudron.io/store/sh.ntfy.cloudronapp.html, the version says 1.0.0. Is that maybe from the package.json? That version is never updated and wrong. You have to use the Git version instead.
@nebulade commented on GitHub (Feb 21, 2023):
Thanks for the hint, but in this case this is the app package version. We also have an
upstreamVersionfield in the package manifest https://git.cloudron.io/cloudron/ntfy-app/-/blob/main/CloudronManifest.json#L4Tbh it is not the first time people got confused :/
@binwiederhier commented on GitHub (Feb 21, 2023):
Oh my apologies. Makes sense that you have your own manifest version.
I've had my fair share of people being confused at things in my app. Hehe.