qt6-bb10/tests/auto/corelib/platform/android
Lauri Pohjanheimo 6209079c7a Android: fix 180 degree orientation issue
On android documentation orientation changes are sent via
onConfigurationChanged callback. Previous implementation
based orientation detection to onSizeChanged callback.
That callback is not called when orientation turns 180 degrees.
i.e. between landscape and inverted landscape.
This fix adds detection to on onConfigurationChanged to catch
those cases.

Fixes: QTBUG-118887
Fixes: QTBUG-118236
Pick-to: 6.7 6.5
Change-Id: Ie2f81798de97e460de839f7ebfde9a9efa25909f
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
2024-04-12 02:20:51 +03:00
..
testdata/assets Android: fix Android assets handler not listing dirs with only sub dirs 2022-12-13 12:04:40 +00:00
CMakeLists.txt Android: fix and simplify the orientation change logic 2023-12-05 16:28:12 +00:00
tst_android.cpp Android: fix 180 degree orientation issue 2024-04-12 02:20:51 +03:00