index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
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.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
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
/
tools
/
androiddeployqt
/
main.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Android] Skip goodToCopy check
Alexey Edelev
33 hours
1
-0
/
+3
*
[Android] Store the main ABI in deployment settings
Alexey Edelev
33 hours
1
-0
/
+6
*
Android: bump Android target API level to 35
Rami Potinkara
2025-03-06
1
-1
/
+1
*
AndroidDeployQt: explitly constuct the qmlDomCommand args list
Assam Boudjelthia
2025-01-20
1
-9
/
+6
*
Android: Handle dotted URI QML Modules in Java code gen
Soheil Armin
2025-01-17
1
-71
/
+82
*
Android: Improve qmldir discovery of QML to Java codegen
Soheil Armin
2025-01-17
1
-5
/
+23
*
Android: Fix for multi-ABI build in androiddeployqt
Bartlomiej Moskal
2024-12-17
1
-2
/
+7
*
Android: handle quotes in hard-coded namespace in build.gradle
Assam Boudjelthia
2024-12-13
1
-1
/
+8
*
AndroidDeployQt: don't use QFile pointer
Assam Boudjelthia
2024-11-29
1
-13
/
+12
*
AndroidDeployQt: Remove not satisfied dependencies
Bartlomiej Moskal
2024-11-05
1
-1
/
+12
*
Android: support uncompressed native libs within APKs
Assam Boudjelthia
2024-10-05
1
-6
/
+1
*
Use QIODevice::readLineInto() instead of readLine() in loops
Rym Bouabid
2024-09-20
1
-4
/
+5
*
Introduce qt_add_android_permission CMake function
Juha Vuolle
2024-09-16
1
-7
/
+32
*
CMake:Android: add property QT_ANDROID_COMPILE_SDK_VERSION
Assam Boudjelthia
2024-09-09
1
-7
/
+19
*
CMake:Android: add property QT_ANDROID_APP_ICON to set app icon
Assam Boudjelthia
2024-09-09
1
-0
/
+16
*
CMake:Android: add property QT_ANDROID_APP_NAME to set app name
Assam Boudjelthia
2024-09-09
1
-1
/
+10
*
qtbase build should't fail with -DFEATURE_process=OFF option
Tatiana Borisova
2024-09-08
1
-0
/
+7
*
Android: Get rid of init classes mechanism
Assam Boudjelthia
2024-08-26
1
-9
/
+0
*
androiddeployqt: Do not misbehave on QML file and directory imports
Ulf Hermann
2024-08-23
1
-1
/
+4
*
Prioritize Android permissions of the application manifest
Juha Vuolle
2024-08-22
1
-2
/
+15
*
Prioritize Android permissions without additional attributes
Juha Vuolle
2024-08-22
1
-1
/
+6
*
Introduce qt_internal_add_android_permission CMake function
Juha Vuolle
2024-08-22
1
-5
/
+6
*
androiddeployqt: Fix the --sign argument handling ordering
Alexey Edelev
2024-08-21
1
-9
/
+5
*
Android: Rename opt-in CMake flag that generates QML to Java code
Soheil Armin
2024-08-20
1
-5
/
+5
*
Android: Reflect renaming of QtQmlComponent to QtQuickViewContent
Soheil Armin
2024-08-20
1
-3
/
+3
*
Android: Fix duplicate class names when generating QML to Java code
Soheil Armin
2024-07-01
1
-0
/
+8
*
QDirListing: add flags to handle entries filtering
Ahmad Samir
2024-06-27
1
-1
/
+1
*
Fix path in Java QML component generation
Olli Vuolteenaho
2024-06-10
1
-1
/
+1
*
Android: Add Java QtQmlComponent code generator to androiddeployqt
Soheil Armin
2024-05-31
1
-1
/
+408
*
Android: use double quotes with androiddeployqt docs
Assam Boudjelthia
2024-05-27
1
-2
/
+2
*
Android: bump min supported SDK to 28 (Android 9)
Assam Boudjelthia
2024-05-23
1
-3
/
+3
*
Android:CMake: Add QT_ANDROID_PACKAGE_NAME property
Assam Boudjelthia
2024-05-16
1
-16
/
+47
*
Android: Refactor packagePath() in androiddeployqt
Soheil Armin
2024-05-15
1
-38
/
+29
*
Android: Add facilities to build AAR packages
Soheil Armin
2024-05-15
1
-2
/
+44
*
androiddeployqt: Add a placeholder for plugin type in build.gradle
Tinja Paavoseppä
2024-05-15
1
-0
/
+1
*
Android: account for namespace in build.gradle instead of manifest
Assam Boudjelthia
2024-05-15
1
-49
/
+67
*
androiddeplyqt: port to RAII handling of popen()ed FILE*s
Marc Mutz
2024-05-15
1
-43
/
+36
*
androiddeplyqt: fix more missing pclose() on early returns
Marc Mutz
2024-04-18
1
-0
/
+4
*
androiddeplyqt: fix missing pclose() on early return
Marc Mutz
2024-04-18
1
-0
/
+1
*
Port to QDirListing
Ahmad Samir
2024-03-03
1
-12
/
+10
*
androiddeployqt: fix QDirIterator::next() usage
Ahmad Samir
2024-03-01
1
-2
/
+3
*
Fix documentation of used digest and signature algorithm
André Klitzing
2024-02-15
1
-2
/
+2
*
Add the support of the qt_import_plugins functionality to androiddeployqt
Alexey Edelev
2024-01-11
1
-22
/
+48
*
tools: port away from QPair
Marc Mutz
2023-12-14
1
-2
/
+2
*
Android: bump Android target API level to 34
Rami Potinkara
2023-11-30
1
-1
/
+1
*
androiddeployqt: Copy templates and stdcpp lib in auxillary mode
Nikunj Arora
2023-10-19
1
-7
/
+6
*
Search extra library paths for Android dependency XML files as well
Volker Krause
2023-10-07
1
-0
/
+5
*
Android: bump Android target API level to 33
Assam Boudjelthia
2023-09-23
1
-1
/
+1
*
Iterate over all extraPrefixDirs when collecting "directories"
Alexey Edelev
2023-09-15
1
-5
/
+22
*
tools: use const methods more
Anton Kudryavtsev
2023-09-08
1
-1
/
+1
[next]