summaryrefslogtreecommitdiff
path: root/src/plugins/android
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix search path for QML modulesBogDan Vatra2017-09-061-1/+1
* Android: Search for gradle template in QT_DIR/src/3rdparty/gradleBogDan Vatra2017-08-301-4/+2
* Android: Fix default JDK path discoveryVikas Pachdha2017-08-291-6/+17
* Fix copyright year in plugin info, --version, and macOS infoEike Ziller2017-08-241-1/+1
* Android: Add android-clang to suggestedMkspecListBogDan Vatra2017-08-171-1/+2
* Android: Support API level 25 and 26Vikas Pachdha2017-08-161-1/+3
* Android: Fix QML debuggingv4.4.0-rc1Vikas Pachdha2017-08-153-4/+13
* ProjectExplorer: Rename worker dependencies to "startDependencies"Ulf Hermann2017-08-082-3/+3
* Android: Fix SDK tool's version displayed in the errorVikas Pachdha2017-07-311-2/+3
* Android: Simplify code assist by using KeywordsCompletionProviderDavid Schulz2017-07-276-172/+10
* Android: Make UI text more clearLeena Miettinen2017-07-271-1/+1
* Android: Fix sdkmanager timing out on slower machinesVikas Pachdha2017-07-255-14/+30
* Plugins: Fix that mimetype definition was not valid JSONEike Ziller2017-07-251-10/+10
* Debugger: Use a somewhat less intrusive hack for 'start at main'hjk2017-07-122-4/+1
* ProjectExplorer: Remove Connection as concepthjk2017-07-072-3/+5
* Remove unused IAssistProvider::supportsEditorEike Ziller2017-07-032-6/+0
* Android: fix compileDavid Schulz2017-06-301-0/+2
* Android: Let user specify shell commandsVikas Pachdha2017-06-3013-71/+569
* Android: Simplify run control constructionhjk2017-06-305-150/+18
* Android: Re-enable QmlProfilerhjk2017-06-295-60/+49
* ProjectExplorer: Introduce a Utils::OsType IDevice::osType() functionhjk2017-06-282-0/+6
* Android: Make Android manager activity start arguments configurableVikas Pachdha2017-06-2811-21/+266
* Mobile platforms: initialize params in one goTim Jenssen2017-06-221-5/+2
* Android: Make selector() arguments to runAdb implicithjk2017-06-191-23/+19
* Debugger, QmlProfiler et al: Replace AnalyzerStartParameterhjk2017-06-161-12/+1
* Mobile platforms: Do not use QLatin1String in BuildStepsTobias Hunger2017-06-131-9/+8
* Android: Convert into a RunWorker based setuphjk2017-06-1211-240/+161
* Android: Remove useless testRobert Loehning2017-06-061-3/+0
* Merge remote-tracking branch 'origin/4.3'Orgad Shaneh2017-06-023-6/+20
|\
| * Add missing 64-bit ABIs (since API 21) in Android AVD creation dialogJake Petroules2017-05-301-3/+5
| * Recognize mips64 toolchains from the Android NDKJake Petroules2017-05-292-3/+15
* | Merge remote-tracking branch 'origin/4.3' into masterOrgad Shaneh2017-05-231-14/+28
|\ \ | |/
| * Android: Delete auto generated kits without valid Qt versionVikas Pachdha2017-05-221-3/+10
| * Android: Fix android kit missing compiler on NDK path changeVikas Pachdha2017-05-181-11/+18
* | TextEditorActionHandler: Use configuration instead of inheritanceEike Ziller2017-05-181-17/+5
* | Fix text based Android manifest editor actionsEike Ziller2017-05-184-8/+19
* | ProjectExplorer: Split Target and ToolRunners into smaller taskshjk2017-05-153-3/+5
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-094-2/+59
|\ \ | |/
| * Android: Fix C++ debuggingv4.3.0-rc1Vikas Pachdha2017-05-083-1/+58
| * Android: Fix AVD creationVikas Pachdha2017-05-051-1/+1
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-05-046-432/+121
|\ \ | |/
| * Revert "Android: Improve application output window by adding filters"Ulf Hermann2017-04-286-432/+121
* | Debugger: Remove DebuggerRunControlhjk2017-04-282-21/+17
* | Debugger: Reduce explicit DebuggerRunControl usehjk2017-04-271-2/+2
* | Allow giving TextEditorFactory custom CommentDefinitionEike Ziller2017-04-261-1/+1
* | Debugger et al: Move code from DebuggerRunControl to DebuggerRunToolhjk2017-04-241-4/+4
* | Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-1930-581/+2177
|\ \ | |/
| * Android: Fix build with namespaced QtChristian Kandeler2017-04-121-0/+3
| * Android: Improve application output window by adding filtersBogDan Vatra2017-04-126-121/+433
| * Android: Force Gradle build post SDK tools version 25.3.0Vikas Pachdha2017-04-129-35/+167