Releases: BirjuVachhani/locus-android
Releases · BirjuVachhani/locus-android
Release v3.0.0-alpha02
- Implemented Lazy Initialization model for retrieving instance of FragmentManager from Activity & Fragment.
Release v3.0.0-alpha01
- Fix IllegalStateException: fragment transition cannot be performed after onSaveInstanceState.
Release v2.1.0
- Fixed permission model inconsistency when permissions are not specified in manifest.
- GeoLocation class is refactored to Locus.
2.0.0-alpha01
- Fixed fragment transaction issue.
- New structure for retrieving location.
Example:
geoLocation.listenForLocation(this) {
Log.e(TAG, "Latitude: $latitude\tLongitude: $longitude")
} failure {
Log.e(TAG, "Error: $message")
}
Pre Release For Test
feat: add jit-pack implementation Signed-off-by: BirjuVachhani <[email protected]>