@@ -5,8 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 0.6.0] - 2024-04-26
10
+
11
+ ### Changed
8
12
- rust-version bumped to 1.69.0 ([ #156 ] ( https://github.com/rust-mobile/android-activity/pull/156 ) )
13
+ - Upgrade to ` ndk-sys 0.6.0 ` and ` ndk 0.9.0 ` ([ #155 ] ( https://github.com/rust-mobile/android-activity/pull/155 ) )
9
14
15
+ ### Fixed
16
+ - Check for null ` saved_state_in ` pointer from ` NativeActivity `
10
17
11
18
## [ 0.5.2] - 2024-01-30
12
19
@@ -177,21 +184,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177
184
### Removed
178
185
- Most of the examples were moved to <https : // github.com/rust-mobile/rust-android-examples> ([#50](https://github.com/rust-mobile/android-activity/pull/50))
179
186
180
- ## [0.4 ] - 2022 - 11 - 10
187
+ ## [0.4 . 0 ] - 2022 - 11 - 10
181
188
### Changed
182
189
- * Breaking * : `input_events ` callback now return whether an event was handled or not to allow for fallback handling ([#31 ](https : // github.com/rust-mobile/android-activity/issues/31))
183
190
- The native - activity backend is now implemented in Rust only , without building on `android_native_app_glue . c` ([#35 ](https : // github.com/rust-mobile/android-activity/pull/35))
184
191
### Added
185
192
- Added `Pointer :: tool_type ()` API to `GameActivity ` backend for compatibility with `ndk ` events API ([#38 ](https : // github.com/rust-mobile/android-activity/pull/38))
186
193
187
- ## [0.3 ] - 2022 - 09 - 15
194
+ ## [0.3 . 0 ] - 2022 - 09 - 15
188
195
### Added
189
196
- `show / hide_sot_input ` API for being able to show / hide a soft keyboard (other IME still pending )
190
197
- `set_window_flags ()` API for setting WindowManager params
191
198
### Changed
192
199
- * Breaking * : Created extensible , `#[non_exhaustive]` `InputEvent ` wrapper enum instead of exposing `ndk ` type directly
193
200
194
- ## [0.2 ] - 2022 - 08 - 25
201
+ ## [0.2 . 0 ] - 2022 - 08 - 25
195
202
### Added
196
203
- Emit an `InputAvailable ` event for new input with `NativeActivity ` and `GameActivity `
197
204
enabling gui apps that don 't render continuously
@@ -208,6 +215,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
208
215
### Changed
209
216
- Documentation fixes
210
217
211
- ## [0.1 ] - 2022 - 07 - 04
218
+ ## [0.1 . 0 ] - 2022 - 07 - 04
212
219
### Added
213
220
- Initial release
221
+
222
+ [unreleased ]: https : // github.com/rust-mobile/android-activity/compare/v0.6.0...HEAD
223
+ [0.6 . 0 ]: https : // github.com/rust-mobile/android-activity/compare/v0.5.2...v0.6.0
224
+ [0.5 . 2 ]: https : // github.com/rust-mobile/android-activity/compare/v0.5.1...v0.5.2
225
+ [0.5 . 1 ]: https : // github.com/rust-mobile/android-activity/compare/v0.5.0...v0.5.1
226
+ [0.5 . 0 ]: https : // github.com/rust-mobile/android-activity/compare/v0.4.3...v0.5.0
227
+ [0.4 . 3 ]: https : // github.com/rust-mobile/android-activity/compare/v0.4.2...v0.4.3
228
+ [0.4 . 2 ]: https : // github.com/rust-mobile/android-activity/compare/v0.4.1...v0.4.2
229
+ [0.4 . 1 ]: https : // github.com/rust-mobile/android-activity/compare/v0.4.0...v0.4.1
230
+ [0.4 . 0 ]: https : // github.com/rust-mobile/android-activity/compare/v0.3.0...v0.4.0
231
+ [0.3 . 0 ]: https : // github.com/rust-mobile/android-activity/compare/v0.2.0...v0.3.0
232
+ [0.2 . 0 ]: https : // github.com/rust-mobile/android-activity/compare/v0.1.1...v0.2.0
233
+ [0.1 . 1 ]: https : // github.com/rust-mobile/android-activity/compare/v0.1.0...v0.1.1
234
+ [0.1 . 0 ]: https : // github.com/rust-mobile/android-activity/releases/tag/v0.1.0
0 commit comments