summaryrefslogtreecommitdiff
path: root/src/plugins/android
Commit message (Expand)AuthorAgeFilesLines
* Avoid enabling all message types by defaultChristian Stenger2018-11-061-1/+1
* Android: Auto detect clang toolchainsVikas Pachdha2018-11-024-499/+147
* Android: Remove missing Qt version warningVikas Pachdha2018-11-023-52/+0
* Revert "Android/ProjectExplorer: Include parameters into quotes"Orgad Shaneh2018-10-292-2/+2
* Android/ProjectExplorer: Include parameters into quotesRobert Loehning2018-10-252-2/+2
* Android: Fix Android SDK license dialog textVikas Pachdha2018-10-241-4/+5
* Fix frequent typoRobert Loehning2018-10-235-9/+9
* Android: Move HTML out of translated stringRobert Loehning2018-10-231-2/+2
* Android: Prevent invalid assertions in toolchain detection codeChristian Kandeler2018-10-171-1/+4
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-1312-12/+12
* Android: Remove old support for gdbserverBogDan Vatra2018-10-051-23/+4
* Android: Fix compile for gcc5.3Christian Stenger2018-10-051-1/+1
* Fix debugging on Android arm64/x86_64BogDan Vatra2018-10-045-20/+53
* ProjectExplorer: Rename 'extraAspect' to 'aspect'hjk2018-10-021-5/+5
* Core: Change IEditor::document() to constOrgad Shaneh2018-09-262-2/+2
* ProjectExplorer: Replace virtual BuildStepConfigWidget::showWidgethjk2018-09-192-6/+1
* ProjectExplorer: Split IRunConfigurationAspecthjk2018-09-181-1/+1
* ProjectExplorer: Rename compiler includes from System to BuiltInIvan Donchevskii2018-09-172-10/+10
* ProjectExplorer: Remove IRunConfigurationAspect::runConfigurationhjk2018-09-134-9/+4
* ProjectExplorer: Consistently use HeaderPathsTobias Hunger2018-09-131-2/+2
* ProjectExplorer: Rename IncludePathType to HeaderPathTypeTobias Hunger2018-09-131-4/+4
* Android: Use new auto aspect layout handlinghjk2018-09-111-17/+5
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-4/+4
* ProjectExplorer: Compactify runconfiguration aspect creationhjk2018-09-041-8/+5
* FileInProjectFinder/Debugger: Use Utils::FileName for sysrootUlf Hermann2018-08-281-2/+3
* FileInProjectFinder/Debugger: Use FileNameList for search directoriesUlf Hermann2018-08-271-1/+1
* ProjectExplorer: Fix memory leaks in tree modelsIvan Donchevskii2018-08-212-3/+3
* ProjectExplorer: Remove RunWorker::setDisplayNamehjk2018-08-213-3/+3
* Android: Fix the executable permission of the package dirVikas Pachdha2018-08-061-2/+6
* Android: Enable setting environment variables for android appsVikas Pachdha2018-08-0215-32/+116
* Android: Support commandline arguments for Android appVikas Pachdha2018-08-0212-23/+19
* Android: Use QVariant for targetData/setTargetDatahjk2018-08-017-17/+18
* Android: Simplify apkPath determinationhjk2018-08-018-70/+27
* Android: Remove unused variableVikas Pachdha2018-07-261-2/+0
* Android: Use less direct access to the qmake build stephjk2018-07-263-4/+12
* Android: ModernizeAlessandro Portale2018-07-2642-176/+153
* KitManager: Use unique_ptr to manage kitsTobias Hunger2018-07-251-15/+16
* Android: Log Qt live apk path and few more code pathsVikas Pachdha2018-07-195-3/+28
* Android: Avoid toolchain check for QML projectsVikas Pachdha2018-07-191-4/+7
* Android: Fix error messagesRobert Loehning2018-07-131-2/+3
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-121-1/+1
|\
| * Android: Fix aapt tool's path in windowsVikas Pachdha2018-07-101-1/+1
* | ProjectExplorer: Use unique_ptr to store KitInformationTobias Hunger2018-07-111-1/+1
* | Android: Move CreateAndroidManifestWizard and related build step to basehjk2018-07-1110-24/+563
* | Android: Use generic functions in CreateAndroidManifestwizardhjk2018-07-111-0/+3
* | Android: Deploy Qt live apk for QML projectsVikas Pachdha2018-07-105-69/+90
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-107-25/+133
|\ \ | |/
| * Android: Parse APK to find package name and other informationVikas Pachdha2018-07-094-1/+89
| * Android: Add API's to run Android SDK toolsVikas Pachdha2018-07-092-17/+37
| * Android: Use ipv4 host to connect to app in androidVikas Pachdha2018-07-063-3/+8