Skip to content

Commit a385a48

Browse files
committed
Release 0.4.2
1 parent 0c70f94 commit a385a48

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

android-activity/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

55
## [Unreleased]
6+
7+
8+
## [0.4.2] - 2022-02-16
69
### Changed
710
- The `Activity.finish()` method is now called when `android_main` returns so the `Activity` will be destroyed ([#67](https://github.com/rust-mobile/android-activity/issues/67))
11+
- The `native-activity` backend now propagate `NativeWindow` redraw/resize and `ContentRectChanged` callbacks to main loop ([#70](https://github.com/rust-mobile/android-activity/pull/70))
12+
- The `game-activity` implementation of `pointer_index()` was fixed to not always return `0` ([#80](https://github.com/rust-mobile/android-activity/pull/84))
13+
- Added panic guards, around application's `android_main` and native code that could potentially unwind across a Java FFI boundary ([#68](https://github.com/rust-mobile/android-activity/pull/68))
814

915
## [0.4.1] - 2022-02-16
1016
### Added

android-activity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android-activity"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
keywords = ["android", "ndk"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)