Joost Funke Kupper

Results 15 comments of Joost Funke Kupper

Is this with the current "master" of the example, and which version of Android is it not working on for you? I'm going through a few of these examples and...

Thanks for the detailed responses. I'm not a maintainer of this repository, just an interested dev. Great work on pushing them to get that issue fixed! Definitely agree that the...

Had a quick look at the background sample and it handles the `locationAvailability` in the BroadcastReceiver through the `LocationAvailability.extractLocationAvailability` on the Intent, and logs it. Would be better if the...

Hi @chnt, from my understanding based on the discussion on the issue tracker is that `locationAvailability` should not be used to check if the user has turned off their location...

Glad to hear its working again for you @chnt. Based on my testing with Play Service 21.39.17, I'm still receiving `false` from `LocationAvailability` when I don't expect it, i.e. "allow...

Definitely needs to be part of it. Some documentation would be great too.

@googlebot I signed it!

Hi @ganadist, would you be interested in approving the use of your commits? I'm really hoping to get your changes approved and merged, since it's been very useful in our...

> Any chance that you can add the dependency management of the play services like in [`LicensesTask.addGooglePlayServiceLicenses(...)`](https://github.com/google/play-services-plugins/blob/oss-licenses-plugin-v0.10.4/oss-licenses-plugin/src/main/groovy/com/google/android/gms/oss/licenses/plugin/LicensesTask.groovy#L140-L171)? Could you elaborate? The Google Play Services licenses are already being added by...

> By the way I found a better way for what I'm aiming I created the PR #191 that will take the name directly from the POM file. Never mind...