Skip to content

Releases: patloew/RxLocation

RxLocation v1.0.5

09 Jun 18:21
Compare
Choose a tag to compare

Changes

  • Update dependencies
  • Fix bugs #55, #38

RxLocation v1.0.4

09 Apr 21:33
Compare
Choose a tag to compare

Changes

  • 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.

RxLocation v1.0.3

24 Mar 13:34
Compare
Choose a tag to compare

Changes

  • 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 with GoogleApiClientFlowable (#22)
  • BREAKING: Replace uppercase "API" in GoogleApiConnectionException and GoogleApiConnectionSuspendedException with "Api"

RxLocation v1.0.2

15 Mar 13:49
Compare
Choose a tag to compare

Changes

  • 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 a Result yourself (#17)

RxLocation v1.0.1

18 Nov 19:38
Compare
Choose a tag to compare

Changes

  • Add consumer ProGuard rules. (#7, #8 – thanks Evisceration)

RxLocation v1.0.0

03 Nov 17:21
Compare
Choose a tag to compare

Initial release.