aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidbuildapkstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Move and rename result testing macros from expected.h to result.hhjk2025-04-141-1/+1
* Replace most expected_str by Utils::Resulthjk2025-04-111-2/+2
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-1/+1
* Project managers: Replace various uses of ProjectConfiguration::target()Christian Kandeler2025-03-111-3/+3
* ProjectExplorer: Replace uses of Target signals and member functionsChristian Kandeler2025-03-061-1/+1
* ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-061-17/+17
* Merge remote-tracking branch 'origin/16.0'Orgad Shaneh2025-02-111-2/+2
|\
| * Android: Fix Axivion warningsJarek Kobus2025-02-051-2/+2
* | ProjectExplorer: Replace various direct calls to Target::kit()Christian Kandeler2025-02-071-1/+1
* | ProjectExplorer: Replace various direct calls to Target::project()Christian Kandeler2025-02-061-4/+4
|/
* Fix warnings about unused return valuesChristian Kandeler2025-01-211-1/+2
* Core: Always use dialogParent() for FileUtils::showInGraphicalShell()hjk2024-12-051-1/+1
* Android: Simplify packageSubPath()Jarek Kobus2024-11-131-18/+10
* Android: Cut the convoluted indirectionJarek Kobus2024-11-131-1/+28
* Android: Hide AndroidCreateKeystoreCertificate in cppJarek Kobus2024-11-121-9/+8
* Android: Introduce KeystoreDataJarek Kobus2024-11-121-5/+6
* Android: Hide CreateAndroidManifestWizard in cppJarek Kobus2024-11-121-3/+2
* Android: Inline CertificatesModelJarek Kobus2024-11-121-1/+43
* Android: Inline AndroidExtraLibraryListModelJarek Kobus2024-11-121-4/+126
* Android: Rename androidmanager.{cpp,h} to androidutils.{cpp,h}hjk2024-11-121-1/+1
* Android: Replace AndroidManager namespace by the common Internalhjk2024-11-121-14/+14
* Android: Move AndroidSdkManager instance into its classJarek Kobus2024-11-121-8/+6
* Android: Drop support for Qt < 5.4.0hjk2024-11-111-8/+0
* Android: Move some helper function to their single place of usehjk2024-11-111-11/+52
* Android: Give PasswordInputDialog a parenthjk2024-11-111-11/+8
* Replace a few expected_str<void> by Utils::Resulthjk2024-10-081-1/+1
* Android: Replace occurrences of FilePath::toStringAndrii Semkiv2024-09-061-10/+14
* Android: Fix post-build opening of package location for Qt 6.8Alessandro Portale2024-08-281-1/+10
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-3/+1
* Utils: Rename PathChooser::rawFilePath() to unxepandedFilePath()hjk2024-06-191-1/+1
* Android: Transform AndroidConfig into namespaceJarek Kobus2024-05-281-7/+6
* Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-05-171-1/+1
|\
| * Android: Don't crash when dis- and reconnecting phone via USBAlessandro Portale2024-05-151-1/+1
* | Android: Introduce constant "firstQtWithAndroidDeployQt"Alessandro Portale2024-03-211-1/+1
* | Merge remote-tracking branch 'origin/13.0'Eike Ziller2024-03-061-5/+6
|\|
| * Android: Guard against assert due to invalid accessAlessandro Portale2024-03-061-5/+6
* | Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
|/
* Android: Use more direct access to current config singletonhjk2024-01-241-6/+6
* Use more std::chrono and std::chrono_literals namespacesJarek Kobus2024-01-231-1/+2
* Process: Get rid of setTimeoutS()Jarek Kobus2024-01-221-2/+1
* Android: Use new setup for a few factorieshjk2023-11-241-10/+17
* TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-071-2/+2
* TaskTree: Get rid of onGroupError elementJarek Kobus2023-11-071-1/+1
* Tr: Fix some quotingEike Ziller2023-10-161-5/+7
* Android: Use a bit more LayoutBuilder in AndroidApkBuildStephjk2023-09-041-34/+36
* Android: Lump apk build step creation togetherhjk2023-09-041-110/+95
* Android: Three more simple aspects for AndroidBuildApkStephjk2023-08-241-38/+11
* Utils: Rename the new Storage to Storehjk2023-08-241-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-2/+2
* Android: Use a aspect for AndroidBuildStep::buildAABhjk2023-08-231-22/+12