GCX-HCI / ThirtyInch

a MVP library for Android favoring a stateful Presenter
Apache License 2.0
1.03k stars 101 forks source link

Manage*Subcription return Subscription now #73

Closed StefMa closed 7 years ago

StefMa commented 7 years ago

This will fix #59

Nothing special here. manageViewSubscription/disposable will now return the given Subscription/Disposable. manageViewSubscriptions have introduced to add multiple Subscription/Disposable.

That is a small "API change". But only on RC's. Because in earlier 0.8 RC's we have changed the API from manageViewSubscription(Subscription) to manageViewSubscription(Subscription...). Not we "revertet" it to manageViewSubscription(Subscription) but added manageViewSubscriptions(Subscription...) (note the S here 😉)