Skip to content

Releases: infinum/android-collar

2.0.0

Choose a tag to compare

@andronicus-kim andronicus-kim released this 26 Jan 09:35
65eb38b
  • Bump minSdk to 23
  • Add events filtering for pre-processing before sending them to providers
  • Add edge-to-edge support
  • Update Kotlin to 2.1.20
  • Update dependencies
  • Fix Type inference issue when all event parameters are disabled
  • Fix Empty key for event parameter name
  • Fix Build issues with Kotlin 2.1.20
  • Fix Gradle dependency sync
  • Fix Handling of missing notification permission

1.4.0

Choose a tag to compare

@andronicus-kim andronicus-kim released this 14 Mar 08:32
d77ebc8
  • Replace Koin with Kotlin Inject.
  • Refactor notifications.

1.3.9

Choose a tag to compare

@bojankoma bojankoma released this 21 Mar 12:36
  • Update Kotlin to 1.8.10.
  • Update dependencies.
  • Implement Tiramisu post notification permission.

1.3.8

Choose a tag to compare

@bojankoma bojankoma released this 31 Jan 11:49
  • Update dependencies.
  • Fix Koin backwards compatibility issues.

1.3.7

Choose a tag to compare

@bojankoma bojankoma released this 24 Aug 11:13
28fd477
  • Make core module pure Kotlin.
  • Replace Bundle with Map dependency.
  • Fix Android 13 compatibility issues.

1.3.6

Choose a tag to compare

@bojankoma bojankoma released this 09 Aug 19:23
  • Fix generator value modifiers.
  • Avoid reserved Kotlin keywords in generator.
  • Fix Kotlin compiler flags.

1.3.5

Choose a tag to compare

@bojankoma bojankoma released this 05 Aug 15:32
e56420b
  • Update to Kotlin 1.7.10.
  • Fix Kotlin compiler JVM default compatibility per module.

1.3.4

Choose a tag to compare

@bojankoma bojankoma released this 10 May 11:37
a54caed
  • Expose event and property name Regex to plugin configuration.

1.3.3

Choose a tag to compare

@bojankoma bojankoma released this 06 May 08:12
5b306de
  • Fix plugin implicit dependencies.

1.3.2

Choose a tag to compare

@bojankoma bojankoma released this 24 Dec 12:37
9e99800
  • Update Kotlin to 1.6.10.
  • Update Gradle wrapper to 7.3.3.
  • Update AndroidX dependencies.
  • Fix collecting flows on lifecycle.
  • Fix core JVM static method calls with Kotlin 1.6.x.
  • Fix missing event parameters in session list.
  • Fix large event parameters in detail view.
  • Fix large event parameters for in app notification.
  • Add exhaustive branches in generated code.