Skip to content

Commit

Permalink
Add 0.3 changes to Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rib committed Sep 19, 2022
1 parent 5c87630 commit 6245866
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android-activity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 6245866

Please sign in to comment.