-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat: Support direct URL routing #499
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The unit tests look good and I don't see any issues with the logic but I did find some logs that I think got leftover in testing.
android-core/src/main/java/com/mparticle/networking/MParticleBaseClientImpl.java
Outdated
Show resolved
Hide resolved
android-core/src/main/java/com/mparticle/networking/MParticleBaseClientImpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks and works great overall. I think there are some areas that can be refactored to be more understandable.
android-core/src/main/java/com/mparticle/internal/ConfigManager.java
Outdated
Show resolved
Hide resolved
android-core/src/main/java/com/mparticle/networking/NetworkOptionsManager.java
Show resolved
Hide resolved
android-core/src/main/java/com/mparticle/networking/MParticleBaseClientImpl.java
Outdated
Show resolved
Hide resolved
android-core/src/androidTest/kotlin/com.mparticle/networking/MParticleBaseClientImplTest.kt
Show resolved
Hide resolved
android-core/src/main/java/com/mparticle/internal/ConfigManager.java
Outdated
Show resolved
Hide resolved
android-core/src/main/java/com/mparticle/internal/ConfigManager.java
Outdated
Show resolved
Hide resolved
android-core/src/main/java/com/mparticle/networking/NetworkOptions.java
Outdated
Show resolved
Hide resolved
android-core/src/androidTest/kotlin/com.mparticle/networking/AccessUtils.kt
Outdated
Show resolved
Hide resolved
41bc426
to
dfd42cf
Compare
android-core/src/main/java/com/mparticle/internal/ConfigManager.java
Outdated
Show resolved
Hide resolved
android-core/src/main/java/com/mparticle/internal/ConfigManager.java
Outdated
Show resolved
Hide resolved
android-core/src/androidTest/kotlin/com.mparticle/networking/MParticleBaseClientImplTest.kt
Outdated
Show resolved
Hide resolved
android-core/src/androidTest/kotlin/com.mparticle/networking/MParticleBaseClientImplTest.kt
Show resolved
Hide resolved
android-core/src/androidTest/kotlin/com.mparticle/networking/MParticleBaseClientImplTest.kt
Show resolved
Hide resolved
android-core/src/androidTest/kotlin/com.mparticle/networking/NetworkOptionsTest.kt
Outdated
Show resolved
Hide resolved
android-core/src/main/java/com/mparticle/networking/MParticleBaseClientImpl.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, but let's wait for Sam's confirmation about the build.gradle URL files and its relationship to this feature.
android-core/src/androidTest/kotlin/com.mparticle/networking/NetworkOptionsTest.kt
Show resolved
Hide resolved
android-core/src/androidTest/kotlin/com.mparticle/networking/NetworkOptionsTest.kt
Outdated
Show resolved
Hide resolved
bc10d62
to
c1ad77b
Compare
android-core/src/main/java/com/mparticle/networking/MParticleBaseClientImpl.java
Outdated
Show resolved
Hide resolved
🎉 This PR is included in version 5.57.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Instructions
development
Summary
Testing Plan
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)