aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Android: Introduce devicesCommandOutput() helper and reuse itJarek Kobus13 days1-8/+1
* Android: Transform AndroidDeviceManager into namespaceJarek Kobus13 days1-162/+176
* Android: Hide AndroidDeviceManager methods in cppJarek Kobus13 days1-292/+286
* Android: Avoid using connectedDevices() in getRunningAvdsSerialNumber()Jarek Kobus13 days1-7/+20
* Android: Transform AndroidConfig into namespaceJarek Kobus2024-05-281-17/+17
* Android: Use more AndroidConfig specifiers for static method callsJarek Kobus2024-05-231-2/+2
* Android: Hide displayNameFromInfo() in cppJarek Kobus2024-05-231-8/+7
* Android: Transform AndroidAvdManager class into namespaceJarek Kobus2024-05-231-2/+2
* Android: Employ TaskTree for running avdList commandJarek Kobus2024-05-231-17/+93
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-1/+1
* Android: Supply newly created device with pathJarek Kobus2024-05-211-15/+37
* Android: Add locking mechanism when creating avdJarek Kobus2024-05-161-2/+4
* Android: Add AndroidDeviceManager::createAvd()Jarek Kobus2024-05-161-0/+44
* Android: Use QList instead of QVectorJarek Kobus2024-04-241-2/+2
* Android: Register AndroidDevice creator regardless of SDK stateAlessandro Portale2024-03-061-17/+20
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* IDevice: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-021-10/+10
* Android: Remove two now unneded lambda captureshjk2024-02-011-1/+1
* Android: Use more direct access to current config singletonhjk2024-01-241-24/+17
* Process: Remove no-op calls to setTimeoutS()Jarek Kobus2024-01-211-1/+0
* Android: New setup for AndroidDeviceManagerhjk2023-11-241-0/+5
* Android: Use new setup for more plugin itemshjk2023-11-241-27/+37
* AndroidDeviceManager: Execute avd removal in main threadJarek Kobus2023-10-061-25/+21
* ProjectExplorer: Remove IDevice::setDisplayNameMarcus Tillmanns2023-09-111-3/+3
* Utils: Rename the new Storage to Storehjk2023-08-241-1/+1
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Android: Use a more direct access to the tools' pathhjk2023-07-271-1/+1
* QEventLoop: Remove unused includesJarek Kobus2023-05-151-1/+0
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-3/+3
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* Devices: Unify Port Gathering methodMarcus Tillmanns2023-04-061-5/+0
* Merge remote-tracking branch 'origin/10.0'Eike Ziller2023-03-291-0/+1
|\
| * Android: Launch "adb track-devices" with explicit working directoryAlessandro Portale2023-03-241-0/+1
* | ProjectExplorer: Allow Devices to be added without using the wizardhjk2023-03-241-1/+0
* | Android: Use QtConcurrent invocation for async runJarek Kobus2023-03-101-3/+4
* | ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-1/+1
|/
* Android: Use better filepath conversion for AvdPathhjk2023-01-251-4/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Android: Pass context object to lambda connectionsJarek Kobus2022-12-071-3/+3
* Android: Fix reference to out of scope variableMarcus Tillmanns2022-11-081-1/+1
* UI text: Fix UI text to follow the guidelinesLeena Miettinen2022-10-201-2/+2
* Android: Convert to using Tr::trAlessandro Portale2022-10-071-40/+40
* Android: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-291-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-25/+3
* Utils: Make port.h slimmerhjk2022-07-271-3/+2
* Drop Qt5: Android, IOS & WASM: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Code cosmeticshjk2022-06-241-0/+1
* Android: Avoid one use of ProcessArgs::splitArgs()hjk2022-04-221-2/+2