smart-location-lib icon indicating copy to clipboard operation
smart-location-lib copied to clipboard

LocationGooglePlayServicesProvider compatible with Fragment

Open ivannarino opened this issue 7 years ago • 0 comments

Added the ability to start SmartLocation.location(locationGooglePlayServicesProvider).start() from a Fragment and get the onActivityResult(int requestCode, int resultCode, Intent data) on the fragment itself.

Previously the activityResult was only called on the Activity.

LocationGooglePlayServicesWithFallbackProvider also modified to reflect this enhancement.

Updated Gradle android plugin to 2.3.1 Gradle updated to 3.3 Compatible with Jitpack.io Google Play Services updated to 10.2.1 Android Support Annotations updated to 25.3.1

ivannarino avatar Apr 20 '17 23:04 ivannarino