mrmans0n / smart-location-lib

Android library project that lets you manage the location updates to be as painless as possible
1.65k stars 353 forks source link

Update build; fix lints; add permission checks #176

Closed elevenfive closed 7 years ago

elevenfive commented 7 years ago

java.lang.IllegalStateException: Can't create handler inside thread that has not called Looper.prepare()

at io.nlopez.smartlocation.location.providers.LocationGooglePlayServicesProvider.startUpdating (LocationGooglePlayServicesProvider.java:136) at io.nlopez.smartlocation.location.providers.LocationGooglePlayServicesProvider.start (LocationGooglePlayServicesProvider.java:117) at io.nlopez.smartlocation.location.providers.LocationGooglePlayServicesWithFallbackProvider.start (LocationGooglePlayServicesWithFallbackProvider.java:54) at io.nlopez.smartlocation.SmartLocation$LocationControl.start (SmartLocation.java:209)

mrmans0n commented 7 years ago

Travis is red

elevenfive commented 7 years ago

Yeah I have a support ticket open with Travis, they need to fix the v25 tooling. If they can't get it fixed quickly I'll change the PR to target 24.

Sent from my Nexus 5x

On Oct 27, 2016 12:52 PM, "Nacho Lopez" notifications@github.com wrote:

Travis is red

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mrmans0n/smart-location-lib/pull/176#issuecomment-256750693, or mute the thread https://github.com/notifications/unsubscribe-auth/ABO1TGOWJxD95ZKBVWub27UNJiHO9IhSks5q4QD2gaJpZM4Kh2oT .

elevenfive commented 7 years ago

@mrmans0n build fixed