-
Notifications
You must be signed in to change notification settings - Fork 61
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
refactor: Migrate MPLifecycleCallbackDelegate and MPLocationListener class to Kotlin #506
refactor: Migrate MPLifecycleCallbackDelegate and MPLocationListener class to Kotlin #506
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.
minor comments
/** | ||
* This class is used by the AppStateManager to determine when the app is visible or in the background. | ||
* | ||
* Separated into it's own class to avoid annoying logcat messages on pre-ICS devices. |
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.
* Separated into it's own class to avoid annoying logcat messages on pre-ICS devices. | |
* Separated into its own class to avoid annoying logcat messages on pre-ICS devices. |
android-core/src/main/kotlin/com/mparticle/internal/MPLifecycleCallbackDelegate.kt
Show resolved
Hide resolved
android-core/src/main/kotlin/com/mparticle/internal/MPLifecycleCallbackDelegate.kt
Show resolved
Hide resolved
android-core/src/main/kotlin/com/mparticle/internal/MPLocationListener.kt
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
## [5.58.3](v5.58.2...v5.58.3) (2024-10-15) ### Updates & Maintenance * Migrate Internal Constants class to kotlin ([#510](#510)) ([2fd32f6](2fd32f6)) * Migrate MPLifecycleCallbackDelegate and MPLocationListener class to Kotlin ([#506](#506)) ([687e623](687e623)) * Remove unused session history upload code ([#507](#507)) ([a86cd3b](a86cd3b)) * Update submodules ([c0ffeb6](c0ffeb6))
🎉 This PR is included in version 5.58.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [5.58.3](v5.58.2...v5.58.3) (2024-10-24) ### Updates & Maintenance * Migrate Internal Constants class to kotlin ([#510](#510)) ([2fd32f6](2fd32f6)) * Migrate MPLifecycleCallbackDelegate and MPLocationListener class to Kotlin ([#506](#506)) ([687e623](687e623)) * Remove unused session history upload code ([#507](#507)) ([a86cd3b](a86cd3b)) * Update submodules ([81e50ca](81e50ca))
🎉 This PR is included in version 5.58.3 🎉 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)