Allow requesting location updates from a background thread without requiring the thread to initialize itself as a looper and setup the message queue to run in it.
Proposed Changes
This PR prepares the current thread to request location updates (like a certain other location library does).
Based on the discussion it seems like we need to rethink our approach on this one. Closing for now but let's reopen if we find a better way to deal with pending intent update requests from a background thread.
Overview
Allow requesting location updates from a background thread without requiring the thread to initialize itself as a looper and setup the message queue to run in it.
Proposed Changes
This PR prepares the current thread to request location updates (like a certain other location library does).
Closes #131