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

Feature/modules #24

Merged
merged 9 commits into from Sep 18, 2018
Merged

Feature/modules #24

merged 9 commits into from Sep 18, 2018

Conversation

Tigraine
Copy link
Member

Changed the modules around to have a bitmovin-analytics-exoplayer and bitmovin-analyltics-bitmovin-player package

@zachmanc
Copy link
Contributor

opening it up i get these build errors? anything specific to your environment that you changed?
image

@Tigraine
Copy link
Member Author

Tigraine commented Sep 12, 2018 via email

@@ -75,7 +75,7 @@ public EventData(BitmovinAnalyticsConfig bitmovinAnalyticsConfig, String impress
this.path = bitmovinAnalyticsConfig.getPath();
this.experimentName = bitmovinAnalyticsConfig.getExperimentName();
this.playerTech = Util.getPlayerTech();
this.setUserAgent(Util.getUserAgent(bitmovinAnalyticsConfig.getContext()));
this.setUserAgent("unknown"); //Util.getUserAgent(bitmovinAnalyticsConfig.getContext()));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you plan to find a solution here or will it stay "unknown" for now?

@@ -0,0 +1,5 @@
package com.bitmovin.analytics.adapters;

public class PlayerAdapterFactory {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftover?

Copy link
Contributor

@hawk23 hawk23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good to me! Would be good to test it in a real world setup:

  • Android app with dependencies: ExoPlayer, analytics core, analytics Exo
  • Android app with dependencies: BitmovinPlayer, analytics core, analytics BitmovinPlayer

@Tigraine
Copy link
Member Author

@hawk23 the two test apps in the repo do exactly that ..

@Tigraine Tigraine merged commit 02856f0 into master Sep 18, 2018
@Tigraine Tigraine deleted the feature/modules branch September 18, 2018 07:35
peterpf pushed a commit that referenced this pull request Apr 20, 2021
…h-filters-to-be-set

feature/updte-contenful-link-with-filters-to-be-set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants