aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Monitor Android devices in non-polling methodAssam Boudjelthia2022-02-221-91/+193
* ProjectExplorer: Remove IDeviceFactory::setCanCreatehjk2022-02-041-16/+17
* ProjectExplorer: Use a lambda for DeviceFactory::create()hjk2022-01-261-19/+18
* Android: Fix compatibility check in AndroidDevice::canSupportAbisAlessandro Portale2022-01-151-1/+1
* Android: Skip device list update no Android Kit is activeAlessandro Portale2021-11-111-9/+26
* Android: don't recreate a new AvdMangerAssam Boudjelthia2021-11-091-1/+1
* Android: Fix lupdate issuesEike Ziller2021-10-281-8/+12
* Android: drop const from AndroidConfigurations::currentConfig()Assam Boudjelthia2021-10-261-2/+2
* Android: remove Virtual from the AndroidDeviceFactoryAssam Boudjelthia2021-10-251-1/+1
* Android: remove unauthorized field form AndroidDeviceInfoAssam Boudjelthia2021-10-251-0/+6
* Android: remove AndroidDeviceType and State from AndroidDeviceInfoAssam Boudjelthia2021-10-251-27/+7
* Android: Make refresh action device specificAssam Boudjelthia2021-10-251-2/+25
* Android: handle return correct serialNumber for a running avdAssam Boudjelthia2021-10-131-1/+5