index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.10.0
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
6.9.2
6.9.3
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
android
/
qandroidplatformwindow.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: improve setting of platform window states and flags
Assam Boudjelthia
2025-10-16
1
-26
/
+13
*
Android: move system ui code to its own QtWindowInsetsController class
Assam Boudjelthia
2025-10-13
1
-4
/
+12
*
Android: guard platform plugin egl code behind QT_CONFIG(egl)
Assam Boudjelthia
2025-10-01
1
-1
/
+0
*
Android: don't keep system visibility cache on both C++ and Java
Assam Boudjelthia
2025-09-12
1
-6
/
+2
*
Android: warn instead of assert on invalid winId on windowFocusChanged
Assam Boudjelthia
2025-09-10
1
-1
/
+6
*
Android: fix rendering glitch after window size changes
Assam Boudjelthia
2025-09-09
1
-0
/
+2
*
Android: report margins only when window is under unsafe area
Assam Boudjelthia
2025-09-06
1
-15
/
+20
*
Android: hook into pre draw and attach listener to deliver safe area
Assam Boudjelthia
2025-09-06
1
-5
/
+0
*
Revert "Re-land: Android: destroy the window surface only after exit transition"
Assam Boudjelthia
2025-09-02
1
-7
/
+0
*
Android: rename m_surfaceCreated to m_androidSurfaceCreated
Assam Boudjelthia
2025-09-01
1
-4
/
+4
*
Android: set surface type from Raster to OpenGL in QAndroidPlatformWindow
Assam Boudjelthia
2025-08-28
1
-1
/
+2
*
Android: remove unnecessary comma in debug message
Assam Boudjelthia
2025-08-26
1
-1
/
+1
*
Re-land: Android: destroy the window surface only after exit transition
Jani Korteniemi
2025-07-24
1
-0
/
+7
*
Revert "Destroy window surface after exit transition for Qt for Android apps"
Assam Boudjelthia
2025-06-25
1
-10
/
+0
*
Revert "Revert "Android: consider DecorView insets at app startup""
Assam Boudjelthia
2025-06-24
1
-0
/
+5
*
Destroy window surface after exit transition for Qt for Android apps
Jani Korteniemi
2025-06-19
1
-0
/
+10
*
Revert "Android: consider DecorView insets at app startup"
Jani Heikkinen
2025-06-03
1
-5
/
+0
*
Android: consider DecorView insets at app startup
Assam Boudjelthia
2025-05-23
1
-0
/
+5
*
Fix mixed-type usage of qFuzzyCompare
Dennis Oberst
2025-03-14
1
-1
/
+1
*
Android: don't call QPlatformWindow::setGeometry() explicitly
Assam Boudjelthia
2025-01-28
1
-2
/
+0
*
Android: simplify/refactor QAndroidPlatformWindow::setVisible()
Assam Boudjelthia
2025-01-28
1
-8
/
+10
*
Android: don't run setSystemUiVisibility with same params
Assam Boudjelthia
2025-01-15
1
-2
/
+6
*
Android: pass safe area margins to relevant windows only
Assam Boudjelthia
2025-01-07
1
-10
/
+7
*
Android: implement safe areas margins
Assam Boudjelthia
2024-12-04
1
-12
/
+50
*
Android: improve fullscreen and maximized states handling
Assam Boudjelthia
2024-12-03
1
-11
/
+6
*
Android: move setSystemUiVisibility() to QAndroidPlatformWindow
Assam Boudjelthia
2024-12-03
1
-3
/
+8
*
Android: rename and move updateWindow native method to QtWindow
Assam Boudjelthia
2024-12-03
1
-0
/
+29
*
Android: check Qt::ExpandedClientAreaHint when setting size
Assam Boudjelthia
2024-12-03
1
-1
/
+1
*
Introduce Qt::ExpandedClientAreaHint
Tor Arne Vestbø
2024-11-25
1
-3
/
+3
*
Android: Allow to open Keyboard without touch
Bartlomiej Moskal
2024-10-09
1
-0
/
+5
*
Android: Add destruction guard in QAndroidPlatformWindow
Petri Virkkunen
2024-10-02
1
-0
/
+16
*
Android: clean up Surface resources when it is destroyed
Tinja Paavoseppä
2024-10-02
1
-1
/
+5
*
Android: Guard EGLSurface with a mutex
Tinja Paavoseppä
2024-10-02
1
-6
/
+4
*
Android: Don't set geometry when creating surface or adding native view
Tor Arne Vestbø
2024-08-08
1
-10
/
+1
*
Android: Always apply initial geometry from QWindow to QtWindow
Tor Arne Vestbø
2024-08-08
1
-2
/
+1
*
Android: Simplify QAndroidPlatformWindow::setGeometry plumbing
Tor Arne Vestbø
2024-08-08
1
-17
/
+17
*
Android: Remove m_surfaceCreated check from setNativeGeometry
Tor Arne Vestbø
2024-08-08
1
-2
/
+1
*
Android: Create QtWindow before applying QWindow geometry during init
Tor Arne Vestbø
2024-08-08
1
-19
/
+19
*
Android: Don't add QtEditText to foreign windows
Tor Arne Vestbø
2024-08-08
1
-1
/
+2
*
Android: Initialize window in QPlatformWindow::initialize() override
Tor Arne Vestbø
2024-08-08
1
-0
/
+7
*
Android: Implement input backend interface
Petri Virkkunen
2024-05-21
1
-3
/
+10
*
Android: Add QT_ANDROID_SURFACE_CONTAINER_TYPE env var
Tinja Paavoseppä
2024-04-26
1
-4
/
+13
*
Android: Implement input connection listener in QtInputDelegate
Tinja Paavoseppä
2024-02-19
1
-1
/
+2
*
Android: QtActivityDelegateBase listens to focus events from child views
Petri Virkkunen
2024-02-15
1
-1
/
+19
*
Android: Fix QtTextureView inverted opacity condition
Tinja Paavoseppä
2024-02-06
1
-1
/
+1
*
Android: Remove parent before adding window to screen
Tinja Paavoseppä
2024-01-22
1
-1
/
+1
*
Android: Handle embedding container windows better
Tinja Paavoseppä
2024-01-16
1
-10
/
+16
*
Android: Add support for foreign window acting as embedding container
Tinja Paavoseppä
2023-12-14
1
-0
/
+10
*
Android: Use TextureView when multiple windows present
Tinja Paavoseppä
2023-12-14
1
-1
/
+11
*
Android: Make winId() return the underlying QtWindow jobject
Tinja Paavoseppä
2023-12-13
1
-3
/
+5
[next]