diff --git a/doc/changelog.dox b/doc/changelog.dox index c78162a4c..a602153dd 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -850,6 +850,8 @@ See also: @relativeref{Platform::Sdl2Application,scanCodeToKey()} and @ref Platform::GlfwApplication::keyToScanCode() helpers for key / scan code conversion outside of event handlers +- Updated @ref Platform::AndroidApplication to not use a deprecated API that + was removed in NDK 27 ([mosra/magnum#659](https://github.com/mosra/magnum/pull/659)) @subsubsection changelog-latest-changes-scenegraph SceneGraph library diff --git a/doc/credits.dox b/doc/credits.dox index 9c9e606d5..b2f55a182 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -151,7 +151,8 @@ Are the below lists missing your name or something's wrong? improvements to Debian package building experience - **Hilario Pérez Corona** ([\@hpcorona](https://github.com/hpcorona)) --- improvements to @cb{.cmake} android_create_apk() @ce -- **[\@hsdk123](https://github.com/hsdk123)** --- CMake improvements +- **[\@hsdk123](https://github.com/hsdk123)** --- CMake improvements, Android + platform updates - **Hugo Amnov** ([\@hugoam](https://github.com/hugoam)) --- Additions, usability improvements and performance optimization in the @ref GL library, buildsystem improvements and STL usage cleanup diff --git a/src/Magnum/Platform/AndroidApplication.cpp b/src/Magnum/Platform/AndroidApplication.cpp index 4b113f079..7add5bed9 100644 --- a/src/Magnum/Platform/AndroidApplication.cpp +++ b/src/Magnum/Platform/AndroidApplication.cpp @@ -5,6 +5,7 @@ 2020, 2021, 2022, 2023, 2024, 2025 Vladimír Vondruš Copyright © 2021 nodoteve + Copyright © 2025 hsdk123 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),