Yahya Bayramoğlu

Results 20 comments of Yahya Bayramoğlu

I'm having this issue as well, i tested it with 'com.google.android.gms:play-services-location:8.4.0' but issue is still there. Even though i tried to release in any way that i can (below), still...

Any improvements on this thread? I had same issue, and trying to find which default styles i need to override was kinda painful for AlertDialog... So here how you can...

Hey, i had deleted my question because i saw the other issues, but thanks for replying this quick. Looking forward to have this implementation though @chrisjenx

I also have the same concerns, but i guess providing auto-rotation is quite not possible to support for all devices and all applications. Because it is actually not on device...

I was checking some other functionalities to include into my application and faced a library doesn't have this issue and digged little bit into and saw that there is a...

By the way, with Support Library 25.2.0 Google introduce [`ExifInterface`](https://developer.android.com/topic/libraries/support-library/packages.html#exif) can be used to fix this issue.

Pull requests are welcome :) `LocationBaseActivity` is an helper class nothing more, you can easily copy what's in it and put it in your own activity - it shouldn't be...

Have you tried within a service / workmanager with a configuration something link the following? ``` LocationConfiguration awesomeConfiguration = new LocationConfiguration.Builder() .keepTracking(true) .askForPermission( new PermissionConfiguration.Builder() .requiredPermissions( new String[] { permission.ACCESS_FINE_LOCATION,...

Happy to accept PR for the example if you build :)

Yes, this is actually nice idea. I thought this library works as user's manual interactions as touch but auto-rotate up to gyroscope might be cool. I'll consider this.