Skip to content

Releases: andycandy-de/SimpleAndroidBridge

1.1.3

Choose a tag to compare

@andycandy-de andycandy-de released this 07 Nov 01:06

Changelog for version 1.1.3:

  • Enum arguments for NativeCall implemented

1.1.2

Choose a tag to compare

@andycandy-de andycandy-de released this 16 Jul 00:01

Changelog for version 1.1.2:

  • Minimum SDK version changed to 21

1.1.1

Choose a tag to compare

@andycandy-de andycandy-de released this 08 Nov 08:00

Changelog for version 1.1.1:

  • Some minor improvements, particularly in how Promises are handled in both native and web

1.1.0

Choose a tag to compare

@andycandy-de andycandy-de released this 06 Nov 03:38

Changelog for version 1.1.0:

  • Migrated Gradle DSL from Groovy to Kotlin
  • Replaced deprecated Object.finalize() implementation with a implementation based on PhantomReference for auto cleanup
  • Enhanced JSFunction to implement AutoCloseable, allowing for use with try-with-resources statements or AutoCloseable.use {} blocks
  • Introduced exception handling for JSFunction in case of web reload, providing better error management
  • Promises resolved by the web are executed on the main thread
  • Refactored code to improve maintainability, readability, and performance
  • Simplified project structure by removing the SimpleAndroidBridgeLibJS subproject, reducing complexity
  • Added ProGuard consumer rules
  • Changed minSdk to 24 and compileSdk to 35

1.0.3

Choose a tag to compare

@andycandy-de andycandy-de released this 28 Oct 10:45
Prepare Release

1.0.2

Choose a tag to compare

@andycandy-de andycandy-de released this 01 May 23:56

1.0.1

Choose a tag to compare

@andycandy-de andycandy-de released this 16 Feb 23:27
Prepare release

1.0.0

Choose a tag to compare

@andycandy-de andycandy-de released this 16 Feb 23:22
Updated README

1.0.0-BETA-b01

Choose a tag to compare

@andycandy-de andycandy-de released this 13 Feb 18:55
5a3723a
Create LICENSE