aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Use specific classes for run worker factorieshjk2023-01-231-28/+8
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-5/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Android: Pass context object to lambda connectionsJarek Kobus2022-12-071-5/+5
* AndroidDeployQtStep: Make it cancelableJarek Kobus2022-11-251-0/+1
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-1/+0
* Android: Convert to using Tr::trAlessandro Portale2022-10-071-11/+10
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Android, IOS & WASM: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Adapt to move of options to Edit > PreferencesEike Ziller2022-06-281-1/+1
* AndroidDeviceManager: Remove the instance from plugin destructorJarek Kobus2022-03-281-0/+1
* Revert "Android: Make the device watcher process terminate on shutdown"Jarek Kobus2022-03-181-13/+0
* Android: Make the device watcher process terminate on shutdownAlessandro Portale2022-03-171-0/+13
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-1/+1
* InfoBar: Make adding more buttons possibleEike Ziller2022-01-181-1/+1
* Implements previewing qml preview for a qmlprojectPiotr Mikolajczyk2021-09-211-14/+2
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* Java: add java language server settingsDavid Schulz2021-02-181-0/+7
* Android: Inline AndroidDeployStepWidgethjk2020-08-261-1/+1
* Android: fix a title capitalizationAssam Boudjelthia2020-07-221-1/+1
* Move InfoBar to UtilsEike Ziller2020-06-181-7/+7
* ProjectExplorer: Consolidate RunConfigurationFactory::idshjk2020-06-151-4/+4
* Android: Silence soft assertChristian Stenger2020-03-191-1/+4
* Android: keep the debuggers list updated with auto detected toolchainsAssam Boudjelthia2020-02-281-1/+1
* Android: Automatically use the correct NDK for each Qt versionAssam Boudjelthia2020-02-171-0/+1
* Android: don't show Android info bar if Android version is installedAssam Boudjelthia2020-02-111-4/+10
* Android: Automatically download SDK tools and essential packagesAssam Boudjelthia2020-02-071-0/+30
* Android: Merge androidsettings{page,widget}.{h,cpp}hjk2020-01-131-1/+1
* Android: Move logic to trigger AndroidManager::updateGradlePropertieshjk2019-10-011-28/+0
* Android multi arch supportBogDan Vatra2019-09-161-2/+0
* Android: Avoid a direct use of RunControl::runConfiguration()hjk2019-08-301-2/+1
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-23/+31
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* ProjectExplorer: Switch order of template parametershjk2019-04-021-4/+4
* ProjectExplorer: Replace one overload of RunControl::registerWorkerhjk2019-03-201-10/+22
* ProjectExplorer: Introduce a SimpleRunWorkerFactory templatehjk2019-03-191-4/+7
* ProjectExplorer: Make kit aspects self-registerhjk2019-03-181-2/+1
* Move IDeviceFactory closer to IDevice implementationhjk2019-02-211-1/+0
* QtSupport et al: Move QtVersionFactory to *QtVersion implementationhjk2019-02-181-1/+1
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-3/+3
* Android: Remove DeployConfiguration restrictionhjk2019-01-251-1/+14
* QmakeAndroidSupport: Remove pluginhjk2019-01-161-1/+32
* Android: Support commandline arguments for Android appVikas Pachdha2018-08-021-1/+1
* ProjectExplorer: Use unique_ptr to store KitInformationTobias Hunger2018-07-111-1/+1
* Android: Move CreateAndroidManifestWizard and related build step to basehjk2018-07-111-0/+1
* Android: Do not disconnect a signal that was never connectedTobias Hunger2018-06-201-1/+1
* ProjectExplorer: Add RunConfigFactory::addRunWorkerFactory convieniencehjk2018-05-291-7/+4
* QmakeAndroid: Move RunConfigurationFactory to Android basehjk2018-05-231-0/+12
* Finish merging Runnable and StandardRunnablehjk2018-05-231-4/+1