Files
android-activity/android-activity/CHANGELOG.md
T
Robert Bragg 5dab74466c Release 0.2
2022-08-25 10:34:31 +01:00

952 B

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2] - 2022-08-25

Added

  • Emit an InputAvailable event for new input with NativeActivity and GameActivity enabling gui apps that don't render continuously
  • Oboe and Cpal audio examples added
  • AndroidApp is now Send + Sync

Changed

  • Breaking: updates to ndk 0.7 and ndk-sys 0.4
  • Breaking: AndroidApp::config() now returns a clonable ConfigurationRef instead of a deep Configuration copy

Removed

  • The NativeWindowRef wrapper struct was removed since NativeWindow now implements Clone and Drop in ndk 0.7
  • Breaking: The FdEvent and Error enum values were removed from PollEvents

[0.1.1] - 2022-07-04

Changed

  • Documentation fixes

[0.1] - 2022-07-04

Added

  • Initial release