mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-18 20:48:54 +00:00
952 B
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
InputAvailableevent for new input withNativeActivityandGameActivityenabling gui apps that don't render continuously - Oboe and Cpal audio examples added
AndroidAppis nowSend+Sync
Changed
- Breaking: updates to
ndk 0.7andndk-sys 0.4 - Breaking:
AndroidApp::config()now returns a clonableConfigurationRefinstead of a deepConfigurationcopy
Removed
- The
NativeWindowRefwrapper struct was removed sinceNativeWindownow implementsCloneandDropinndk 0.7 - Breaking: The
FdEventandErrorenum values were removed fromPollEvents
[0.1.1] - 2022-07-04
Changed
- Documentation fixes
[0.1] - 2022-07-04
Added
- Initial release