aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidconfigurations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: make sure to remove the adb daemon logs from devices listAssam Boudjelthia2020-05-181-2/+3
* Android: Guard against kits without Qt versionhjk2020-05-051-9/+8
* Android: add support for new SDK Tools package cmdline-toolsAssam Boudjelthia2020-04-181-13/+42
* Android: Remove AndroidConfig::updateDependenciesConfig()hjk2020-03-181-5/+0
* Android: read SDK configuration from user editable pathAssam Boudjelthia2020-03-181-5/+19
* Android: Add windows usb drivers to SDK essentialsAssam Boudjelthia2020-03-181-6/+21
* Android: Allow adding OpenSSL libs directly from project settingsAssam Boudjelthia2020-03-121-0/+14
* Android: Allow adding custom NDKs and auto detect their toolchainsAssam Boudjelthia2020-02-281-10/+104
* Android: keep the debuggers list updated with auto detected toolchainsAssam Boudjelthia2020-02-281-7/+61
* Android: Automatically use the correct NDK for each Qt versionAssam Boudjelthia2020-02-171-92/+101
* Android: Automatically download SDK tools and essential packagesAssam Boudjelthia2020-02-071-0/+141
* Make various Q_LOGGING_CATEGORY's staticAlessandro Portale2020-01-151-1/+1
* Android: Remove "qtlive" supportAlessandro Portale2019-12-181-11/+0
* Update Qt validity in options when changing Android device settingsEike Ziller2019-11-201-0/+1
* 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