All Versions
11
Latest Version
2.1
Avg Release Cycle
76 days
Latest Release
-

Changelog History
Page 1

  • v2.1 Changes

    • ๐Ÿ›  Fix issues with emitting values when observable is disposed
    • โž• Add option to auto reconnect to GMS when connection is suspended
  • v2.0 Changes

    • ๐Ÿ‘Œ Support for RxJava2
  • v1.0 Changes

    • โž• Add Locale to geocode observable
    • โž• Added option to pass GMS callback Handler while creating ReactiveLocationProvider
    • ๐Ÿ›  Bugfix: crash on unregistering activity BroadcastReceiver
    • ๐Ÿ›  Fixed memory leak in location observable
    • Checking if subscripion is still on before emitting values in few places
  • v0.10 Changes

    • โšก๏ธ Updated dependencies
    • โž• Added permission annotations
    • Minor improvements and cleanups in sample app
  • v0.9

    May 10, 2016
  • v0.8.1 Changes

    • โšก๏ธ Updated dependencies
    • โž• Added fallback reverse geocode observable that uses web apis to obtain address
    • โž• Added API to pass locales for reverse geocoding
  • v0.8 Changes

    • โšก๏ธ Updated dependencies to Google Play Services 8.1
  • v0.7 Changes

    July 23, 2015
    • โœ‚ Removed final from methods in ReactiveLocationProvider to enable mockito mocking.
    • โšก๏ธ Updated dependencies.
    • โž• Added support to fetch Place by id.
  • v0.6 Changes

    May 08, 2015
    • โž• Added support for mock locations.
    • Corrected geocode to reverse geocode and proper geocode implemented.
    • โž• Added support for PendingIntent location updates.
    • Simplified and unified observables that were based on status now return status instead of custom responses.
    • โšก๏ธ Updated to newest Play Services version.
  • v0.5 Changes

    • ๐Ÿ›  Fix: now last known location observable when location is disabled emits nothing and completes (instead of null).
    • โž• Added Places API support from Google Play Services 7.0.0
    • โž• Added Location Settings API from Google Play Services 7.0.0
    • โž• Added support for obtaining connection to Google Play Services though observable.
    • โž• Added utils to handle PendingResponse and Buffers from Google Play Services