Skip to content

Releases: DroidLin/android-inter-process-call

1.2.0.5

Choose a tag to compare

@DroidLin DroidLin released this 22 Feb 08:23

ignore null value in parameter check.

1.2.0.4

Choose a tag to compare

@DroidLin DroidLin released this 22 Feb 07:55

remove unused reflection call in dynamic proxy to improve running performance.

1.2.0.3

Choose a tag to compare

@DroidLin DroidLin released this 20 Feb 17:39

rename annotation module name from "inter-process-annotation" to "annotation" only.

1.2.0.2

Choose a tag to compare

@DroidLin DroidLin released this 19 Feb 06:44

new release for kapt support.

1.2.0.1

Choose a tag to compare

@DroidLin DroidLin released this 07 Feb 02:20

publication test.

1.2.0

Choose a tag to compare

@DroidLin DroidLin released this 06 Feb 16:41
982f8b6

stable version for performance.

feature:

  1. add ksp plugin for interface impl generation.
  2. better runtime performance without Java/Kotlin reflection.

1.1.5

Choose a tag to compare

@DroidLin DroidLin released this 31 Jan 16:01

fix crash in suspend function that use kotlin.Unit as return.

1.1.4

Choose a tag to compare

@DroidLin DroidLin released this 31 Jan 14:27

stable version.

1.1.3

Choose a tag to compare

@DroidLin DroidLin released this 30 Jan 11:54

fix crashes for kProperties invocation of an interface.

1.1.2

Choose a tag to compare

@DroidLin DroidLin released this 30 Jan 06:17

suspend function call fix.