aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmakeandroidsupport/qmakeandroidbuildapkstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Move CreateAndroidManifestWizard and related build step to basehjk2018-07-111-77/+0
* Android: Move most of QmakeAndroidBuildApkStepWidget to basehjk2018-07-021-2/+10
* Android: Move some generic apk build step code to basehjk2018-06-221-135/+1
* Android: Remove code to help with upgrades from Qt 5.1hjk2018-06-131-3/+0
* QmakeAndroid: Move some build-system agnostic items to Android basehjk2018-06-131-1/+2
* QmakeAndroid: Slim down some codehjk2018-06-131-8/+0
* ProjectExplorer: Simplify BuildStepFactoryhjk2018-05-311-1/+1
* QmakeAndroid: Introduce two new functions in QmakeAndroidQtSupporthjk2018-05-091-23/+1
* Android: Merge run configuration into base classhjk2018-05-081-5/+2
* Android: Use device types as restrictions on project configurationshjk2017-12-191-7/+1
* ProjectExplorer/all: Re-organize BuildSteps/{Deploy,Build}Config setuphjk2017-12-081-29/+16
* Android: turn "use Ministro" into a checkboxJake Petroules2017-10-101-7/+3
* Android: Remove Ant and make gradle as the default java build toolVikas Pachdha2017-09-141-5/+1
* Android: remove support for local/debug deployment optionJake Petroules2017-09-061-2/+0
* BuildStep: Do not use QLatin1String/QLatin1Char in BuildStepsTobias Hunger2017-07-251-36/+24
* Android: Fix sdkmanager timing out on slower machinesVikas Pachdha2017-07-251-0/+7
* Fix release builds debuggingBogDan Vatra2017-04-121-7/+9
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* qmake: Use Variable enum consistentlyTobias Hunger2017-02-141-2/+2
* Give the values of BuildStep::OutputFormat better namesChristian Kandeler2017-01-191-3/+3
* Android: Simplify qmakeandroidbuildapkstepTobias Hunger2016-11-301-10/+2
* Fix for showInGraphicalShell. The api fails to open a dir if the path contain...Vikas Pachdha2016-07-131-1/+3
* ProjectExplorer: De-duplicate code in IBuildStepFactory derived classeshjk2016-06-101-49/+8
* BuildStep: Remove finished() signal and use FutureInterface to reportTobias Hunger2016-04-251-2/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-19/+14
* Project: Add setRootProjectNode methodTobias Hunger2016-01-111-2/+2
* BuildManager: Provide context of earlier build steps to initTobias Hunger2015-11-161-2/+2
* Android: Be explicit on whether gdbserver should be added to the packageDaniel Teske2015-09-251-0/+7
* Android: Remove unused constantsTobias Hunger2015-08-311-2/+0
* Android: Make library projects building skip apk packagingDaniel Teske2015-07-201-3/+3
* ProjectExplorer: Use FileName for Node::pathOrgad Shaneh2015-02-131-2/+2
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-7/+7
|\
| * Update LicenseEike Ziller2015-01-161-7/+7
* | Android: Fix namespace closing brace commentOrgad Shaneh2015-02-061-1/+1
* | Android: Remove unneeded qualificationsOrgad Shaneh2015-02-061-5/+5
* | Android: Replace setting for input .json file and use active rc insteadDaniel Teske2015-01-271-29/+7
* | Android: Fix building packagesDaniel Teske2015-01-231-7/+2
* | Android: Handle library building in a more user friendly wayDaniel Teske2015-01-191-0/+15
|/
* Android: Don't create unsigned packagesEskil Abrahamsen Blomfeldt2014-11-181-2/+0
* License update.Eike Ziller2014-10-151-7/+8
* Android: Say hello to gradle!BogDan Vatra2014-09-251-2/+6
* Android: Conceal password in build logDaniel Teske2014-09-011-2/+32
* Android: add --release parameter when building for Release.BogDan Vatra2014-07-281-0/+3
* Introduce QmakeAndroidSupport pluginDaniel Teske2014-07-241-0/+294