Quentin Klein

Results 11 comments of Quentin Klein

The tracked is based on the `android.location.LocationManager` class. So there is no reference on any service of any kind in the library. I'm not familiar with the WorkManager yet, but...

Maybe it is an android restriction, have you tried to put it in a Foregrond Service ?

Hi ! Thanks for the feedback, even if its .. weird ! It just forwards the locations obtained by the system ! I'll have a look soon

FOA, if the _distance is not specified_, the [`TrackerSettings` will use the **default one.**](https://github.com/quentin7b/android-location-tracker/blob/master/simple-location-tracker/slt/src/main/java/fr/quentinklein/slt/TrackerSettings.java#L58) ``` java /** * The default distance between location updates * Its value is 100m */...

That is very... weird ! Because `sLocation` is only used for the quickfix. And the thing is, if you only set it when null, it won't be updated for the...

I honestly don't know... Even if the [jCenter](https://bintray.com/murthyanitaa/BiometricAuth/biometric-auth) license is `Apache 2.0` I still think a License file in the original repository is needed.

Hi there ! I've ran some tests, and according to the doc, `onRemove` is also called on all the children of the component when you call `game.remove(component)` If you add...

I agree ! I lost some time on this... In the meantime it might be a good idea to precise this behavior in the documentation ?

Hi ! Of course I can add a specific section in the https://dartfrog.vgv.dev/docs/basics/dependency-injection page that describes this behavior and mention this issue ? What do you think about this ?

I've made a first version in #1218 if you want to give it an eye :)