Skip to content

Releases: Tractive/Android-ReactiveLocation

Fix cleartext HTTP

31 Jan 16:19
a748d9c
Compare
Choose a tag to compare

2.3.2

  • Fix Cleartext HTTP traffic to maps.googleapis.com not permitted
  • revert "migrate from compile to implementation"

Migrate from compile to implementation

23 Jun 08:24
178a00d
Compare
Choose a tag to compare
2.3.1

Migrate from compile to implementation

Add missing Key definition

03 Jan 09:18
a91d2aa
Compare
Choose a tag to compare
Merge pull request #1 from Tractive/fix-missing-key

Add missing Key to fix build

Add Listener null check to fix Android 12 issue

03 Jan 08:37
Compare
Choose a tag to compare

We have the following issue:

https://console.firebase.google.com/u/0/project/tractive.com:api-project-65204121883/crashlytics/app/android:com.tractive.android.gps/issues/5b6efbe26007d59fcd7ecb1f?time=last-seven-days&type=crash&versions=4.11.5%20(378)&sessionEventKey=61D1B34C02BD0001376576569E51A2DE_1627074845069192154

This used to be an issue for a long time now, was mostly fixed though (we had a missing onError in an Observable). However with Android 12 suddenly this issue reappeared a lot more than it used to.

Since the base library has not been touched, we forked this fix for our issue from fwith's repo.