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

Add two build flavors (opensource/full) #9

Merged
merged 9 commits into from
Jul 6, 2014

Conversation

rtreffer
Copy link

@rtreffer rtreffer commented Jul 4, 2014

This patch reworks the build system to build 2 variants of all libs:

  • An open source only version (only libs that have known source code)
  • A full version (with amazon device messaging / gcm / play services)

This required GCM/ADM files to be moves to a full subfolder and
Crashlytics code to be generalized via CrashReporter. There are also 5
more instances of Class.forName / getMethod / ... (cases where
generalizing would cause more overhead).

building is now done via one of
gradle assembleOpensourceDebug
gradle assembleOpensourceRelease
gradle assembleFullDebug
gradle assembleFullRelease

rtreffer added 4 commits July 4, 2014 23:17
This patch reworks the build system to build 2 variants of all libs:
- An open source only version (only libs that have known source code)
- A full version (with amazon device messaging / gcm / play services)

This required GCM/ADM files to be moves to a full subfolder and
Crashlytics code to be generalized via CrashReporter. There are also 5
more instances of Class.forName / getMethod / ... (cases where
generalizing would cause more overhead).
@rtreffer
Copy link
Author

rtreffer commented Jul 5, 2014

I'm adding the rebrand to open-klyph, too. Nearly done. BUT the app requires a fb_app_id and fb_app_secret (will request them on fb, verify your account and I'll add you)

@rtreffer
Copy link
Author

rtreffer commented Jul 5, 2014

This may fix some parts of issue #1 and #7

@rtreffer
Copy link
Author

rtreffer commented Jul 5, 2014

Everything is compiling. The FB mein app failes due to permissions. The FB Messenger is currently untested.

I have some other plans for the evening. But you should give the branch a try!

timoreimann added a commit that referenced this pull request Jul 6, 2014
Rebrand to OpenKlyph and add two build flavors (opensource/full).
@timoreimann timoreimann merged commit b268c00 into timoreimann:master Jul 6, 2014
@timoreimann
Copy link
Owner

Awesome work. Thanks Rene!

@knohl
Copy link

knohl commented Jul 7, 2014

👍

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.

3 participants