Skip to content

Releases: BirjuVachhani/locus-android

Release v3.0.0-alpha02

08 Mar 10:45
Compare
Choose a tag to compare
  • Implemented Lazy Initialization model for retrieving instance of FragmentManager from Activity & Fragment.

Release v3.0.0-alpha01

07 Mar 06:47
Compare
Choose a tag to compare
  • Fix IllegalStateException: fragment transition cannot be performed after onSaveInstanceState.

Release v2.1.0

23 Feb 15:40
5206ab2
Compare
Choose a tag to compare
  • Fixed permission model inconsistency when permissions are not specified in manifest.
  • GeoLocation class is refactored to Locus.

2.0.0-alpha01

07 Feb 15:05
a4bd909
Compare
Choose a tag to compare
  • 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

13 Nov 15:17
Compare
Choose a tag to compare
Pre Release For Test Pre-release
Pre-release
feat: add jit-pack implementation

Signed-off-by: BirjuVachhani <[email protected]>