Skip to content

Releases: rust-mobile/android-activity

android-activity 0.3.0

15 Feb 15:50
@rib rib
Compare
Choose a tag to compare

What's Changed

Added

  • show/hide_sot_input API for being able to show/hide a soft keyboard (other IME still pending)
  • set_window_flags() API for setting WindowManager params

Changed

  • Breaking: Created extensible, #[non_exhaustive] InputEvent wrapper enum instead of exposing ndk type directly

Full Changelog: v0.2.0...v0.3.0

android-activity 0.2.0

15 Feb 15:49
@rib rib
Compare
Choose a tag to compare

What's Changed

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

New Contributors

  • @Zoxc made their first contribution in #8

Full Changelog: https://github.com/rust-mobile/android-activity/commits/v0.2.0