Releases: rust-mobile/android-activity
Releases · rust-mobile/android-activity
android-activity 0.3.0
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 exposingndk
type directly
Full Changelog: v0.2.0...v0.3.0
android-activity 0.2.0
What's Changed
Added
- Emit an
InputAvailable
event for new input withNativeActivity
andGameActivity
enabling gui apps that don't render continuously - Oboe and Cpal audio examples added
AndroidApp
is nowSend
+Sync
Changed
- Breaking: updates to
ndk 0.7
andndk-sys 0.4
- Breaking:
AndroidApp::config()
now returns a clonableConfigurationRef
instead of a deepConfiguration
copy
Removed
- The
NativeWindowRef
wrapper struct was removed sinceNativeWindow
now implementsClone
andDrop
inndk 0.7
- Breaking: The
FdEvent
andError
enum values were removed fromPollEvents
New Contributors
Full Changelog: https://github.com/rust-mobile/android-activity/commits/v0.2.0