-
Notifications
You must be signed in to change notification settings - Fork 6
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
Move ParselyAPIConnection
to Kotlin
#88
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #88 +/- ##
==========================================
- Coverage 51.63% 51.22% -0.41%
==========================================
Files 10 10
Lines 368 367 -1
Branches 55 56 +1
==========================================
- Hits 190 188 -2
Misses 165 165
- Partials 13 14 +1
☔ View full report in Codecov by Sentry. |
df47843
to
cc43b9f
Compare
We don't need such check in this SDK. Also, it can be false positive when moving from Java to Kotlin
cc43b9f
to
5769882
Compare
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.
👋 @wzieba !
I have reviewed and tested this PR as per the instructions, everything works as expected, good job! 🌟
I have left a questions (❓) and some minor (🔍) comments for you to consider. I am going to approve this PR anyway, since none is blocking. I am NOT going to merge this PR yet to give you some time to apply any of my suggestions. However, feel free to ignore them and merge the PR yourself.
Description
This small PR moves
ParselyAPIConnection
to Kotlin. I need it to be in Kotlin to introduce migrate fromAsyncTask
used in this class to Kotlin Coroutines. So please note, that this class will be heavily rewritten in next PRs.How to test
As this change changes code in HTTP communication, which is mocked in our tests, please:
MainActivity.java#31
and make the sample app not in the debug mode