microg / microg/GmsCore

pushover dismissal sync doesn't work

Open
#672 3 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
14.6k
Forks
3.2k
Avg merge
12d 11h
Merged PRs (30d)
4

Description

pushover uses google play services "system update",
which are broadcast receivers actually, which don't exist in microg.,
in order to send dismissal sync to cloud messaging
(the notification to be dismissed to the other device(s)),
the solution/workaround I found was rollback to a previous version,
3.2.3, which sends the dismissal without using these broadcast receivers

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing dismissal-sync behavior in the current version with version 3.2.3, focusing on the Google Play services system-update broadcast receivers and cloud messaging path described in the report. Done means notification dismissals sync to the other device or devices without requiring a rollback.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, google-cloud, java
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.