summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidconfigurations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix compile for gcc 5.3Christian Stenger2019-09-171-4/+4
* Android multi arch supportBogDan Vatra2019-09-161-28/+38
* Utils: Add CommandLine convenience constructorshjk2019-07-231-3/+2
* Android: Rename ANDROID_TOOLCHAIN_ID to ANDROID_TOOLCHAIN_TYPEIDhjk2019-06-141-4/+4
* Remove ToolChain::suggestedDebugger()Alessandro Portale2019-06-121-2/+2
* Use Utils::FilePath in SynchronousProcesshjk2019-06-111-28/+30
* Utils: Rename FileName to FilePathhjk2019-05-281-52/+52
* ProjectExplorer: Use an alias for QList<Abi>hjk2019-05-271-2/+2
* More FileName::pathAppended()hjk2019-05-201-3/+1
* Even more FileName::appendPath() -> pathAppended()hjk2019-05-201-20/+12
* Some more FileName::appendPath -> pathAppended() changeshjk2019-05-151-7/+3
* Utils: Introduce a non-mutating FileName::pathAppendedhjk2019-05-151-28/+15
* Android: Nuke mips[64] supportBogDan Vatra2019-05-071-23/+0
* Android: Add proper QBS supportBogDan Vatra2019-04-261-0/+14
* ProjectExplorer: More registerKit() simplificationsChristian Kandeler2019-03-121-32/+21
* Android: Simplify Kit creation logic a bithjk2019-03-121-24/+20
* ProjectExplorer: Refactor KitManager::registerKit()Christian Kandeler2019-03-121-20/+23
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-13/+13
* Android: Cosmetics for AndroidDevice interfacehjk2019-01-171-1/+1
* Android: Detect clang and gdb from older NDKEike Ziller2018-11-291-16/+41
* Android: Fix clang executable suffix on WindowsIvan Donchevskii2018-11-161-1/+2
* Android: Auto detect clang toolchainsVikas Pachdha2018-11-021-72/+44
* Fix frequent typoRobert Loehning2018-10-231-3/+3
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* Fix debugging on Android arm64/x86_64BogDan Vatra2018-10-041-1/+22
* Android: ModernizeAlessandro Portale2018-07-261-6/+3
* 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-191-0/+9
* 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
* | Android: Deploy Qt live apk for QML projectsVikas Pachdha2018-07-101-13/+7
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-101-0/+11
|\ \ | |/
| * Android: Parse APK to find package name and other informationVikas Pachdha2018-07-091-0/+11
* | Android: Change the minimum API level supportedVikas Pachdha2018-06-271-2/+2
* | Introduce static_container_castEike Ziller2018-05-291-3/+1
|/
* Remove some obsolete code inside QT_VERSION_CHECK sectionsAlessandro Portale2018-04-271-3/+2
* Android: Make qmlscene command configurableUlf Hermann2018-02-141-0/+17
* Android: Some code cosmeticshjk2018-02-141-0/+2
* Android: Remove dependency on plugin object poolhjk2018-01-301-3/+2
* Do not construct settings/resource paths from QSettings objectEike Ziller2018-01-111-2/+1
* Android: fix make command for latest NDKIvan Donchevskii2017-11-201-0/+7
* Android: Fix Sdk manager system environmentVikas Pachdha2017-10-121-0/+14
* Android: Enable common arguments for SDK manager commandVikas Pachdha2017-10-111-0/+15
* Android: Add API to check whether to use native SDK UI toolsVikas Pachdha2017-10-111-0/+6
* Android: Refactor Android SDK packagesVikas Pachdha2017-10-111-64/+16
* Android: Remove Ant and make gradle as the default java build toolVikas Pachdha2017-09-141-55/+0
* Android: remove support for local/debug deployment optionJake Petroules2017-09-061-3/+2
* Android: Extend Android SDK sanityVikas Pachdha2017-09-061-0/+11
* Android: Fix default JDK path discoveryVikas Pachdha2017-08-291-6/+17
* Android: Fix sdkmanager timing out on slower machinesVikas Pachdha2017-07-251-3/+5