From 6245866228548aea0513388b714654bfc2cde5f6 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Mon, 19 Sep 2022 23:05:31 +0100 Subject: [PATCH] Add 0.3 changes to Changelog --- android-activity/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/android-activity/CHANGELOG.md b/android-activity/CHANGELOG.md index 232aafe..34a3071 100644 --- a/android-activity/CHANGELOG.md +++ b/android-activity/CHANGELOG.md @@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3] - 2022-09-15 +### 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 + ## [0.2] - 2022-08-25 ### Added - Emit an `InputAvailable` event for new input with `NativeActivity` and `GameActivity`