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

FOSS gradle build flavor #6568

Closed
2 tasks done
AltNico opened this issue Apr 24, 2017 · 1 comment
Closed
2 tasks done

FOSS gradle build flavor #6568

AltNico opened this issue Apr 24, 2017 · 1 comment

Comments

@AltNico
Copy link

AltNico commented Apr 24, 2017

I have:


Since March 13, you can now download Signal as an .apk from the official website. This is partial done for people who have no Google Play installed on their devices. A part of this group does not have Google Play installed because they don't want to have proprietary software on their device.

Fortunately, you can use Signal without Google's Firebase Cloud Messaging but unfortunately, the proprietary libraries are still included in Signal's build. Some of these are:

    compile 'com.google.android.gms:play-services-gcm:9.6.1'
    compile 'com.google.android.gms:play-services-maps:9.6.1'
    compile 'com.google.android.gms:play-services-places:9.6.1'

In my eyes it makes sense to add a fully free and open source gradle build flavor to Signal which builds get published on the website instead of the default Google Play release. If this is done, F-Droid can reproduce and distribute the official binaries of Signal by OpenWhisperSystems.

Reference thread in F-Droid's forum: https://forum.f-droid.org/t/signal-discussion-about-google-play-alternative/95

@moxie0
Copy link
Contributor

moxie0 commented Apr 24, 2017

Hey @AltNico, it's already possible to use Signal without Play Services on your device. We also already have a non-Play distribution channel that anyone can use, so we have no plans to distribute Signal through fdroid.

@moxie0 moxie0 closed this as completed Apr 24, 2017
@signalapp signalapp locked and limited conversation to collaborators Apr 24, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants