Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the notification protocol to full notifications from Trixnity #27

Open
alexispurslane opened this issue Sep 9, 2024 · 0 comments
Milestone

Comments

@alexispurslane
Copy link
Owner

Now that I have a client SDK handling this instead of having to re-implement an SDK for myself, this should be easier to achieve robustly, which hopefully means the notifications should work on boot instead of needing the app to be launched at least once after boot, even if you subsequently close the app. If that problem doesn't go away using this SDK which provides a local database and a more robust way of communicating with the server, then the problem is probably a lack of network permissions on the foreground service which should be solvable by adding those permissions with the intent that launches it.

In general though this task should be quite simple with the only annoying thing being properly constructing notifications from the data given while trying to keep as much of the database out of memory as possible.

@alexispurslane alexispurslane added this to the 1.0-rc1 milestone Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant