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

Remove fast mode options from website build variant #1482

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

bemusementpark
Copy link

It seems our website build variant already avoids cloud messaging.

This PR skips the activity for choosing to use it or not, and the preference that does the same thing. This option would have no effect anyway.

This is a good step towards a play-services-free build on Fdroid, as these screens would be concerning to privacy-centric users, and misinformation to others who expected that they would benefit from fast mode.

https://github.com/oxen-io/session-android-temp/issues/56

@KeeJef
Copy link
Collaborator

KeeJef commented May 14, 2024

I'd like to keep the option for Play services in the website APK, at least until we develop a more reliable option for delivering notifications when Play services aren't available. One idea was a persistent foreground service which polls/subscribes for notifications for new messages, which i think can be achieved by displaying a persistent notification.

@bemusementpark
Copy link
Author

This PR doesn't remove play services from website It was already gone.

So the UI gave you options that didn't do anything.

@KeeJef
Copy link
Collaborator

KeeJef commented May 15, 2024

Oh in that case we should actually add play store functionality back into the website APK's imo, not sure why it was removed in the first place

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

Successfully merging this pull request may close these issues.

2 participants