aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddevice.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* AndroidDeviceManager: Connect to QtcProcess::done() signalJarek Kobus2022-04-061-22/+20
* AndroidDeviceManager: Remove the instance from plugin destructorJarek Kobus2022-03-281-12/+13
* Android: add option to connect physical device over wifiAssam Boudjelthia2022-03-251-12/+95
* Revert "Android: Make the device watcher process terminate on shutdown"Jarek Kobus2022-03-181-26/+10
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-181-10/+26
|\
| * Android: Make the device watcher process terminate on shutdownAlessandro Portale2022-03-171-10/+26
* | Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-03-171-1/+1
|\|
| * Android: Use const & in a range-based for loopAlessandro Portale2022-03-161-1/+1
* | Android: Don't call getDeviceState() on empty serial numberAssam Boudjelthia2022-03-151-11/+13
* | Android: rename avdname to avdName in AndroidDeviceInfoAssam Boudjelthia2022-03-141-5/+5
* | Android: Get rid of the avd info fields in AndroidDeviceInfoAssam Boudjelthia2022-03-141-59/+60
|/
* Android: Differentiate between same devices connected via usb and wifiAssam Boudjelthia2022-02-231-1/+9
* Fix lupdate issuesEike Ziller2022-02-231-1/+2
* Fix newly introduced warningsChristian Kandeler2022-02-231-1/+1
* Android: Fix crash on exitv7.0.0-beta2Alessandro Portale2022-02-231-3/+5