- Update dependencies
- Fix bugs #55, #38
- Update dependencies
- BREAKING: Removed Retrolambda. Since this library uses Java 8 features, from v1.0.4 on, only Android gradle plugin 3.0.0 or higher is supported.
- Update dependencies (Play Services 10.2.1)
- Fix bug which lead to leaks when using `rxLocation.location().updates() (#26)
- BREAKING: Removed
GoogleAPIClientSingle
and replaced it withGoogleApiClientFlowable
(#22) - BREAKING: Replace uppercase "API" in
GoogleApiConnectionException
andGoogleApiConnectionSuspendedException
with "Api"
- Update dependencies (RxJava 2.0.7, Play Services 10.2.0)
- Fix bug which made activity recognition API unusable (#24)
- Add
StatusExceptionResumeNextTransformer
to help with handlig the resolution of aResult
yourself (#17)
- Add consumer ProGuard rules. (#7, #8 – thanks Evisceration)