Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Releases: Zellius/RxLocationManager

1.0.0

23 May 21:11
Compare
Choose a tag to compare

Added

  • RxJava2 support! Please look at rxlocationmanager-rxjava2 project.
  • Samples.

Changed

  • Both libraries (RxJava1 and RxJava2 implementations) rewritten to Kotlin.
    But you still can use it in your Java projects.

Removed

  • There is no location uses-permission. You need to add them to your app manifest.
  • There is no setReturnDefaultLocationOnError method in the LocationRequestBuilder.
    You can use a "transformer" property in any method to ignore errors (e.g. by IgnoreErrorTransformer).

Java 0.1.2, Kotlin 0.1.1

14 Apr 06:53
Compare
Choose a tag to compare

Both libraries (Java and Kotlin implementations) support Android 9+ #7

Update for Java version and new Kotlin version

21 Feb 17:40
Compare
Choose a tag to compare

Fix scheduler on Java version and added Kotlin version

First release

17 Feb 07:29
Compare
Choose a tag to compare

All main functions were done