aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-12-03 14:10:28 -0800
committerElliott Hughes <enh@google.com>2019-12-18 11:04:37 -0800
commit15f35ce79c2455e015a91db2802651f67a1762e8 (patch)
tree2a7ef93294acfac10fbf79960276ebf153d74b7a /docs
parentc6a000820c0ac1233ee711bcc9139afa90420f76 (diff)
downloadndk-15f35ce79c2455e015a91db2802651f67a1762e8.tar.gz
native_app_glue: hook up missing messages.
Also reduce duplication very slightly. Bug: https://github.com/android/ndk/issues/1139 Test: builds Test: https://github.com/android/ndk-samples/tree/master/native-activity Change-Id: I6658af95828f0532232616d621a4883d538c4c76
Diffstat (limited to 'docs')
-rw-r--r--docs/changelogs/Changelog-r22.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelogs/Changelog-r22.md b/docs/changelogs/Changelog-r22.md
index 660e182e3..6ff2c2f66 100644
--- a/docs/changelogs/Changelog-r22.md
+++ b/docs/changelogs/Changelog-r22.md
@@ -27,6 +27,9 @@ For Android Studio issues, follow the docs on the [Android Studio site].
stripping, so most users will need to upgrade to Android Gradle Plugin
version 4.0 or newer to get the fix.
+* [Issue 1139]: `native_app_glue` now hooks up the `APP_CMD_WINDOW_RESIZED`,
+ `APP_CMD_WINDOW_REDRAW_NEEDED`, and `APP_CMD_CONTENT_RECT_CHANGED` messages.
+
## Known Issues
* This is not intended to be a comprehensive list of all outstanding bugs.
@@ -89,4 +92,5 @@ For Android Studio issues, follow the docs on the [Android Studio site].
[Issue 843]: https://github.com/android-ndk/ndk/issues/843
[Issue 906]: https://github.com/android-ndk/ndk/issues/906
[Issue 988]: https://github.com/android-ndk/ndk/issues/988
+[Issue 1139]: https://github.com/android-ndk/ndk/issues/1139
[use plugin version 3.1 or newer]: https://developer.android.com/studio/releases/gradle-plugin#updating-plugin