[GH-ISSUE #57] [FeatReq] Notification Support #14

Open
opened 2026-02-27 20:18:45 +03:00 by kerem · 5 comments
Owner

Originally created by @Sloom128 on GitHub (Jul 21, 2024).
Original GitHub issue: https://github.com/nin0-dev/VendroidEnhanced/issues/57

Feature description

Notification Support, it's self explanatory

Request agreement

  • I am not suggesting a feature that could be selfbotting (automating/bulk sending actions)
  • I have checked for duplicates in the repo
Originally created by @Sloom128 on GitHub (Jul 21, 2024). Original GitHub issue: https://github.com/nin0-dev/VendroidEnhanced/issues/57 ### Feature description Notification Support, it's self explanatory ### Request agreement - [X] I am not suggesting a feature that could be selfbotting (automating/bulk sending actions) - [X] I have checked for duplicates in the repo
Author
Owner

@Ermageeerd commented on GitHub (Mar 8, 2025):

Also, I would like to add that it should support UnifiedPush for cases like DeGoogling or Huawei devices.

Official Site: https://unifiedpush.org/

FAQ: https://unifiedpush.org/users/faq

Implement: https://unifiedpush.org/developers/intro

<!-- gh-comment-id:2708087547 --> @Ermageeerd commented on GitHub (Mar 8, 2025): Also, I would like to add that it should support UnifiedPush for cases like DeGoogling or Huawei devices. Official Site: https://unifiedpush.org/ FAQ: https://unifiedpush.org/users/faq Implement: https://unifiedpush.org/developers/intro
Author
Owner

@nin0-dev commented on GitHub (Mar 8, 2025):

on that i could either:

  • register the push token with GMS (the package name is irrelevant in that case, see aliucord)
  • keep a foreground service that stays connected to the gateway (i'd have to do this in an API safe manner)

from my understanding using unifiedpush or similar would require that i run my own push backend (that would collect user tokens to get notifications) so that's not gonna happen unless i'm wrong

<!-- gh-comment-id:2708196485 --> @nin0-dev commented on GitHub (Mar 8, 2025): on that i could either: - register the push token with GMS (the package name is irrelevant in that case, see aliucord) - keep a foreground service that stays connected to the gateway (i'd have to do this in an API safe manner) from my understanding using unifiedpush or similar would require that i run my own push backend (that would collect user tokens to get notifications) so that's not gonna happen unless i'm wrong
Author
Owner

@Ermageeerd commented on GitHub (Mar 9, 2025):

on that i could either:

* register the push token with GMS (the package name is irrelevant in that case, see aliucord)

* keep a foreground service that stays connected to the gateway (i'd have to do this in an API safe manner)

from my understanding using unifiedpush or similar would require that i run my own push backend (that would collect user tokens to get notifications) so that's not gonna happen unless i'm wrong

The reason I mentioned UnifiedPush in general is it's FOSS, and the parts are here: https://codeberg.org/UnifiedPush/

<!-- gh-comment-id:2708583793 --> @Ermageeerd commented on GitHub (Mar 9, 2025): > on that i could either: > > * register the push token with GMS (the package name is irrelevant in that case, see aliucord) > > * keep a foreground service that stays connected to the gateway (i'd have to do this in an API safe manner) > > > from my understanding using unifiedpush or similar would require that i run my own push backend (that would collect user tokens to get notifications) so that's not gonna happen unless i'm wrong The reason I mentioned UnifiedPush in general is it's FOSS, and the parts are here: https://codeberg.org/UnifiedPush/
Author
Owner

@nin0-dev commented on GitHub (Mar 9, 2025):

I see

I moved degoogled push discussion to the sub-issue above so you can follow this issue (i'll post updates when needed).

this thread will mostly be for FCM notification updates

<!-- gh-comment-id:2708603615 --> @nin0-dev commented on GitHub (Mar 9, 2025): I see I moved degoogled push discussion to the sub-issue above so you can follow this issue (i'll post updates when needed). this thread will mostly be for FCM notification updates
Author
Owner

@Ermageeerd commented on GitHub (Mar 9, 2025):

I see

I moved degoogled push discussion to the sub-issue above so you can follow this issue (i'll post updates when needed).

this thread will mostly be for FCM notification updates

oki :3

<!-- gh-comment-id:2708662304 --> @Ermageeerd commented on GitHub (Mar 9, 2025): > I see > > I moved degoogled push discussion to the sub-issue above so you can follow this issue (i'll post updates when needed). > > this thread will mostly be for FCM notification updates oki :3
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/VendroidEnhanced#14
No description provided.