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

Google Analytics #10

Open
alterechtschreibung opened this issue Oct 10, 2012 · 4 comments
Open

Google Analytics #10

alterechtschreibung opened this issue Oct 10, 2012 · 4 comments
Assignees

Comments

@alterechtschreibung
Copy link

How to build it without Google Analytics? Otherwise app can't be added to open source Markets like F-Droid, because it is proprietary closed source software.

https://f-droid.org/forums/topic/swift4android/

@ghost ghost assigned rauljim Oct 10, 2012
@rauljim
Copy link
Collaborator

rauljim commented Oct 10, 2012

As far as I know, Google Analytics is not a critical dependency.
The only functionality that comes to mind is receiving parameters from Google Play.
See rauljim@c10116f

You can fork my repo https://github.com/rauljim/tgs-android and create a no-analytlics branch from master. Then, remove the Analytics library. There should be little to be changed in the code.

Let me know if you have doubts or problems.

@alterechtschreibung
Copy link
Author

I can't remove it, thus fork would make no sense. Furthermore I would have to include all your changes by hand. Can you make a build parameter to compile without inclusion of proprietary stuff like GA?

@rauljim
Copy link
Collaborator

rauljim commented Oct 10, 2012

I can't remove it, thus fork would make no sense.

I don't understand. If you fork my repo you can remove whatever you want in your forked repo.

Furthermore I would have to include all your changes by hand.

Yes, we would maintain two branches, merging from time to time.

Can you make a build parameter to compile without inclusion of proprietary stuff like GA?

I'll come back to this early next week. If you try something this week, let me know.

@dalb8
Copy link

dalb8 commented Jul 5, 2013

There are other jars in there that don't have any references. script.jar? etc.

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

3 participants