-
Notifications
You must be signed in to change notification settings - Fork 31
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
Can you supply a build for fdroid? #11
Comments
thanks for the suggestion, we'll look into it! |
This would be a fantastic addition! |
This depends on #34 to be completed |
@Rudloff can you see any blockers here? (apart from licensing) |
The repository contains a prebuilt JAR file. F-Droid does not allow that. Also, the app uses Crashlytics which is a non-free library. |
OK we heavily rely on TarsoDSP and it will be really hard to build this by ourselves. Regarding crashalytics, it's really helpfull for bugfixes, so I would prefer to not remove it. But at least I added a license. |
You could throw together a F-droid repo of your own in the mean time, it just wouldn't quite reach the same audience, so I'm not sure how useful that'd be. |
@LilithWittmann there are other free analytics software you might want to check out :) |
Would it be an option to just have an f-droid branch? |
@picsi any recommendations for something easy to integrate that I don't have to host by myself and that has similar capabilities for tracking crashes? |
Instead of a separate branch, we encourage app author to add a build flavor that builds the app without Crashlytics. |
@Rudloff but a compiled jar in the repo would be still an issue right? |
We can have our build recipe remove the JAR from the repository and rebuild it from source before building the app (so we are sure it corresponds to the provided source code). |
Can you create a build for the fdroid opensource repository? I use an alternative android OS which does not ship with the playstore. http://fdroid.org is the goto opensource package repository. I see you also offer a APK for download which I will use for now, but it would be nice to not have to enable 'developer privileges' on my device. Also this will make it easier if you build any updates. Thanks for your help!
The text was updated successfully, but these errors were encountered: