Skip to content

Release-1.1.0-beta

Latest
Compare
Choose a tag to compare
@jwhpryor jwhpryor released this 09 Jul 23:43
· 25 commits to main since this release

What's Changed

  • Migrate calls to androidx.test.services.storage.TestStorage to its equivalent by @copybara-service in #264
  • Adding Self documentation required for builder patterns. by @copybara-service in #266
  • Allow std::nullptr_t for all Scopable types (this was an oversight in the API). by @copybara-service in #275
  • Params no longer need to be provided if there are none. by @copybara-service in #278
  • Rev JNI Bind release header to v 1.0.1. by @copybara-service in #280
  • Add configurable options for class ID and method IDs being released. by @copybara-service in #286
  • Add getSystemClassLoader to ClassLoader. by @copybara-service in #290
  • Remove unused headers in metaprogramming. by @copybara-service in #294
  • Add ArrayList to stock jni definitions. by @copybara-service in #296
  • Add test that creates an object on a secondary thread before any other usage. by @copybara-service in #302
  • jni::Class now permits a new Extends arg to eventually support inheritance. by @copybara-service in #313
  • Id can now also indicate a parent (or grandparent) with an ancestor_idx. by @copybara-service in #314
  • Fixes field Statics that were broken when using Self. by @copybara-service in #315
  • Rev JNI Bind release header to v 1.1.0. by @copybara-service in #316

Full Changelog: Release-1.0.0-beta...Release-1.1.0-beta