-
-
Notifications
You must be signed in to change notification settings - Fork 735
Implementing Parcelable in ParseGeoPoint #619
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
Conversation
@natario1 updated the pull request - view changes |
Can I ask though what's the overall plan? #122 |
@rogerhu from #122 I think it’s common wish to eventually implement Parcelable to ParseObject, no? I have it working for ParseFile as well and can PR. I’ll open up an issue with some thoughts now. |
See also #557 |
rebase |
ab8c581
to
9ac8589
Compare
Codecov Report
@@ Coverage Diff @@
## master #619 +/- ##
============================================
+ Coverage 52.52% 52.58% +0.05%
- Complexity 1659 1664 +5
============================================
Files 131 131
Lines 10121 10138 +17
Branches 1407 1407
============================================
+ Hits 5316 5331 +15
- Misses 4365 4368 +3
+ Partials 440 439 -1
Continue to review full report at Codecov.
|
As per title. It’s the easiest step in bringing Parcelable into the SDK.