Skip to content

Conversation

@defer
Copy link

@defer defer commented May 1, 2017

This is an abi-breaking change. The behavior is the same with the exception of methods that used to return Observable now return Observable because null emissions are not supported anymore.

As for compatibility, most projects supporting both 1.x and 2.x are keeping separate branches and keeping separate package names.This patchset does not change the package name, but it may go in that direction in the future.

defer added 3 commits May 1, 2017 09:50
Ports the library and example app to 2.0. Some semantics changed because
emitting nulls is not supported in 2.0, in these cases, the Observable
now emits a dummy boolean.
@codecov-io
Copy link

Codecov Report

Merging #11 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #11   +/-   ##
=========================================
  Coverage     98.97%   98.97%           
- Complexity        0       66   +66     
=========================================
  Files            25       25           
  Lines           195      195           
=========================================
  Hits            193      193           
  Misses            2        2
Impacted Files Coverage Δ Complexity Δ
...n/java/com/sdoward/rxgooglemap/CameraMoveFunc.java 100% <100%> (ø) 2 <2> (+2) ⬆️
...com/sdoward/rxgooglemap/CameraMoveStartedFunc.java 100% <100%> (ø) 2 <2> (+2) ⬆️
...om/sdoward/rxgooglemap/GroundOverlayClickFunc.java 100% <100%> (ø) 2 <2> (+2) ⬆️
...om/sdoward/rxgooglemap/CameraMoveCanceledFunc.java 100% <100%> (ø) 2 <2> (+2) ⬆️
...ava/com/sdoward/rxgooglemap/PolylineClickFunc.java 100% <100%> (ø) 2 <2> (+2) ⬆️
...ain/java/com/sdoward/rxgooglemap/POIClickFunc.java 100% <100%> (ø) 2 <2> (+2) ⬆️
...n/java/com/sdoward/rxgooglemap/CameraIdleFunc.java 100% <100%> (ø) 2 <2> (+2) ⬆️
...ain/java/com/sdoward/rxgooglemap/MapClickFunc.java 100% <100%> (ø) 2 <2> (+2) ⬆️
...m/sdoward/rxgooglemap/InfoWindowLongClickFunc.java 100% <100%> (ø) 2 <2> (+2) ⬆️
...va/com/sdoward/rxgooglemap/CameraPositionFunc.java 100% <100%> (ø) 2 <2> (+2) ⬆️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d91cc1...9fe1f21. Read the comment docs.

@sdoward
Copy link
Collaborator

sdoward commented Jun 9, 2017

Thanks for this. I will take a look at the weekend and give feedback/merge. Also sorry for the delay.

@shingz96
Copy link

hi, developer, is this still under developing/ maintain?

@sdoward
Copy link
Collaborator

sdoward commented Dec 17, 2017

@defer would you be interested in taking ownership of this lib? I don't have the tie to maintain and I think it can be useful for others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants