Skip to content

Commit 1a8a92b

Browse files
authored
Merge pull request #99 from rust-mobile/release-0.4.3
Release 0.4.3
2 parents 8a21219 + bb97af1 commit 1a8a92b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

android-activity/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1+
<!-- markdownlint-disable MD022 MD024 MD032 -->
2+
13
# Changelog
24
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
35
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
46

57
## [Unreleased]
68

9+
## [0.4.3] - 2022-07-30
10+
### Fixed
11+
- Fixed a deadlock in the `native-activity` backend while waiting for the native thread after getting an `onDestroy` callback from Java ([#94](https://github.com/rust-mobile/android-activity/pull/94))
12+
13+
- Fixed numerous deadlocks in the `game-activity` backend with how it would wait for the native thread in various Java callbacks, after the app has returned from `android_main` ([#98](https://github.com/rust-mobile/android-activity/pull/98))
714

8-
## [0.4.2] - 2022-02-16
15+
## [0.4.2] - 2022-06-17
916
### Changed
1017
- 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))
1118
- The `native-activity` backend now propagates `NativeWindow` redraw/resize and `ContentRectChanged` callbacks to main loop ([#70](https://github.com/rust-mobile/android-activity/pull/70))

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.2"
3+
version = "0.4.3"
44
edition = "2021"
55
keywords = ["android", "ndk"]
66
readme = "../README.md"

0 commit comments

Comments
 (0)